summaryrefslogtreecommitdiffstats
path: root/content/content.gyp
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 16:45:02 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 16:45:02 +0000
commit69a0a13eeb7cc7ad5c760a460f64c15a7086c0d7 (patch)
tree7761f8b4566a70f815748367529cec12f7aaf4e8 /content/content.gyp
parent28916d8dadc8a9963759698b729c4debe287390b (diff)
downloadchromium_src-69a0a13eeb7cc7ad5c760a460f64c15a7086c0d7.zip
chromium_src-69a0a13eeb7cc7ad5c760a460f64c15a7086c0d7.tar.gz
chromium_src-69a0a13eeb7cc7ad5c760a460f64c15a7086c0d7.tar.bz2
Adds plumbing to pass WebUI mojo::Handle from browser to renderer
See the test for details on how it'll all work out in practice. BUG=none TEST=none R=darin@chromium.org, tsepez@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258763 Review URL: https://codereview.chromium.org/206923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content.gyp')
-rw-r--r--content/content.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content.gyp b/content/content.gyp
index 8aa3bfb..bc344e7 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',