summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 23:37:18 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 23:37:18 +0000
commit5b7937e5e68a78c72e36b4ec5ce5e8a1a954d81f (patch)
tree34f55f90a8e8fd7bdf333c25bf1b277cd02c6fd6 /DEPS
parentbb49a82fc14d5d70ee026e77f098fea041e20f2f (diff)
downloadchromium_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--DEPS22
1 files changed, 10 insertions, 12 deletions
diff --git a/DEPS b/DEPS
index ca1f217..b92cdcf 100644
--- a/DEPS
+++ b/DEPS
@@ -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",
]