summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 18:34:38 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 18:34:38 +0000
commit4e4d604e6d7d7403fb398e7ce1bd258a5896d64d (patch)
treebc45a590cf800f4f884203d2d42170a265b7cb25 /chrome/chrome.gyp
parent0b9d310854af7659cf6cb7e956c87bdbbe91715e (diff)
downloadchromium_src-4e4d604e6d7d7403fb398e7ce1bd258a5896d64d.zip
chromium_src-4e4d604e6d7d7403fb398e7ce1bd258a5896d64d.tar.gz
chromium_src-4e4d604e6d7d7403fb398e7ce1bd258a5896d64d.tar.bz2
GTTF: Make our handling of Windows pre-processor symbols more consistent.
For example, there are differences between unit_tests and browser_tests, which cause ridiculous problems when moving a test between those. We're using the symbols anyway, so let's centralize it for maintainability. TEST=compile BUG=none Review URL: http://codereview.chromium.org/3173044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9ca394c..a81b2fa 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -619,11 +619,6 @@
# end up using this module as well.
'conditions': [
['OS=="win"', {
- 'defines': [
- '__STD_C',
- '_CRT_SECURE_NO_DEPRECATE',
- '_SCL_SECURE_NO_DEPRECATE',
- ],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],