0

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
This commit is contained in:
jam@chromium.org
2011-10-17 19:43:43 +00:00
parent f1ef8d4747
commit fd31c2215a
4 changed files with 8 additions and 2 deletions
chrome
DEPS
browser
content
DEPS
browser

@ -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",

@ -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

@ -19,10 +19,12 @@ include_rules = [
# directories in content/ so we disallow all of them.
"-content",
"+content/common",
"+content/public/browser",
"+content/public/common",
"+content/test",
# TODO(ben): remove this
"+content/public/browser/native_web_keyboard_event.h",
"+dbus",
"+grit",
"+gpu",

@ -1,5 +1,6 @@
include_rules = [
"+content/gpu", # For gpu_info_collector.h and in-process GPU
"+content/public/browser",
# Other libraries.
"+third_party/iaccessible2",