summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-18 19:34:52 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-18 19:34:52 +0000
commit1d758b30cfc0d303353fe2a4390bf6ea647c8870 (patch)
treecc1d5c85ef5409034a75eec60b907abaec6fa5f3 /ash
parent96f76fe80aee553ab832f796361215a8aed3e585 (diff)
downloadchromium_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 'ash')
-rw-r--r--ash/ash.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index a6f5e24..10ac481 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -670,11 +670,6 @@
'test/test_metro_viewer_process_host.cc',
'test/test_metro_viewer_process_host.h',
],
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ],
- },
- },
}],
],
},