summaryrefslogtreecommitdiffstats
path: root/sdch/BUILD.gn
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/BUILD.gn
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/BUILD.gn')
-rw-r--r--sdch/BUILD.gn1
1 files changed, 0 insertions, 1 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 {