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

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

Powered by Google App Engine
This is Rietveld 408576698