diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-24 01:44:32 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-24 01:44:32 +0000 |
commit | 17a444c332ee3adfb37e15a795694b7d90732244 (patch) | |
tree | fa4b8f77a0e4316b5fae9a976a1987be9ad9e8b5 /chrome/DEPS | |
parent | 39e75e86ddd6939f36b44b57fe8ff238d2193cb0 (diff) | |
download | chromium_src-17a444c332ee3adfb37e15a795694b7d90732244.zip chromium_src-17a444c332ee3adfb37e15a795694b7d90732244.tar.gz chromium_src-17a444c332ee3adfb37e15a795694b7d90732244.tar.bz2 |
Clamp down various chrome/ DEPS files.
TBR=isherman@chromium.org,rogerta@chromium.org,dalecurtis@chromium.org,brettw@chromium.org
Review URL: https://codereview.chromium.org/350453004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index d5e3f8c..cb964dd 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -1,5 +1,4 @@ include_rules = [ - "+base/prefs", "+crypto", "+gpu", "+net", @@ -17,7 +16,6 @@ include_rules = [ "-chrome", "+chrome/common", "+chrome/test", - "+components/metrics", "+components/url_fixer", "+components/variations", "+content/public/common", @@ -36,12 +34,9 @@ include_rules = [ "+third_party/WebKit/public/web", # Allow inclusion of third-party code: - "+third_party/google_toolbox_for_mac/src", "+third_party/hunspell", "+third_party/libxml", - "+third_party/mozilla", # Mozilla interface headers. "+third_party/skia", - "+third_party/zlib/google", "+ui", ] |