diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -14,18 +14,9 @@ deps = { "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@4091", - "src/third_party/cygwin": - "/trunk/deps/third_party/cygwin@3248", - "src/third_party/icu38": "/trunk/deps/third_party/icu38@4040", - "src/third_party/python_24": - "/trunk/deps/third_party/python_24@3247", - - "src/third_party/svn": - "/trunk/deps/third_party/svn@3230", - "src/v8": "http://v8.googlecode.com/svn/trunk@618", @@ -33,6 +24,21 @@ deps = { "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@36102", } + +deps_os = { + "win": { + "src/third_party/cygwin": + "/trunk/deps/third_party/cygwin@3248", + + "src/third_party/python_24": + "/trunk/deps/third_party/python_24@3247", + + "src/third_party/svn": + "/trunk/deps/third_party/svn@3230", + }, +} + + include_rules = [ # Everybody can use some things. "+base", @@ -43,6 +49,7 @@ include_rules = [ "+unicode" ] + # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ "breakpad", |