Index: DEPS |
diff --git a/DEPS b/DEPS |
index 25ec29b158583a9b770954c4235612867aafa3b4..b0da0d699dc808137dc9beb5738f4fde2440d8dd 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -69,9 +69,6 @@ deps = { |
'src/buildtools': |
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), |
- 'src/sdch/open-vcdiff': |
- Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21611a94cd37bfc8c28ceb33', # from svn revision 41 |
- |
'src/testing/gtest': |
Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8e3b37292b84c821d9c8ad', # from svn revision 704 |
@@ -190,7 +187,6 @@ include_rules = [ |
# checkdeps.py shouldn't check include paths for files in these dirs: |
skip_child_includes = [ |
'examples', |
- 'sdch', |
'services', |
'shell', |
'skia', |