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

Unified Diff: content/renderer/BUILD.gn

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking 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
« no previous file with comments | « content/content_resources.grd ('k') | content/renderer/mojo/service_registry_js_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 3bbad567bc67db66eb206907cd003a16607c45fb..22acf49b7248db8474cc5d355f982fb55159691c 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -39,9 +39,9 @@ source_set("renderer") {
"//jingle:jingle_glue",
"//media",
"//media/blink",
- "//mojo/bindings/js",
+ "//mojo/edk/js",
"//mojo/environment:chromium",
- "//mojo/public/js/bindings",
+ "//mojo/public/js",
"//mojo/public/interfaces/application",
"//net",
"//skia",
« no previous file with comments | « content/content_resources.grd ('k') | content/renderer/mojo/service_registry_js_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698