Index: services/js/modules/clock/test/BUILD.gn |
diff --git a/mojo/apps/js/test/BUILD.gn b/services/js/modules/clock/test/BUILD.gn |
similarity index 80% |
rename from mojo/apps/js/test/BUILD.gn |
rename to services/js/modules/clock/test/BUILD.gn |
index c0da7bfc72322ab85e635e1216c25f4ef1f3df1b..baa818d84813345d14e7333a3c88481f37e7039f 100644 |
--- a/mojo/apps/js/test/BUILD.gn |
+++ b/services/js/modules/clock/test/BUILD.gn |
@@ -2,20 +2,20 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-test("apps_js_unittests") { |
+source_set("test") { |
+ testonly = true |
deps = [ |
"//gin:gin_test", |
- "//mojo/apps/js/bindings", |
"//mojo/edk/js", |
- "//mojo/common", |
"//mojo/edk/test:run_all_unittests", |
"//mojo/edk/test:test_support", |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/system", |
"//mojo/public/interfaces/bindings/tests:test_interfaces", |
+ "//services/js/modules/clock", |
] |
sources = [ |
- "run_apps_js_tests.cc", |
+ "run_clock_tests.cc", |
] |
} |