| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |