| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 'sources': [ | 342 'sources': [ |
| 343 'core/include/fxcodec/fx_codec.h', | 343 'core/include/fxcodec/fx_codec.h', |
| 344 'core/include/fxcodec/fx_codec_def.h', | 344 'core/include/fxcodec/fx_codec_def.h', |
| 345 'core/include/fxcodec/fx_codec_flate.h', | 345 'core/include/fxcodec/fx_codec_flate.h', |
| 346 'core/src/fxcodec/codec/codec_int.h', | 346 'core/src/fxcodec/codec/codec_int.h', |
| 347 'core/src/fxcodec/codec/fx_codec.cpp', | 347 'core/src/fxcodec/codec/fx_codec.cpp', |
| 348 'core/src/fxcodec/codec/fx_codec_fax.cpp', | 348 'core/src/fxcodec/codec/fx_codec_fax.cpp', |
| 349 'core/src/fxcodec/codec/fx_codec_flate.cpp', | 349 'core/src/fxcodec/codec/fx_codec_flate.cpp', |
| 350 'core/src/fxcodec/codec/fx_codec_icc.cpp', | 350 'core/src/fxcodec/codec/fx_codec_icc.cpp', |
| 351 'core/src/fxcodec/codec/fx_codec_jbig.cpp', | 351 'core/src/fxcodec/codec/fx_codec_jbig.cpp', |
| 352 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', | |
| 353 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', | 352 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', |
| 354 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', | 353 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', |
| 355 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', | 354 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', |
| 356 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', | 355 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', |
| 357 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', | 356 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', |
| 358 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', | 357 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', |
| 359 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp', | 358 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp', |
| 360 'core/src/fxcodec/jbig2/JBig2_BitStream.h', | 359 'core/src/fxcodec/jbig2/JBig2_BitStream.h', |
| 361 'core/src/fxcodec/jbig2/JBig2_Context.cpp', | 360 'core/src/fxcodec/jbig2/JBig2_Context.cpp', |
| 362 'core/src/fxcodec/jbig2/JBig2_Context.h', | 361 'core/src/fxcodec/jbig2/JBig2_Context.h', |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 ], | 798 ], |
| 800 'dependencies': [ | 799 'dependencies': [ |
| 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 803 ], | 802 ], |
| 804 }], | 803 }], |
| 805 ], | 804 ], |
| 806 }, | 805 }, |
| 807 ], | 806 ], |
| 808 } | 807 } |
| OLD | NEW |