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@4268", | 15 "/trunk/deps/third_party/WebKit@4268", |
16 | 16 |
17 "src/third_party/icu38": | 17 "src/third_party/icu38": |
18 "/trunk/deps/third_party/icu38@4302", | 18 "/trunk/deps/third_party/icu38@4437", |
19 | 19 |
20 "src/v8": | 20 "src/v8": |
21 "http://v8.googlecode.com/svn/trunk@660", | 21 "http://v8.googlecode.com/svn/trunk@660", |
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@37604", | 24 "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@37604", |
25 } | 25 } |
26 | 26 |
27 | 27 |
28 deps_os = { | 28 deps_os = { |
(...skipping 25 matching lines...) Expand all Loading... |
54 # checkdeps.py shouldn't check include paths for files in these dirs: | 54 # checkdeps.py shouldn't check include paths for files in these dirs: |
55 skip_child_includes = [ | 55 skip_child_includes = [ |
56 "breakpad", | 56 "breakpad", |
57 "gears", | 57 "gears", |
58 "sdch", | 58 "sdch", |
59 "skia", | 59 "skia", |
60 "testing", | 60 "testing", |
61 "third_party", | 61 "third_party", |
62 "v8", | 62 "v8", |
63 ] | 63 ] |
OLD | NEW |