Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: DEPS

Issue 4511001: Sanitize checkdeps-checked DEPS a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 4ae0787bbcb0615c05c3964863a9323b48f70e97..195ed3cfb9b73b44ef9d79920f58d3a11c714e77 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,17 +290,17 @@ include_rules = [
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
- "breakpad",
- "ceee",
- "chrome_frame",
- "gears",
- "native_client",
- "o3d",
- "sdch",
- "skia",
- "testing",
- "third_party",
- "v8",
+ "breakpad",
+ "ceee",
+ "chrome_frame",
+ "gears",
+ "native_client",
+ "o3d",
+ "sdch",
+ "skia",
+ "testing",
+ "third_party",
+ "v8",
]
« no previous file with comments | « no previous file | chrome/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698