diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 23:37:18 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 23:37:18 +0000 |
commit | 5b7937e5e68a78c72e36b4ec5ce5e8a1a954d81f (patch) | |
tree | 34f55f90a8e8fd7bdf333c25bf1b277cd02c6fd6 /chrome/DEPS | |
parent | bb49a82fc14d5d70ee026e77f098fea041e20f2f (diff) | |
download | chromium_src-5b7937e5e68a78c72e36b4ec5ce5e8a1a954d81f.zip chromium_src-5b7937e5e68a78c72e36b4ec5ce5e8a1a954d81f.tar.gz chromium_src-5b7937e5e68a78c72e36b4ec5ce5e8a1a954d81f.tar.bz2 |
Sanitize checkdeps-checked DEPS a bit.
- Move dependencies closer to where they're used.
- Remove redundant comments.
Review URL: http://codereview.chromium.org/4511001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 39 |
1 files changed, 5 insertions, 34 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 1fe3cbd..1c86dee 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -19,43 +19,14 @@ include_rules = [ # Allow inclusion of WebKit API files. "+third_party/WebKit/WebKit/chromium", - - # Allow inclusion of the appcache library. "+webkit/appcache", - - # Allow inclusion of the blob library. "+webkit/blob", - - # Allow inclusion of the database library. "+webkit/database", - - # Allow inclusion of the fileapi library. "+webkit/fileapi", - # Allow Apple code ImageAndTextCell. - "+third_party/apple", - - # Allow inclusion of Mozilla interface headers. - "+third_party/mozilla", - - # Allow inclusion of NPAPI interface headers. - "+third_party/npapi", - - # Allow inclusion of tcmalloc header. - "+third_party/tcmalloc", - - # Allow usage of Google Toolbox for Mac. - "+third_party/GTM", - - # Allow usage of the libjingle library. - "+third_party/libjingle", - - # Our Skia extensions. - "+skia/ext", - - # On Linux, we include some breakpad headers - "+breakpad/linux", - - # On Linux, the zygote needs to access sandbox headers - "+sandbox/linux" + # Allow inclusion of third-party code: + "+third_party/mozilla", # Mozilla interface headers. + "+third_party/npapi", # NPAPI interface headers. + "+third_party/tcmalloc", # tcmallo + "+third_party/GTM", # Google Toolbox for Mac. ] |