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@94", | 6 "http://google-url.googlecode.com/svn/trunk@94", |
7 | 7 |
8 "src/sdch/open-vcdiff": | 8 "src/sdch/open-vcdiff": |
9 "http://open-vcdiff.googlecode.com/svn/trunk@22", | 9 "http://open-vcdiff.googlecode.com/svn/trunk@22", |
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@7278", | 15 "/trunk/deps/third_party/WebKit@7278", |
16 | 16 |
17 "src/third_party/icu38": | 17 "src/third_party/icu38": |
18 "/trunk/deps/third_party/icu38@6780", | 18 "/trunk/deps/third_party/icu38@7121", |
19 | 19 |
20 "src/v8": | 20 "src/v8": |
21 "http://v8.googlecode.com/svn/trunk@968", | 21 "http://v8.googlecode.com/svn/trunk@968", |
22 | 22 |
23 "src/webkit/data/layout_tests/LayoutTests": | 23 "src/webkit/data/layout_tests/LayoutTests": |
24 "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@39369", | 24 "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@39369", |
25 | 25 |
26 "src/third_party/WebKit/WebKit": | 26 "src/third_party/WebKit/WebKit": |
27 "http://svn.webkit.org/repository/webkit/trunk/WebKit@39369", | 27 "http://svn.webkit.org/repository/webkit/trunk/WebKit@39369", |
28 | 28 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 # checkdeps.py shouldn't check include paths for files in these dirs: | 64 # checkdeps.py shouldn't check include paths for files in these dirs: |
65 skip_child_includes = [ | 65 skip_child_includes = [ |
66 "breakpad", | 66 "breakpad", |
67 "gears", | 67 "gears", |
68 "sdch", | 68 "sdch", |
69 "skia", | 69 "skia", |
70 "testing", | 70 "testing", |
71 "third_party", | 71 "third_party", |
72 "v8", | 72 "v8", |
73 ] | 73 ] |
OLD | NEW |