diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 16:45:02 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 16:45:02 +0000 |
commit | 69a0a13eeb7cc7ad5c760a460f64c15a7086c0d7 (patch) | |
tree | 7761f8b4566a70f815748367529cec12f7aaf4e8 /content/content.gyp | |
parent | 28916d8dadc8a9963759698b729c4debe287390b (diff) | |
download | chromium_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.gyp | 5 |
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', |