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

Side by Side Diff: pdfium.gyp

Issue 1301073003: Merge to XFA: Extern in .cpp files is a code smell, part 1. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 4 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/src/javascript/global.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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'ldflags': [ '-L<(PRODUCT_DIR)',], 316 'ldflags': [ '-L<(PRODUCT_DIR)',],
317 'sources': [ 317 'sources': [
318 'core/include/fpdftext/fpdf_text.h', 318 'core/include/fpdftext/fpdf_text.h',
319 'core/src/fpdftext/fpdf_text.cpp', 319 'core/src/fpdftext/fpdf_text.cpp',
320 'core/src/fpdftext/fpdf_text_int.cpp', 320 'core/src/fpdftext/fpdf_text_int.cpp',
321 'core/src/fpdftext/fpdf_text_search.cpp', 321 'core/src/fpdftext/fpdf_text_search.cpp',
322 'core/src/fpdftext/text_int.h', 322 'core/src/fpdftext/text_int.h',
323 'core/src/fpdftext/txtproc.h', 323 'core/src/fpdftext/txtproc.h',
324 'core/src/fpdftext/unicodenormalization.cpp', 324 'core/src/fpdftext/unicodenormalization.cpp',
325 'core/src/fpdftext/unicodenormalizationdata.cpp', 325 'core/src/fpdftext/unicodenormalizationdata.cpp',
326 'core/src/fpdftext/unicodenormalizationdata.h',
326 ], 327 ],
327 }, 328 },
328 { 329 {
329 'target_name': 'fxcodec', 330 'target_name': 'fxcodec',
330 'type': 'static_library', 331 'type': 'static_library',
331 'dependencies': [ 332 'dependencies': [
332 'third_party/third_party.gyp:fx_lcms2', 333 'third_party/third_party.gyp:fx_lcms2',
333 'third_party/third_party.gyp:fx_libjpeg', 334 'third_party/third_party.gyp:fx_libjpeg',
334 'third_party/third_party.gyp:fx_libopenjpeg', 335 'third_party/third_party.gyp:fx_libopenjpeg',
335 'third_party/third_party.gyp:fx_zlib', 336 'third_party/third_party.gyp:fx_zlib',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'core/src/fxge/apple/apple_int.h', 534 'core/src/fxge/apple/apple_int.h',
534 'core/src/fxge/apple/fx_apple_platform.cpp', 535 'core/src/fxge/apple/fx_apple_platform.cpp',
535 'core/src/fxge/apple/fx_mac_imp.cpp', 536 'core/src/fxge/apple/fx_mac_imp.cpp',
536 'core/src/fxge/apple/fx_quartz_device.cpp', 537 'core/src/fxge/apple/fx_quartz_device.cpp',
537 'core/src/fxge/dib/dib_int.h', 538 'core/src/fxge/dib/dib_int.h',
538 'core/src/fxge/dib/fx_dib_composite.cpp', 539 'core/src/fxge/dib/fx_dib_composite.cpp',
539 'core/src/fxge/dib/fx_dib_convert.cpp', 540 'core/src/fxge/dib/fx_dib_convert.cpp',
540 'core/src/fxge/dib/fx_dib_engine.cpp', 541 'core/src/fxge/dib/fx_dib_engine.cpp',
541 'core/src/fxge/dib/fx_dib_main.cpp', 542 'core/src/fxge/dib/fx_dib_main.cpp',
542 'core/src/fxge/dib/fx_dib_transform.cpp', 543 'core/src/fxge/dib/fx_dib_transform.cpp',
544 'core/src/fxge/fontdata/chromefontdata/chromefontdata.h',
543 'core/src/fxge/fontdata/chromefontdata/FoxitDingbats.c', 545 'core/src/fxge/fontdata/chromefontdata/FoxitDingbats.c',
544 'core/src/fxge/fontdata/chromefontdata/FoxitFixed.c', 546 'core/src/fxge/fontdata/chromefontdata/FoxitFixed.c',
545 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBold.c', 547 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBold.c',
546 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBoldItalic.c', 548 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBoldItalic.c',
547 'core/src/fxge/fontdata/chromefontdata/FoxitFixedItalic.c', 549 'core/src/fxge/fontdata/chromefontdata/FoxitFixedItalic.c',
548 'core/src/fxge/fontdata/chromefontdata/FoxitSans.c', 550 'core/src/fxge/fontdata/chromefontdata/FoxitSans.c',
549 'core/src/fxge/fontdata/chromefontdata/FoxitSansBold.c', 551 'core/src/fxge/fontdata/chromefontdata/FoxitSansBold.c',
550 'core/src/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.c', 552 'core/src/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.c',
551 'core/src/fxge/fontdata/chromefontdata/FoxitSansItalic.c', 553 'core/src/fxge/fontdata/chromefontdata/FoxitSansItalic.c',
552 'core/src/fxge/fontdata/chromefontdata/FoxitSansMM.c', 554 'core/src/fxge/fontdata/chromefontdata/FoxitSansMM.c',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'testing/embedder_test.cpp', 838 'testing/embedder_test.cpp',
837 'testing/embedder_test.h', 839 'testing/embedder_test.h',
838 'testing/embedder_test_mock_delegate.h', 840 'testing/embedder_test_mock_delegate.h',
839 'testing/embedder_test_timer_handling_delegate.h', 841 'testing/embedder_test_timer_handling_delegate.h',
840 'testing/fx_string_testhelpers.cpp', 842 'testing/fx_string_testhelpers.cpp',
841 'testing/fx_string_testhelpers.h', 843 'testing/fx_string_testhelpers.h',
842 ], 844 ],
843 }, 845 },
844 ], 846 ],
845 } 847 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/javascript/global.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698