| OLD | NEW |
| 1 deps = { | 1 deps = { |
| 2 "src/breakpad/src": | 2 "src/breakpad/src": |
| 3 "http://google-breakpad.googlecode.com/svn/trunk/src@285", | 3 "http://google-breakpad.googlecode.com/svn/trunk/src@285", |
| 4 | 4 |
| 5 "src/googleurl": | 5 "src/googleurl": |
| 6 "http://google-url.googlecode.com/svn/trunk@93", | 6 "http://google-url.googlecode.com/svn/trunk@93", |
| 7 | 7 |
| 8 "src/sdch/open-vcdiff": | 8 "src/sdch/open-vcdiff": |
| 9 "http://open-vcdiff.googlecode.com/svn/trunk@18", | 9 "http://open-vcdiff.googlecode.com/svn/trunk@18", |
| 10 | 10 |
| 11 "src/testing/gtest": | 11 "src/testing/gtest": |
| 12 "http://googletest.googlecode.com/svn/trunk@63", | 12 "http://googletest.googlecode.com/svn/trunk@63", |
| 13 | 13 |
| 14 "src/third_party/WebKit": | 14 "src/third_party/WebKit": |
| 15 "/trunk/deps/third_party/WebKit@2871", | 15 "/trunk/deps/third_party/WebKit@2888", |
| 16 | 16 |
| 17 "src/third_party/cygwin": | 17 "src/third_party/cygwin": |
| 18 "/trunk/deps/third_party/cygwin@1788", | 18 "/trunk/deps/third_party/cygwin@1788", |
| 19 | 19 |
| 20 "src/third_party/icu38": | 20 "src/third_party/icu38": |
| 21 "/trunk/deps/third_party/icu38@2676", | 21 "/trunk/deps/third_party/icu38@2676", |
| 22 | 22 |
| 23 "src/third_party/python_24": | 23 "src/third_party/python_24": |
| 24 "/trunk/deps/third_party/python_24@1790", | 24 "/trunk/deps/third_party/python_24@1790", |
| 25 | 25 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 45 | 45 |
| 46 # checkdeps.py shouldn't check include paths for files in these dirs: | 46 # checkdeps.py shouldn't check include paths for files in these dirs: |
| 47 skip_child_includes = [ | 47 skip_child_includes = [ |
| 48 "breakpad", | 48 "breakpad", |
| 49 "sdch", | 49 "sdch", |
| 50 "skia", | 50 "skia", |
| 51 "testing", | 51 "testing", |
| 52 "third_party", | 52 "third_party", |
| 53 "v8", | 53 "v8", |
| 54 ] | 54 ] |
| OLD | NEW |