Roll gyp and add librarian settings (now supported).
http://codereview.appspot.com/5169048/ git-svn-id: http://skia.googlecode.com/svn/trunk@2397 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
5676b4a23a
commit
983297e813
2
DEPS
2
DEPS
@ -8,7 +8,7 @@ use_relative_paths = True
|
||||
# See third_party/externals/README
|
||||
#
|
||||
deps = {
|
||||
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@995",
|
||||
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1061",
|
||||
}
|
||||
|
||||
#hooks = [
|
||||
|
@ -64,6 +64,9 @@
|
||||
'GenerateDebugInformation': 'true', # /DEBUG
|
||||
'LinkTimeCodeGeneration': '1', # useLinkTimeCodeGeneration /LTCG
|
||||
},
|
||||
'VCLibrarianTool': {
|
||||
'LinkTimeCodeGeneration': 'true', # useLinkTimeCodeGeneration /LTCG
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user