aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorshannon.woods@transgaming.com <shannon.woods@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226>2013-01-25 21:56:40 +0000
committershannon.woods@transgaming.com <shannon.woods@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226>2013-01-25 21:56:40 +0000
commit14fcb33aee8aa0371677a094e8eb1829fefda4a5 (patch)
tree74a8e6b6b23b985e9d751b99af94b65600f6ac9a /build
parent00032cb2c77dfe812dda092ecfd938e66dce7f3c (diff)
downloadangle-14fcb33aee8aa0371677a094e8eb1829fefda4a5.tar.gz
Roll gyp dependency to 1564.
This is to fix the standalone gyp build. It couldn't handle changes made in r1721. This is the latest version. Review URL: https://codereview.appspot.com/7204049 git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1792 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 541e914e..ec53bdc9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -69,7 +69,7 @@
],
'RuntimeTypeInfo': 'false',
'WarningLevel': '4',
- 'DisableSpecificWarnings': '4100;4127;4189;4239;4244;4245;4512;4702',
+ 'DisableSpecificWarnings': [4100, 4127, 4189, 4239, 4244, 4245, 4512, 4702],
},
'VCLinkerTool': {
'FixedBaseAddress': '1',