aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeoff Lang <geofflang@chromium.org>2014-05-30 11:50:07 -0400
committerGeoff Lang <geofflang@chromium.org>2014-06-11 14:03:13 +0000
commit44fa7594bc518b1b004b1deb91d1c2f125df9f68 (patch)
tree815021f363767a91d88250ce6b98eea21f604d39 /build
parentb6a673a0e83b9738178f282be736a1340478129a (diff)
downloadangle-44fa7594bc518b1b004b1deb91d1c2f125df9f68.tar.gz
Refactor platform related functionality into platform.h and tls.h.
Since libGLESv2 and libEGL will eventually be cross platform, it will be useful to have platform defines and TLS functions that work everywhere. BUG=angle:664 Change-Id: Ia357925a0992d82e8b446d88d32a1984d319e6e8 Reviewed-on: https://chromium-review.googlesource.com/202133 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>
Diffstat (limited to 'build')
-rw-r--r--build/common_defines.gypi8
1 files changed, 1 insertions, 7 deletions
diff --git a/build/common_defines.gypi b/build/common_defines.gypi
index 4b6f3478..8d78f1c7 100644
--- a/build/common_defines.gypi
+++ b/build/common_defines.gypi
@@ -9,10 +9,6 @@
'angle_path%': '..',
'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0',
},
- 'defines':
- [
- 'NOMINMAX',
- ],
'msvs_disabled_warnings': [ 4100, 4127, 4239, 4244, 4245, 4512, 4702, 4530, 4718, 4267 ],
'msvs_system_include_dirs':
[
@@ -28,9 +24,7 @@
'_CRT_SECURE_NO_DEPRECATE',
'_SCL_SECURE_NO_WARNINGS',
'_HAS_EXCEPTIONS=0',
- '_WINDOWS',
- 'WIN32',
- 'WIN32_LEAN_AND_MEAN',
+ 'NOMINMAX',
],
},
'VCLinkerTool':