Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2301)

Unified Diff: services/js/modules/clock/test/BUILD.gn

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed DEPS gl build Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}
« no previous file with comments | « services/js/modules/clock/monotonic_clock_unittests.js ('k') | services/js/modules/clock/test/run_clock_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698