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