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

Unified Diff: content/content.gyp

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk Created 6 years, 9 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 | « content/common/mojo/render_process.mojom ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 8aa3bfb3c98c0774028379b45cef0bba5854f7c2..bc344e7fb088c089d2b831780dc0182c3f166639 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -22,6 +22,11 @@
],
},
'conditions': [
+ ['use_mojo==1', {
+ 'includes': [
+ 'content_common_mojo_bindings.gypi',
+ ],
+ }],
['OS != "ios"', {
'includes': [
'../build/win_precompile.gypi',
« no previous file with comments | « content/common/mojo/render_process.mojom ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698