summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2015-10-22 14:58:54 -0400
committerDan Sinclair <dsinclair@chromium.org>2015-10-22 14:58:54 -0400
commitbc6c6723c37772b02de9e6e43fa0fd9439874905 (patch)
tree811c283b321ab80356b122ee855e1a8c602e67e2 /pdfium.gyp
parent2bc980424d23d83e0d4b57b248789232709e07b8 (diff)
downloadpdfium-bc6c6723c37772b02de9e6e43fa0fd9439874905.tar.xz
XFA: Sync build and documentation differences with master.
This Cl syncs the AUTHORS, and README.md and build scripts in XFA to match master where possible. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1415423002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp8
1 files changed, 7 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index edb9424505..86e14da6e9 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -534,6 +534,12 @@
'core/src/fxge/ge/fx_ge_text.cpp',
'core/src/fxge/ge/text_int.h',
],
+ 'variables': {
+ 'clang_warning_flags': [
+ # http://code.google.com/p/pdfium/issues/detail?id=188
+ '-Wno-switch',
+ ],
+ },
'conditions': [
['pdf_use_skia==1', {
'sources': [
@@ -770,8 +776,8 @@
'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
'core/src/fxcrt/fx_system_unittest.cpp',
- 'testing/fx_string_testhelpers.cpp',
'testing/fx_string_testhelpers.h',
+ 'testing/fx_string_testhelpers.cpp',
'third_party/base/nonstd_unique_ptr_unittest.cpp',
],
'conditions': [