summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-29 18:10:35 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-29 18:10:35 +0000
commit83b7bd304b48a7ec5f3532602c810bff6070e3d2 (patch)
tree90b5b4331ced657cab5dcbd44c28cc9dbd600985 /DEPS
parentc09b65412f771fecbbe24c6f7e6232c9edbe5022 (diff)
downloadchromium_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--DEPS25
1 files changed, 16 insertions, 9 deletions
diff --git a/DEPS b/DEPS
index 731d2f5..0e2e18d 100644
--- a/DEPS
+++ b/DEPS
@@ -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",