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 /remoting | |
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 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index aa20474..c268d99 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -522,7 +522,6 @@ # /MP conflicts with #import directive so we limit the number # of processes to spawn to 1. 'AdditionalOptions': ['/MP1'], - 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], }, }, }], @@ -2913,11 +2912,6 @@ '-lwtsapi32.lib', ], }, - 'msvs_settings': { - 'VCCLCompilerTool': { - 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], - }, - }, }], [ 'OS=="mac" or (OS=="linux" and chromeos==0)', { # Javascript unittests are disabled on CrOS because they cause |