summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--build/common.gypi1
2 files changed, 1 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 0fae5e4..15e3b2b 100644
--- a/DEPS
+++ b/DEPS
@@ -26,7 +26,7 @@ deps = {
# TODO(mark): Remove once this has moved into depot_tools.
"src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@473",
+ "http://gyp.googlecode.com/svn/trunk@476",
"src/v8":
"http://v8.googlecode.com/svn/trunk@1918",
diff --git a/build/common.gypi b/build/common.gypi
index 586729a..1c44d9a0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -391,7 +391,6 @@
},
'VCLibrarianTool': {
'AdditionalOptions': '/ignore:4221',
- 'OutputFile': '$(OutDir)\\lib\\$(ProjectName).lib',
'AdditionalLibraryDirectories':
'<(DEPTH)/third_party/platformsdk_win2008_6_1/files/Lib',
},