| 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/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@4634", | 18 "/trunk/deps/third_party/icu38@4634", |
| 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/branches/0.3@897", | 27 "http://v8.googlecode.com/svn/branches/0.3@1113", |
| 28 | 28 |
| 29 "src/webkit/data/layout_tests/LayoutTests": | 29 "src/webkit/data/layout_tests/LayoutTests": |
| 30 "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTe
sts@31256", | 30 "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTe
sts@31256", |
| 31 } | 31 } |
| 32 | 32 |
| 33 include_rules = [ | 33 include_rules = [ |
| 34 # Everybody can use some things. | 34 # Everybody can use some things. |
| 35 "+base", | 35 "+base", |
| 36 "+build", | 36 "+build", |
| 37 | 37 |
| 38 # For now, we allow ICU to be included by specifying "unicode/...", although | 38 # For now, we allow ICU to be included by specifying "unicode/...", although |
| 39 # this should probably change. | 39 # this should probably change. |
| 40 "+unicode" | 40 "+unicode" |
| 41 ] | 41 ] |
| 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 |