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

Unified Diff: remoting/remoting.gyp

Issue 47363002: Make intsafe.h workaround global (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « build/common.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index aa204740485399270651baaaf82582f169f597fd..c268d9997355f982a96db0fdf3ea708d47a95571 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -522,7 +522,6 @@
# /MP conflicts with #import directive so we limit the number
# of processes to spawn to 1.
'AdditionalOptions': ['/MP1'],
- 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ],
},
},
}],
@@ -2913,11 +2912,6 @@
'-lwtsapi32.lib',
],
},
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ],
- },
- },
}],
[ 'OS=="mac" or (OS=="linux" and chromeos==0)', {
# Javascript unittests are disabled on CrOS because they cause
« no previous file with comments | « build/common.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698