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

Unified Diff: sdch/sdch.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 | « sdch/BUILD.gn ('k') | win8/delegate_execute/delegate_execute.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/sdch.gyp
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index ff2c077b25622b4dfc7dceeb87df9b7edb8204cd..233ac534d2f7124f6c39bc359a9f1204264fa3f6 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -83,13 +83,9 @@
# ForcedIncludeFiles is relative to include_dirs, cflags relative to the
# build directory.
'xcode_settings': { 'GCC_PREFIX_HEADER': '<(logging_path)' },
- 'msvs_system_include_dirs': [
- '<(DEPTH)/build',
- ],
'msvs_settings': {
'VCCLCompilerTool': {
'ForcedIncludeFiles': [
- 'intsafe_workaround.h', # http://crbug.com/308740
'sdch/<(logging_path)',
]
}
« no previous file with comments | « sdch/BUILD.gn ('k') | win8/delegate_execute/delegate_execute.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698