summaryrefslogtreecommitdiffstats
path: root/sdch
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 23:56:37 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 23:56:37 +0000
commit5895b2023aed7bf5f2a1e9d98063d940457da87e (patch)
tree86dbf6f619dc8382adc58f2ce4e733404f264bd2 /sdch
parent2a103aed3c94238145c557e24896253bb37f6ec0 (diff)
downloadchromium_src-5895b2023aed7bf5f2a1e9d98063d940457da87e.zip
chromium_src-5895b2023aed7bf5f2a1e9d98063d940457da87e.tar.gz
chromium_src-5895b2023aed7bf5f2a1e9d98063d940457da87e.tar.bz2
Remove intsafe_workaround.h
It's no longer needed. BUG=308740 R=scottmg@chromium.org TBR=cpu Review URL: https://codereview.chromium.org/404443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch')
-rw-r--r--sdch/BUILD.gn1
-rw-r--r--sdch/sdch.gyp4
2 files changed, 0 insertions, 5 deletions
diff --git a/sdch/BUILD.gn b/sdch/BUILD.gn
index 24af3a4..9278318 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -65,7 +65,6 @@ static_library("sdch") {
logging_file = rebase_path("logging_forward.h", root_build_dir)
if (is_win) {
cflags = [
- "/FI", rebase_path("//build/intsafe_workaround.h", root_build_dir),
"/FI", logging_file,
]
} else {
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index ff2c077b..233ac53 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)',
]
}