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

Unified Diff: services/js/modules/clock/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/js_app_runner_delegate.cc ('k') | services/js/modules/clock/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/clock/BUILD.gn
diff --git a/services/js/modules/clock/BUILD.gn b/services/js/modules/clock/BUILD.gn
index 89dd1fa3c9e113e46fafafa6cd91732f3f7ab386..4dc0a187d6a7ecdc7f2f9ea4c0c838b2e1c4560c 100644
--- a/services/js/modules/clock/BUILD.gn
+++ b/services/js/modules/clock/BUILD.gn
@@ -11,8 +11,8 @@ source_set("clock") {
deps = [
"//base",
"//gin",
- "//mojo/edk/js",
"//mojo/public/cpp/system",
+ "//services/js/system",
"//v8",
]
}
« no previous file with comments | « services/js/js_app_runner_delegate.cc ('k') | services/js/modules/clock/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698