set externals/gyp dependency to same version as manually imported gyp code
git-svn-id: http://skia.googlecode.com/svn/trunk@1571 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
cc9cf9ac6e
commit
8cdb78c4fd
2
DEPS
2
DEPS
@ -7,5 +7,5 @@
|
|||||||
|
|
||||||
use_relative_paths = True
|
use_relative_paths = True
|
||||||
deps = {
|
deps = {
|
||||||
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@930",
|
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@907",
|
||||||
}
|
}
|
||||||
|
7
third_party/gyp/README.skia
vendored
7
third_party/gyp/README.skia
vendored
@ -1,4 +1,9 @@
|
|||||||
This is a snap of GYP (http://code.google.com/p/gyp/) at r197
|
This is a snap of GYP (http://code.google.com/p/gyp/) at r907,
|
||||||
|
added by bsalomon on 30 March 2011.
|
||||||
|
|
||||||
|
(Brian had originally recorded that this was a snap as of r197,
|
||||||
|
but the gyp code copied over is very different than r197;
|
||||||
|
further investigation indicates that it was probably r907.)
|
||||||
|
|
||||||
svn export http://gyp.googlecode.com/svn/trunk/
|
svn export http://gyp.googlecode.com/svn/trunk/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user