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

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

Issue 1374023002: Move JS support code from //mojo/edk/js to //services/js/system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months 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
« no previous file with comments | « services/js/modules/clock/BUILD.gn ('k') | services/js/modules/clock/test/run_clock_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/clock/test/BUILD.gn
diff --git a/services/js/modules/clock/test/BUILD.gn b/services/js/modules/clock/test/BUILD.gn
index baa818d84813345d14e7333a3c88481f37e7039f..3caf3348a0d47000b2f2ce41c8994ae43ba8b868 100644
--- a/services/js/modules/clock/test/BUILD.gn
+++ b/services/js/modules/clock/test/BUILD.gn
@@ -6,13 +6,13 @@ source_set("test") {
testonly = true
deps = [
"//gin:gin_test",
- "//mojo/edk/js",
"//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",
+ "//services/js/system",
]
sources = [
« no previous file with comments | « services/js/modules/clock/BUILD.gn ('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