| 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 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@39438", | 30 "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@39438", |
| 31 } | 31 } |
| 32 | 32 |
| 33 | 33 |
| 34 deps_os = { | 34 deps_os = { |
| 35 "win": { | 35 "win": { |
| 36 "src/third_party/cygwin": | 36 "src/third_party/cygwin": |
| 37 "/trunk/deps/third_party/cygwin@3248", | 37 "/trunk/deps/third_party/cygwin@3248", |
| 38 | 38 |
| 39 "src/third_party/python_24": | 39 "src/third_party/python_24": |
| 40 "/trunk/deps/third_party/python_24@5580", | 40 "/trunk/deps/third_party/python_24@7444", |
| 41 | 41 |
| 42 "src/third_party/svn": | 42 "src/third_party/svn": |
| 43 "/trunk/deps/third_party/svn@3230", | 43 "/trunk/deps/third_party/svn@3230", |
| 44 }, | 44 }, |
| 45 } | 45 } |
| 46 | 46 |
| 47 | 47 |
| 48 include_rules = [ | 48 include_rules = [ |
| 49 # Everybody can use some things. | 49 # Everybody can use some things. |
| 50 "+base", | 50 "+base", |
| (...skipping 13 matching lines...) Expand all 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 |