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

Side by Side Diff: pdfium.gyp

Issue 1409223002: fxcrt convergence - XFA side. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: GN. Created 5 years, 2 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 | « core/src/fxge/win32/fx_win32_print.cpp ('k') | xfa/src/fgas/src/layout/fx_linebreak.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 { 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 'pdf_enable_xfa%': 1, 5 'pdf_enable_xfa%': 1,
6 'conditions': [ 6 'conditions': [
7 ['OS=="linux"', { 7 ['OS=="linux"', {
8 'bundle_freetype%': 0, 8 'bundle_freetype%': 0,
9 }, { # On Android there's no system FreeType. On Windows and Mac, only a 9 }, { # On Android there's no system FreeType. On Windows and Mac, only a
10 # few methods are used from it. 10 # few methods are used from it.
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'pdfium', 765 'pdfium',
766 ], 766 ],
767 'include_dirs': [ 767 'include_dirs': [
768 '<(DEPTH)' 768 '<(DEPTH)'
769 ], 769 ],
770 'sources': [ 770 'sources': [
771 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 771 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
772 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 772 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
773 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 773 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
774 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 774 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
775 'core/src/fxcrt/fx_system_unittest.cpp',
776 'testing/fx_string_testhelpers.cpp',
775 'testing/fx_string_testhelpers.h', 777 'testing/fx_string_testhelpers.h',
776 'testing/fx_string_testhelpers.cpp',
777 'third_party/base/nonstd_unique_ptr_unittest.cpp', 778 'third_party/base/nonstd_unique_ptr_unittest.cpp',
778 ], 779 ],
779 'conditions': [ 780 'conditions': [
780 ['pdf_enable_xfa==1', { 781 ['pdf_enable_xfa==1', {
781 'sources': [ 782 'sources': [
782 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 783 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
783 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', 784 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp',
784 ], 785 ],
785 }], 786 }],
786 ], 787 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 825 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
825 ], 826 ],
826 'sources': [ 827 'sources': [
827 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', 828 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp',
828 ], 829 ],
829 }], 830 }],
830 ], 831 ],
831 }, 832 },
832 ], 833 ],
833 } 834 }
OLDNEW
« no previous file with comments | « core/src/fxge/win32/fx_win32_print.cpp ('k') | xfa/src/fgas/src/layout/fx_linebreak.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698