diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 21:03:16 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 21:03:16 +0000 |
commit | 1249f32aa4750c98d4dbab85b7e243c9982cac51 (patch) | |
tree | b0896b72d1794ef2b23443271e292c4596d04d8e /chrome/DEPS | |
parent | e600542d4dc7c28c5b319a24cb33037c4f7043f9 (diff) | |
download | chromium_src-1249f32aa4750c98d4dbab85b7e243c9982cac51.zip chromium_src-1249f32aa4750c98d4dbab85b7e243c9982cac51.tar.gz chromium_src-1249f32aa4750c98d4dbab85b7e243c9982cac51.tar.bz2 |
Cleanup: Clamp down chrome/DEPS.
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/35423006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 252d584..8b0aa26 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -1,10 +1,7 @@ include_rules = [ - "+ash", "+base/prefs", "+crypto", "+gpu", - "+jni", - "+leveldb", "+net", "+printing", "+sql", @@ -12,30 +9,17 @@ include_rules = [ "-v8", "+v8/include", - # chrome only needs switches from cc. All usage of the compositor is from - # content. Definitely don't include generic stuff from cc/base here, if this - # is needed these files need to move to base/ - "+cc/base/switches.h", - # Limit what we include from nacl. "-native_client", - "+native_client/src/trusted/service_runtime/osx", - "+native_client/src/trusted/service_runtime/win", - "+native_client/src/shared/imc", # The subdirectories in chrome/ will manually allow their own include # directories in chrome/ so we disallow all of them. "-chrome", "+chrome/common", "+chrome/test", - "+components/json_schema", - "+components/sessions", "+components/variations", - "+components/visitedlink/common", "+content/public/common", "+content/public/test", - "+content/test/gpu", - "+content/test/net", # Don't allow inclusion of these other libs we shouldn't be calling directly. "-webkit", @@ -51,9 +35,7 @@ include_rules = [ "+third_party/hunspell", "+third_party/libxml", "+third_party/mozilla", # Mozilla interface headers. - "+third_party/npapi", # NPAPI interface headers. "+third_party/skia", - "+third_party/tcmalloc", "+third_party/zlib/google", "+third_party/GTM", # Google Toolbox for Mac. |