| OLD | NEW |
| 1 vars = { | 1 vars = { |
| 2 "webkit_trunk": | 2 "webkit_trunk": |
| 3 "http://svn.webkit.org/repository/webkit/trunk", | 3 "http://svn.webkit.org/repository/webkit/trunk", |
| 4 "webkit_revision": "41077", | 4 "webkit_revision": "41077", |
| 5 } | 5 } |
| 6 | 6 |
| 7 | 7 |
| 8 deps = { | 8 deps = { |
| 9 "src/breakpad/src": | 9 "src/breakpad/src": |
| 10 "http://google-breakpad.googlecode.com/svn/trunk/src@285", | 10 "http://google-breakpad.googlecode.com/svn/trunk/src@285", |
| 11 | 11 |
| 12 "src/googleurl": | 12 "src/googleurl": |
| 13 "http://google-url.googlecode.com/svn/trunk@95", | 13 "http://google-url.googlecode.com/svn/trunk@95", |
| 14 | 14 |
| 15 "src/sdch/open-vcdiff": | 15 "src/sdch/open-vcdiff": |
| 16 "http://open-vcdiff.googlecode.com/svn/trunk@22", | 16 "http://open-vcdiff.googlecode.com/svn/trunk@22", |
| 17 | 17 |
| 18 "src/testing/gtest": | 18 "src/testing/gtest": |
| 19 "http://googletest.googlecode.com/svn/trunk@167", | 19 "http://googletest.googlecode.com/svn/trunk@167", |
| 20 | 20 |
| 21 "src/third_party/WebKit": | 21 "src/third_party/WebKit": |
| 22 "/trunk/deps/third_party/WebKit@10117", | 22 "/trunk/deps/third_party/WebKit@10147", |
| 23 | 23 |
| 24 "src/third_party/icu38": | 24 "src/third_party/icu38": |
| 25 "/trunk/deps/third_party/icu38@9252", | 25 "/trunk/deps/third_party/icu38@9252", |
| 26 | 26 |
| 27 "src/v8": | 27 "src/v8": |
| 28 "http://v8.googlecode.com/svn/trunk@1266", | 28 "http://v8.googlecode.com/svn/trunk@1266", |
| 29 | 29 |
| 30 "src/webkit/data/layout_tests/LayoutTests": | 30 "src/webkit/data/layout_tests/LayoutTests": |
| 31 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), | 31 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
| 32 | 32 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 # checkdeps.py shouldn't check include paths for files in these dirs: | 77 # checkdeps.py shouldn't check include paths for files in these dirs: |
| 78 skip_child_includes = [ | 78 skip_child_includes = [ |
| 79 "breakpad", | 79 "breakpad", |
| 80 "gears", | 80 "gears", |
| 81 "sdch", | 81 "sdch", |
| 82 "skia", | 82 "skia", |
| 83 "testing", | 83 "testing", |
| 84 "third_party", | 84 "third_party", |
| 85 "v8", | 85 "v8", |
| 86 ] | 86 ] |
| OLD | NEW |