| OLD | NEW |
| 1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 PDFium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
| 8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
| 9 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
| 10 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 'core/include/fxcodec/fx_codec_def.h', | 353 'core/include/fxcodec/fx_codec_def.h', |
| 354 'core/include/fxcodec/fx_codec_flate.h', | 354 'core/include/fxcodec/fx_codec_flate.h', |
| 355 'core/src/fxcodec/codec/codec_int.h', | 355 'core/src/fxcodec/codec/codec_int.h', |
| 356 'core/src/fxcodec/codec/fx_codec.cpp', | 356 'core/src/fxcodec/codec/fx_codec.cpp', |
| 357 'core/src/fxcodec/codec/fx_codec_bmp.cpp', | 357 'core/src/fxcodec/codec/fx_codec_bmp.cpp', |
| 358 'core/src/fxcodec/codec/fx_codec_fax.cpp', | 358 'core/src/fxcodec/codec/fx_codec_fax.cpp', |
| 359 'core/src/fxcodec/codec/fx_codec_flate.cpp', | 359 'core/src/fxcodec/codec/fx_codec_flate.cpp', |
| 360 'core/src/fxcodec/codec/fx_codec_gif.cpp', | 360 'core/src/fxcodec/codec/fx_codec_gif.cpp', |
| 361 'core/src/fxcodec/codec/fx_codec_icc.cpp', | 361 'core/src/fxcodec/codec/fx_codec_icc.cpp', |
| 362 'core/src/fxcodec/codec/fx_codec_jbig.cpp', | 362 'core/src/fxcodec/codec/fx_codec_jbig.cpp', |
| 363 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', | |
| 364 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', | 363 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', |
| 365 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', | 364 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', |
| 366 'core/src/fxcodec/codec/fx_codec_png.cpp', | 365 'core/src/fxcodec/codec/fx_codec_png.cpp', |
| 367 'core/src/fxcodec/codec/fx_codec_progress.cpp', | 366 'core/src/fxcodec/codec/fx_codec_progress.cpp', |
| 368 'core/src/fxcodec/codec/fx_codec_progress.h', | 367 'core/src/fxcodec/codec/fx_codec_progress.h', |
| 369 'core/src/fxcodec/codec/fx_codec_tiff.cpp', | 368 'core/src/fxcodec/codec/fx_codec_tiff.cpp', |
| 370 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', | 369 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', |
| 371 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', | 370 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', |
| 372 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', | 371 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', |
| 373 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', | 372 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 ], | 853 ], |
| 855 'dependencies': [ | 854 'dependencies': [ |
| 856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 855 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 858 ], | 857 ], |
| 859 }], | 858 }], |
| 860 ], | 859 ], |
| 861 }, | 860 }, |
| 862 ], | 861 ], |
| 863 } | 862 } |
| OLD | NEW |