diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-28 19:30:43 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-28 19:30:43 +0000 |
commit | 3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7 (patch) | |
tree | a419c7c0778bb5e89a7f43655c7078765cb7a850 /ui/ui.gyp | |
parent | 5c3f4f9f8e4035c61b70221e7e2d97494b5e4b73 (diff) | |
download | chromium_src-3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7.zip chromium_src-3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7.tar.gz chromium_src-3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7.tar.bz2 |
Make intsafe.h workaround global
This was coming up in a lot of places, so make it a global include (on
the express toolchain) and remove the individual occurences of the same
pattern.
R=wez@chromium.org
TBR=sky@chromium.org
BUG=308740
Review URL: https://codereview.chromium.org/47363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -459,9 +459,6 @@ 'dwmapi.lib', ], }, - 'VCCLCompilerTool': { - 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], - }, }, 'link_settings': { 'libraries': [ |