Roll gyp to 1509 for ninja compatibility.

https://codereview.appspot.com/6588059/


git-svn-id: http://skia.googlecode.com/svn/trunk@5765 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2012-10-02 13:40:30 +00:00
parent ce9dce0d81
commit 8d25eb138a

2
DEPS
View File

@ -9,7 +9,7 @@ use_relative_paths = True
# #
deps = { deps = {
"third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@1268", "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/gyp" : "http://gyp.googlecode.com/svn/trunk@1509",
"third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399", "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", "third_party/externals/jsoncpp" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399",
"third_party/externals/jsoncpp/source/include" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/include@248", "third_party/externals/jsoncpp/source/include" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/include@248",