diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 19:43:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 19:43:43 +0000 |
commit | fd31c2215a5e81b62653e989ba811185d00a0694 (patch) | |
tree | 811168fec8774093895c9e41208130dfc5a8ae2b /chrome | |
parent | f1ef8d474706275552327bda10fa80590fd3d3e2 (diff) | |
download | chromium_src-fd31c2215a5e81b62653e989ba811185d00a0694.zip chromium_src-fd31c2215a5e81b62653e989ba811185d00a0694.tar.gz chromium_src-fd31c2215a5e81b62653e989ba811185d00a0694.tar.bz2 |
Update DEPS so that only browser directories can access content public API for browser.
TBR=ben
Review URL: http://codereview.chromium.org/8316004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/DEPS | 4 | ||||
-rw-r--r-- | chrome/browser/DEPS | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 84444f6..39a6eda 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -13,10 +13,12 @@ include_rules = [ "+chrome/test", "-content", "+content/common", - "+content/public/browser", "+content/public/common", "+content/test", + # TODO(ben): remove this + "+content/public/browser/native_web_keyboard_event.h", + # Don't allow inclusion of these other libs we shouldn't be calling directly. "-v8", "-webkit", diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 276491d..62fea8b 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -8,6 +8,7 @@ include_rules = [ "+chrome/views", "+content/browser", "+content/plugin/plugin_interpose_util_mac.h", + "+content/public/browser", "+grit", # For generated headers "+media/audio", # For audio input for speech input feature. "+policy", # For generated headers and source |