Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: pdfium.gyp

Issue 1415423002: XFA: Sync build and documentation differences with master (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« BUILD.gn ('K') | « pdfium.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index edb942450553131beee6202158b9f21a05a66e8d..86e14da6e94060d215789b673c3d64e30162c247 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',
Lei Zhang 2015/10/22 20:42:30 eh? .cpp before .h.
dsinclair 2015/10/22 20:44:49 I made this match master, looks like master is als
+ 'testing/fx_string_testhelpers.cpp',
'third_party/base/nonstd_unique_ptr_unittest.cpp',
],
'conditions': [
« BUILD.gn ('K') | « pdfium.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698