aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-13 14:38:04 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-13 14:38:04 +0000
commit45bfcbcfba8e1be8054833f6cae724a69202b960 (patch)
treeeed9f1ea0244cb650dc04a5f8d478ffb17aee73c /DEPS
parent9d59420851893da677d89de84f8102fa65d6f7dc (diff)
Only check out ANGLE on Windows
Review URL: https://codereview.appspot.com/6500118 git-svn-id: http://skia.googlecode.com/svn/trunk@5520 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 6 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 9736ec7e22..21c9ef0942 100644
--- a/DEPS
+++ b/DEPS
@@ -8,7 +8,6 @@ use_relative_paths = True
# See third_party/externals/README
#
deps = {
- "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@1268",
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1488",
"third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399",
"third_party/externals/jsoncpp" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399",
@@ -16,6 +15,12 @@ deps = {
"third_party/externals/jsoncpp/source/src/lib_json" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/src/lib_json@248",
}
+deps_os = {
+ "win": {
+ "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@1268",
+ },
+}
+
#hooks = [
# {
# # A change to a .gyp, .gypi, or to GYP itself should run the generator.