diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-07 19:24:20 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-07 19:24:20 +0000 |
commit | 6b6c0acee895c03e9aa71bb99b40ffb1e1f6cd13 (patch) | |
tree | 32faf47c06f0b68bc3ec8688d093a3815e1d9526 /chrome/DEPS | |
parent | eba06dcf44a3538a6e413a6f3886b9bc561f0883 (diff) | |
download | chromium_src-6b6c0acee895c03e9aa71bb99b40ffb1e1f6cd13.zip chromium_src-6b6c0acee895c03e9aa71bb99b40ffb1e1f6cd13.tar.gz chromium_src-6b6c0acee895c03e9aa71bb99b40ffb1e1f6cd13.tar.bz2 |
Makes chrome://omnibox use mojo
For the time being I'm moving chrome://omnibox behind USE_MOJO. Dave
has a patch out to enable USE_MOJO for Mac, which means it's only
android that won't have it for the time being.
BUG=none
TEST=none
R=darin@chromium.org
Review URL: https://codereview.chromium.org/222543004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 9e8cd4d..69f7d97 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -21,6 +21,8 @@ include_rules = [ "+components/variations", "+content/public/common", "+content/public/test", + "+mojo/common", + "+mojo/public", # Don't allow inclusion of these other libs we shouldn't be calling directly. "-webkit", |