Update gyp from 1563 to 1643 (take two).

Re-land 9445 (reverted 9448), but add back the libs no longer provided by gyp.


git-svn-id: http://skia.googlecode.com/svn/trunk@9450 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2013-06-05 18:35:22 +00:00
parent 5a64902ee9
commit f51e125b94
2 changed files with 15 additions and 1 deletions

2
DEPS
View File

@ -10,7 +10,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/freetype" : "https://android.googlesource.com/platform/external/freetype.git", "third_party/externals/freetype" : "https://android.googlesource.com/platform/external/freetype.git",
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563", "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1643",
"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://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248", "third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248",
"third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399", "third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399",

View File

@ -38,6 +38,20 @@
'AdditionalDependencies': [ 'AdditionalDependencies': [
'OpenGL32.lib', 'OpenGL32.lib',
'usp10.lib', 'usp10.lib',
# Prior to gyp r1584, the following were included automatically.
'kernel32.lib',
'gdi32.lib',
'winspool.lib',
'comdlg32.lib',
'advapi32.lib',
'shell32.lib',
'ole32.lib',
'oleaut32.lib',
'user32.lib',
'uuid.lib',
'odbc32.lib',
'odbccp32.lib',
], ],
}, },
}, },