diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 19:34:52 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 19:34:52 +0000 |
commit | 1d758b30cfc0d303353fe2a4390bf6ea647c8870 (patch) | |
tree | cc1d5c85ef5409034a75eec60b907abaec6fa5f3 /ui/ui.gyp | |
parent | 96f76fe80aee553ab832f796361215a8aed3e585 (diff) | |
download | chromium_src-1d758b30cfc0d303353fe2a4390bf6ea647c8870.zip chromium_src-1d758b30cfc0d303353fe2a4390bf6ea647c8870.tar.gz chromium_src-1d758b30cfc0d303353fe2a4390bf6ea647c8870.tar.bz2 |
Revert 229443 "fix intsafe.h compile errors on express/automatic..."
ForcedIncludeFiles seems broken in the VS generator.
Error messages like:
109>..\build\precompile.cc : fatalerror C1083: Cannot open include file: 'r': No such file or directory
> 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
TBR=scottmg@chromium.org
Review URL: https://codereview.chromium.org/28963003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229452 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
@@ -461,9 +461,6 @@ 'dwmapi.lib', ], }, - 'VCCLCompilerTool': { - 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], - }, }, 'link_settings': { 'libraries': [ |