diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 18:10:35 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 18:10:35 +0000 |
commit | 83b7bd304b48a7ec5f3532602c810bff6070e3d2 (patch) | |
tree | 90b5b4331ced657cab5dcbd44c28cc9dbd600985 /DEPS | |
parent | c09b65412f771fecbbe24c6f7e6232c9edbe5022 (diff) | |
download | chromium_src-83b7bd304b48a7ec5f3532602c810bff6070e3d2.zip chromium_src-83b7bd304b48a7ec5f3532602c810bff6070e3d2.tar.gz chromium_src-83b7bd304b48a7ec5f3532602c810bff6070e3d2.tar.bz2 |
Move the windows-only dependencies to deps_os['win'].
Review URL: http://codereview.chromium.org/8874
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4138 0039d316-1c4b-4281-b951-d872f2087c98
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", |