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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 'dependencies': [ | 327 'dependencies': [ |
328 'third_party/third_party.gyp:fx_lcms2', | 328 'third_party/third_party.gyp:fx_lcms2', |
329 'third_party/third_party.gyp:fx_libjpeg', | 329 'third_party/third_party.gyp:fx_libjpeg', |
330 'third_party/third_party.gyp:fx_libopenjpeg', | 330 'third_party/third_party.gyp:fx_libopenjpeg', |
331 'third_party/third_party.gyp:fx_zlib', | 331 'third_party/third_party.gyp:fx_zlib', |
332 ], | 332 ], |
333 'ldflags': [ '-L<(PRODUCT_DIR)',], | 333 'ldflags': [ '-L<(PRODUCT_DIR)',], |
334 'sources': [ | 334 'sources': [ |
335 'core/include/fxcodec/fx_codec.h', | 335 'core/include/fxcodec/fx_codec.h', |
336 'core/include/fxcodec/fx_codec_def.h', | 336 'core/include/fxcodec/fx_codec_def.h', |
| 337 'core/include/fxcodec/fx_codec_flate.h', |
337 'core/include/fxcodec/fx_codec_provider.h', | 338 'core/include/fxcodec/fx_codec_provider.h', |
338 'core/src/fxcodec/codec/codec_int.h', | 339 'core/src/fxcodec/codec/codec_int.h', |
339 'core/src/fxcodec/codec/fx_codec.cpp', | 340 'core/src/fxcodec/codec/fx_codec.cpp', |
340 'core/src/fxcodec/codec/fx_codec_fax.cpp', | 341 'core/src/fxcodec/codec/fx_codec_fax.cpp', |
341 'core/src/fxcodec/codec/fx_codec_flate.cpp', | 342 'core/src/fxcodec/codec/fx_codec_flate.cpp', |
342 'core/src/fxcodec/codec/fx_codec_icc.cpp', | 343 'core/src/fxcodec/codec/fx_codec_icc.cpp', |
343 'core/src/fxcodec/codec/fx_codec_jbig.cpp', | 344 'core/src/fxcodec/codec/fx_codec_jbig.cpp', |
344 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', | 345 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', |
345 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', | 346 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', |
346 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', | 347 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'testing/embedder_test.cpp', | 749 'testing/embedder_test.cpp', |
749 'testing/embedder_test.h', | 750 'testing/embedder_test.h', |
750 'testing/embedder_test_mock_delegate.h', | 751 'testing/embedder_test_mock_delegate.h', |
751 'testing/embedder_test_timer_handling_delegate.h', | 752 'testing/embedder_test_timer_handling_delegate.h', |
752 'testing/fx_string_testhelpers.cpp', | 753 'testing/fx_string_testhelpers.cpp', |
753 'testing/fx_string_testhelpers.h', | 754 'testing/fx_string_testhelpers.h', |
754 ], | 755 ], |
755 }, | 756 }, |
756 ], | 757 ], |
757 } | 758 } |
OLD | NEW |