diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 18:10:58 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 18:10:58 +0000 |
commit | 65eb94b85486d6360f54c9c09b5afbb78de9c270 (patch) | |
tree | 4eb1755edcd854b41288cdb60638d40c9a7e8a5b /ui/ui.gyp | |
parent | eb43d7e1eacd3034b85f1ac0b1561808f4bd8fc1 (diff) | |
download | chromium_src-65eb94b85486d6360f54c9c09b5afbb78de9c270.zip chromium_src-65eb94b85486d6360f54c9c09b5afbb78de9c270.tar.gz chromium_src-65eb94b85486d6360f54c9c09b5afbb78de9c270.tar.bz2 |
fix intsafe.h compile errors on express/automatic toolchain on windows
R=nick@chromium.org, robliao@chromium.org
TBR=nick@chromium.org, robliao@chromium.org
BUG=308740
Review URL: https://codereview.chromium.org/29273003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -461,6 +461,9 @@ 'dwmapi.lib', ], }, + 'VCCLCompilerTool': { + 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], + }, }, 'link_settings': { 'libraries': [ |