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/DEPS | |
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/DEPS')
-rw-r--r-- | chrome/DEPS | 4 |
1 files changed, 3 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", |