| 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 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 { | 515 { |
| 516 'target_name': 'fxcodec', | 516 'target_name': 'fxcodec', |
| 517 'type': 'static_library', | 517 'type': 'static_library', |
| 518 'dependencies': [ | 518 'dependencies': [ |
| 519 '<(libjpeg_gyp_path):libjpeg', | 519 '<(libjpeg_gyp_path):libjpeg', |
| 520 'third_party/third_party.gyp:fx_lcms2', | 520 'third_party/third_party.gyp:fx_lcms2', |
| 521 'third_party/third_party.gyp:fx_libopenjpeg', | 521 'third_party/third_party.gyp:fx_libopenjpeg', |
| 522 'third_party/third_party.gyp:fx_zlib', | 522 'third_party/third_party.gyp:fx_zlib', |
| 523 ], | 523 ], |
| 524 'sources': [ | 524 'sources': [ |
| 525 'core/include/fxcodec/fx_codec.h', | 525 'core/fxcodec/include/fx_codec.h', |
| 526 'core/include/fxcodec/fx_codec_def.h', | 526 'core/fxcodec/include/fx_codec_def.h', |
| 527 'core/include/fxcodec/fx_codec_flate.h', | 527 'core/fxcodec/include/fx_codec_flate.h', |
| 528 'core/fxcodec/codec/codec_int.h', | 528 'core/fxcodec/codec/codec_int.h', |
| 529 'core/fxcodec/codec/fx_codec.cpp', | 529 'core/fxcodec/codec/fx_codec.cpp', |
| 530 'core/fxcodec/codec/fx_codec_fax.cpp', | 530 'core/fxcodec/codec/fx_codec_fax.cpp', |
| 531 'core/fxcodec/codec/fx_codec_flate.cpp', | 531 'core/fxcodec/codec/fx_codec_flate.cpp', |
| 532 'core/fxcodec/codec/fx_codec_icc.cpp', | 532 'core/fxcodec/codec/fx_codec_icc.cpp', |
| 533 'core/fxcodec/codec/fx_codec_jbig.cpp', | 533 'core/fxcodec/codec/fx_codec_jbig.cpp', |
| 534 'core/fxcodec/codec/fx_codec_jpeg.cpp', | 534 'core/fxcodec/codec/fx_codec_jpeg.cpp', |
| 535 'core/fxcodec/codec/fx_codec_jpx_opj.cpp', | 535 'core/fxcodec/codec/fx_codec_jpx_opj.cpp', |
| 536 'core/fxcodec/jbig2/JBig2_ArithDecoder.cpp', | 536 'core/fxcodec/jbig2/JBig2_ArithDecoder.cpp', |
| 537 'core/fxcodec/jbig2/JBig2_ArithDecoder.h', | 537 'core/fxcodec/jbig2/JBig2_ArithDecoder.h', |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 1064 ], | 1064 ], |
| 1065 }, | 1065 }, |
| 1066 ] | 1066 ] |
| 1067 }], | 1067 }], |
| 1068 ] | 1068 ] |
| 1069 } | 1069 } |
| OLD | NEW |