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

Side by Side Diff: pdfium.gyp

Issue 1301473003: Suppress -Wswitch for pdfium's fxge target for now. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 'conditions': [ 4 'conditions': [
5 ['OS=="linux"', { 5 ['OS=="linux"', {
6 'bundle_freetype%': 0, 6 'bundle_freetype%': 0,
7 }, { # On Android there's no system FreeType. On Windows and Mac, only a 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a
8 # few methods are used from it. 8 # few methods are used from it.
9 'bundle_freetype%': 1, 9 'bundle_freetype%': 1,
10 }], 10 }],
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'core/src/fxge/ge/fx_ge.cpp', 492 'core/src/fxge/ge/fx_ge.cpp',
493 'core/src/fxge/ge/fx_ge_device.cpp', 493 'core/src/fxge/ge/fx_ge_device.cpp',
494 'core/src/fxge/ge/fx_ge_font.cpp', 494 'core/src/fxge/ge/fx_ge_font.cpp',
495 'core/src/fxge/ge/fx_ge_fontmap.cpp', 495 'core/src/fxge/ge/fx_ge_fontmap.cpp',
496 'core/src/fxge/ge/fx_ge_linux.cpp', 496 'core/src/fxge/ge/fx_ge_linux.cpp',
497 'core/src/fxge/ge/fx_ge_path.cpp', 497 'core/src/fxge/ge/fx_ge_path.cpp',
498 'core/src/fxge/ge/fx_ge_ps.cpp', 498 'core/src/fxge/ge/fx_ge_ps.cpp',
499 'core/src/fxge/ge/fx_ge_text.cpp', 499 'core/src/fxge/ge/fx_ge_text.cpp',
500 'core/src/fxge/ge/text_int.h', 500 'core/src/fxge/ge/text_int.h',
501 ], 501 ],
502 'variables': {
503 'clang_warning_flags': [
504 # http://code.google.com/p/pdfium/issues/detail?id=188
505 '-Wno-switch',
506 ],
507 },
502 'conditions': [ 508 'conditions': [
503 ['pdf_use_skia==1', { 509 ['pdf_use_skia==1', {
504 'sources': [ 510 'sources': [
505 'core/src/fxge/skia/fx_skia_blitter_new.cpp', 511 'core/src/fxge/skia/fx_skia_blitter_new.cpp',
506 'core/src/fxge/skia/fx_skia_device.cpp', 512 'core/src/fxge/skia/fx_skia_device.cpp',
507 ], 513 ],
508 'dependencies': [ 514 'dependencies': [
509 '<(DEPTH)/skia/skia.gyp:skia', 515 '<(DEPTH)/skia/skia.gyp:skia',
510 ], 516 ],
511 'include_dirs': [ 517 'include_dirs': [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'testing/embedder_test.cpp', 754 'testing/embedder_test.cpp',
749 'testing/embedder_test.h', 755 'testing/embedder_test.h',
750 'testing/embedder_test_mock_delegate.h', 756 'testing/embedder_test_mock_delegate.h',
751 'testing/embedder_test_timer_handling_delegate.h', 757 'testing/embedder_test_timer_handling_delegate.h',
752 'testing/fx_string_testhelpers.cpp', 758 'testing/fx_string_testhelpers.cpp',
753 'testing/fx_string_testhelpers.h', 759 'testing/fx_string_testhelpers.h',
754 ], 760 ],
755 }, 761 },
756 ], 762 ],
757 } 763 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698