summaryrefslogtreecommitdiffstats
path: root/views
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 /views
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 'views')
-rw-r--r--views/views.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 130e351..9e56eef 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -360,11 +360,6 @@
],
}],
['OS=="win"', {
- 'defines': [
- '__STD_C',
- '_CRT_SECURE_NO_DEPRECATE',
- '_SCL_SECURE_NO_DEPRECATE',
- ],
'sources!': [
'controls/slider/slider.cc',
'controls/slider/slider.h',