Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: pdfium.gyp

Issue 1864153002: Move include/fxcodec to fxcodec/include (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1062 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1062 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1063 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1063 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1064 ], 1064 ],
1065 }, 1065 },
1066 ] 1066 ]
1067 }], 1067 }],
1068 ] 1068 ]
1069 } 1069 }
OLDNEW
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698