summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--build/common.gypi6
2 files changed, 2 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 4507af8..1a8b178 100644
--- a/DEPS
+++ b/DEPS
@@ -37,7 +37,7 @@ deps = {
"http://pywebsocket.googlecode.com/svn/trunk/src@86",
"src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@738",
+ "http://gyp.googlecode.com/svn/trunk@740",
"src/v8":
"http://v8.googlecode.com/svn/trunk@3177",
diff --git a/build/common.gypi b/build/common.gypi
index c571277..f9399cd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -357,11 +357,7 @@
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},
- 'conditions': [
- ['OS=="win"', {
- 'configuration_platform': 'Win32',
- }],
- ],
+ 'msvs_configuration_platform': 'Win32',
},
'Debug': {
'inherit_from': ['Common'],