diff --git a/graphic/BUILD.gn b/graphic/BUILD.gn index 7f06a3e27ad455fa046b2812ee97935ecffe0d9c..9a11fd13b1a0ba6ee60013144887e56bdeab2019 100755 --- a/graphic/BUILD.gn +++ b/graphic/BUILD.gn @@ -10,14 +10,16 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# "webGL:webGL_hap_test", -# "windowstandard:window_hap_test", import("//build/ohos_var.gni") group("graphic") { testonly = true if (is_standard_system) { - deps = [ "windowStage:ActsWindowStageTest" ] + deps = [ + "webGL:webGL_hap_test", + "windowStage:ActsWindowStageTest", + "windowstandard:window_hap_test", + ] } else { deps = [ "appaccount:appaccount_hap",