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", |
] |