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 /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 'DEPS')
-rw-r--r-- | DEPS | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -280,8 +280,6 @@ include_rules = [ "+base", "+build", "+ipc", - "+rlz", - "+third_party/undoview", # For now, we allow ICU to be included by specifying "unicode/...", although # this should probably change. @@ -292,16 +290,16 @@ include_rules = [ # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ - "breakpad", - "chrome_frame", - "gears", - "native_client", - "o3d", - "sdch", - "skia", - "testing", - "third_party", - "v8", + "breakpad", + "chrome_frame", + "gears", + "native_client", + "o3d", + "sdch", + "skia", + "testing", + "third_party", + "v8", ] |