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

Side by Side Diff: pdfium.gyp

Issue 1240713004: Move FPDFAPI_FlateInit() prototype and friends to .h file (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Copyright 2015 Created 5 years, 5 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/fxcodec/codec/fx_codec_flate.cpp ('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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'dependencies': [ 327 'dependencies': [
328 'third_party/third_party.gyp:fx_lcms2', 328 'third_party/third_party.gyp:fx_lcms2',
329 'third_party/third_party.gyp:fx_libjpeg', 329 'third_party/third_party.gyp:fx_libjpeg',
330 'third_party/third_party.gyp:fx_libopenjpeg', 330 'third_party/third_party.gyp:fx_libopenjpeg',
331 'third_party/third_party.gyp:fx_zlib', 331 'third_party/third_party.gyp:fx_zlib',
332 ], 332 ],
333 'ldflags': [ '-L<(PRODUCT_DIR)',], 333 'ldflags': [ '-L<(PRODUCT_DIR)',],
334 'sources': [ 334 'sources': [
335 'core/include/fxcodec/fx_codec.h', 335 'core/include/fxcodec/fx_codec.h',
336 'core/include/fxcodec/fx_codec_def.h', 336 'core/include/fxcodec/fx_codec_def.h',
337 'core/include/fxcodec/fx_codec_flate.h',
337 'core/include/fxcodec/fx_codec_provider.h', 338 'core/include/fxcodec/fx_codec_provider.h',
338 'core/src/fxcodec/codec/codec_int.h', 339 'core/src/fxcodec/codec/codec_int.h',
339 'core/src/fxcodec/codec/fx_codec.cpp', 340 'core/src/fxcodec/codec/fx_codec.cpp',
340 'core/src/fxcodec/codec/fx_codec_fax.cpp', 341 'core/src/fxcodec/codec/fx_codec_fax.cpp',
341 'core/src/fxcodec/codec/fx_codec_flate.cpp', 342 'core/src/fxcodec/codec/fx_codec_flate.cpp',
342 'core/src/fxcodec/codec/fx_codec_icc.cpp', 343 'core/src/fxcodec/codec/fx_codec_icc.cpp',
343 'core/src/fxcodec/codec/fx_codec_jbig.cpp', 344 'core/src/fxcodec/codec/fx_codec_jbig.cpp',
344 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', 345 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp',
345 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', 346 'core/src/fxcodec/codec/fx_codec_jpeg.cpp',
346 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', 347 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'testing/embedder_test.cpp', 749 'testing/embedder_test.cpp',
749 'testing/embedder_test.h', 750 'testing/embedder_test.h',
750 'testing/embedder_test_mock_delegate.h', 751 'testing/embedder_test_mock_delegate.h',
751 'testing/embedder_test_timer_handling_delegate.h', 752 'testing/embedder_test_timer_handling_delegate.h',
752 'testing/fx_string_testhelpers.cpp', 753 'testing/fx_string_testhelpers.cpp',
753 'testing/fx_string_testhelpers.h', 754 'testing/fx_string_testhelpers.h',
754 ], 755 ],
755 }, 756 },
756 ], 757 ],
757 } 758 }
OLDNEW
« no previous file with comments | « core/src/fxcodec/codec/fx_codec_flate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698