| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 'pdf_enable_v8%': 1, | 4 'pdf_enable_v8%': 1, |
| 5 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="linux"', { | 6 ['OS=="linux"', { |
| 7 'bundle_freetype%': 0, | 7 'bundle_freetype%': 0, |
| 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 9 # few methods are used from it. | 9 # few methods are used from it. |
| 10 'bundle_freetype%': 1, | 10 'bundle_freetype%': 1, |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'third_party/third_party.gyp:fx_lcms2', | 321 'third_party/third_party.gyp:fx_lcms2', |
| 322 'third_party/third_party.gyp:fx_libjpeg', | 322 'third_party/third_party.gyp:fx_libjpeg', |
| 323 'third_party/third_party.gyp:fx_libopenjpeg', | 323 'third_party/third_party.gyp:fx_libopenjpeg', |
| 324 'third_party/third_party.gyp:fx_zlib', | 324 'third_party/third_party.gyp:fx_zlib', |
| 325 ], | 325 ], |
| 326 'ldflags': [ '-L<(PRODUCT_DIR)',], | 326 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 327 'sources': [ | 327 'sources': [ |
| 328 'core/include/fxcodec/fx_codec.h', | 328 'core/include/fxcodec/fx_codec.h', |
| 329 'core/include/fxcodec/fx_codec_def.h', | 329 'core/include/fxcodec/fx_codec_def.h', |
| 330 'core/include/fxcodec/fx_codec_flate.h', | 330 'core/include/fxcodec/fx_codec_flate.h', |
| 331 'core/include/fxcodec/fx_codec_provider.h', | |
| 332 'core/src/fxcodec/codec/codec_int.h', | 331 'core/src/fxcodec/codec/codec_int.h', |
| 333 'core/src/fxcodec/codec/fx_codec.cpp', | 332 'core/src/fxcodec/codec/fx_codec.cpp', |
| 334 'core/src/fxcodec/codec/fx_codec_fax.cpp', | 333 'core/src/fxcodec/codec/fx_codec_fax.cpp', |
| 335 'core/src/fxcodec/codec/fx_codec_flate.cpp', | 334 'core/src/fxcodec/codec/fx_codec_flate.cpp', |
| 336 'core/src/fxcodec/codec/fx_codec_icc.cpp', | 335 'core/src/fxcodec/codec/fx_codec_icc.cpp', |
| 337 'core/src/fxcodec/codec/fx_codec_jbig.cpp', | 336 'core/src/fxcodec/codec/fx_codec_jbig.cpp', |
| 338 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', | 337 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', |
| 339 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', | 338 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', |
| 340 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', | 339 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', |
| 341 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', | 340 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 ], | 794 ], |
| 796 'dependencies': [ | 795 'dependencies': [ |
| 797 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 796 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 797 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 799 ], | 798 ], |
| 800 }], | 799 }], |
| 801 ], | 800 ], |
| 802 }, | 801 }, |
| 803 ], | 802 ], |
| 804 } | 803 } |
| OLD | NEW |