From 5895b2023aed7bf5f2a1e9d98063d940457da87e Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 18 Jul 2014 23:56:37 +0000 Subject: 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 --- sdch/BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'sdch/BUILD.gn') 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 { -- cgit v1.1