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

Side by Side Diff: pdfium.gyp

Issue 875803004: Merge the following commit to XFA: (Closed) Base URL: https://pdfium.googlesource.com/pdfium@xfa
Patch Set: Created 5 years, 10 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 | « BUILD.gn ('k') | no next file » | 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 'conditions': [ 4 'conditions': [
5 ['OS=="linux"', { 5 ['OS=="linux"', {
6 'bundle_freetype%': 0, 6 'bundle_freetype%': 0,
7 }, { # On Android there's no system FreeType. On Windows and Mac, only a 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a
8 # few methods are used from it. 8 # few methods are used from it.
9 'bundle_freetype%': 1, 9 'bundle_freetype%': 1,
10 }], 10 }],
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'core/src/fxcodec/fx_libopenjpeg/src/fx_j2k_lib.c', 364 'core/src/fxcodec/fx_libopenjpeg/src/fx_j2k_lib.c',
365 'core/src/fxcodec/fx_libopenjpeg/src/fx_jpt.c', 365 'core/src/fxcodec/fx_libopenjpeg/src/fx_jpt.c',
366 'core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c', 366 'core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c',
367 'core/src/fxcodec/fx_libopenjpeg/src/fx_mqc.c', 367 'core/src/fxcodec/fx_libopenjpeg/src/fx_mqc.c',
368 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg.c', 368 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg.c',
369 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg_jp2.c', 369 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg_jp2.c',
370 'core/src/fxcodec/fx_libopenjpeg/src/fx_opj_clock.c', 370 'core/src/fxcodec/fx_libopenjpeg/src/fx_opj_clock.c',
371 'core/src/fxcodec/fx_libopenjpeg/src/fx_pi.c', 371 'core/src/fxcodec/fx_libopenjpeg/src/fx_pi.c',
372 'core/src/fxcodec/fx_libopenjpeg/src/fx_raw.c', 372 'core/src/fxcodec/fx_libopenjpeg/src/fx_raw.c',
373 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1.c', 373 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1.c',
374 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1_generate_luts.c',
375 'core/src/fxcodec/fx_libopenjpeg/src/fx_t2.c', 374 'core/src/fxcodec/fx_libopenjpeg/src/fx_t2.c',
376 'core/src/fxcodec/fx_libopenjpeg/src/fx_tcd.c', 375 'core/src/fxcodec/fx_libopenjpeg/src/fx_tcd.c',
377 'core/src/fxcodec/fx_libopenjpeg/src/fx_tgt.c', 376 'core/src/fxcodec/fx_libopenjpeg/src/fx_tgt.c',
378 'core/src/fxcodec/fx_lpng/include/fx_png.h', 377 'core/src/fxcodec/fx_lpng/include/fx_png.h',
379 'core/src/fxcodec/fx_lpng/src/fx_png.c', 378 'core/src/fxcodec/fx_lpng/src/fx_png.c',
380 'core/src/fxcodec/fx_lpng/src/fx_pngerror.c', 379 'core/src/fxcodec/fx_lpng/src/fx_pngerror.c',
381 'core/src/fxcodec/fx_lpng/src/fx_pngget.c', 380 'core/src/fxcodec/fx_lpng/src/fx_pngget.c',
382 'core/src/fxcodec/fx_lpng/src/fx_pngmem.c', 381 'core/src/fxcodec/fx_lpng/src/fx_pngmem.c',
383 'core/src/fxcodec/fx_lpng/src/fx_pngpread.c', 382 'core/src/fxcodec/fx_lpng/src/fx_pngpread.c',
384 'core/src/fxcodec/fx_lpng/src/fx_pngread.c', 383 'core/src/fxcodec/fx_lpng/src/fx_pngread.c',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'fpdfsdk/src/fpdftext_embeddertest.cpp', 941 'fpdfsdk/src/fpdftext_embeddertest.cpp',
943 'fpdfsdk/src/fpdfview_embeddertest.cpp', 942 'fpdfsdk/src/fpdfview_embeddertest.cpp',
944 'testing/embedder_test.cpp', 943 'testing/embedder_test.cpp',
945 'testing/embedder_test.h', 944 'testing/embedder_test.h',
946 'testing/fx_string_testhelpers.cpp', 945 'testing/fx_string_testhelpers.cpp',
947 'testing/fx_string_testhelpers.h', 946 'testing/fx_string_testhelpers.h',
948 ], 947 ],
949 }, 948 },
950 ], 949 ],
951 } 950 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698