aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2014-07-17 14:16:32 -0400
committerJamie Madill <jmadill@chromium.org>2014-08-06 20:13:53 +0000
commita2ad4e8a3ed78c13f3ddb0c26d20777af2927b86 (patch)
treef195c1cc9c09603fdf0b4b0aaa1fe5fe01bc2f55 /build
parentd9ba4f7318979e927c7a3320c5746c25381eae90 (diff)
downloadangle-a2ad4e8a3ed78c13f3ddb0c26d20777af2927b86.tar.gz
Export shader variables from the translator DLL.
This will allow us to use these methods when compiling the translator as a DLL. BUG=angle:466,697 Change-Id: Ic9169fb7c69fe0bf5f98addfc128a30ee6b2159d Reviewed-on: https://chromium-review.googlesource.com/208752 Tested-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Zhenyao Mo <zmo@chromium.org>
Diffstat (limited to 'build')
-rw-r--r--build/common_defines.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common_defines.gypi b/build/common_defines.gypi
index e702e9ff..5f53a7e4 100644
--- a/build/common_defines.gypi
+++ b/build/common_defines.gypi
@@ -9,7 +9,7 @@
'angle_path%': '..',
'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0',
},
- 'msvs_disabled_warnings': [ 4100, 4127, 4239, 4244, 4245, 4512, 4702, 4530, 4718, 4267 ],
+ 'msvs_disabled_warnings': [ 4100, 4127, 4239, 4244, 4245, 4251, 4512, 4702, 4530, 4718, 4267 ],
'msvs_system_include_dirs':
[
'<(windows_sdk_path)/Include/shared',