summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-06-24 15:05:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-24 15:05:47 -0700
commitafe3e4671b3f70e0459487aca89133a746c61797 (patch)
treee2741609a75a373da1159ffcfc62b674915b8740
parent17dfaa781ba3a72740cce157bb38e7d6bf86067e (diff)
downloadpdfium-chromium/2781.tar.xz
See https://codereview.chromium.org/2076483002 for a lengthy reasoning. The two mysterious files called out there were in boringssl and nacl, so for pdfium this should be a complete no-op. BUG=chromium:592745 Review-Url: https://codereview.chromium.org/2096143002
-rw-r--r--build_gyp/standalone.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi
index aa3feeaa10..b2ec4b92c4 100644
--- a/build_gyp/standalone.gypi
+++ b/build_gyp/standalone.gypi
@@ -319,10 +319,6 @@
# pattern.
'-Wno-missing-field-initializers',
- # Many files use intrinsics without including this header.
- # TODO(hans): Fix those files, or move this to sub-GYPs.
- '/FIIntrin.h',
-
# TODO(hans): Make this list shorter eventually, http://crbug.com/504657
'-Qunused-arguments', # http://crbug.com/504658
'-Wno-microsoft-enum-value', # http://crbug.com/505296