From 1d758b30cfc0d303353fe2a4390bf6ea647c8870 Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Fri, 18 Oct 2013 19:34:52 +0000 Subject: 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 --- ash/ash.gyp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ash') 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' ], - }, - }, }], ], }, -- cgit v1.1