Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 404443003: Remove intsafe_workaround.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « win8/delegate_execute/delegate_execute.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index 905139f53f14e9dc92173cf833b34229c3a78d82..ce09c1d449cbe5418d8df80a6fe223ae9ab4bcbf 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -12,11 +12,6 @@
'../../build/win_precompile.gypi',
],
'target_defaults': {
- # This and the force include below is a workaround for intsafe.h in
- # VS 2010.
- 'msvs_system_include_dirs': [
- '<(DEPTH)/build',
- ],
'msvs_settings': {
'VCLinkerTool': {
'AdditionalDependencies': [
@@ -30,9 +25,6 @@
'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
],
},
- 'VCCLCompilerTool': {
- 'ForcedIncludeFiles': [ 'intsafe_workaround.h', ],
- },
},
},
'targets': [
« no previous file with comments | « win8/delegate_execute/delegate_execute.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698