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

Side by Side Diff: pdfium.gyp

Issue 1423103002: XFA: Manual merge of Clean up IFX_BidiChar (Closed) Base URL: https://pdfium.googlesource.com/pdfium@xfa
Patch Set: missing files Created 5 years, 1 month 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
« core/include/fxcrt/fx_arb.h ('K') | « core/src/fxcrt/fx_unicode.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 '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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 }], 419 }],
420 ], 420 ],
421 }, 421 },
422 { 422 {
423 'target_name': 'fxcrt', 423 'target_name': 'fxcrt',
424 'type': 'static_library', 424 'type': 'static_library',
425 'ldflags': [ '-L<(PRODUCT_DIR)',], 425 'ldflags': [ '-L<(PRODUCT_DIR)',],
426 'sources': [ 426 'sources': [
427 'core/include/fxcrt/fx_arb.h', 427 'core/include/fxcrt/fx_arb.h',
428 'core/include/fxcrt/fx_basic.h', 428 'core/include/fxcrt/fx_basic.h',
429 'core/include/fxcrt/fx_bidi.h',
429 'core/include/fxcrt/fx_coordinates.h', 430 'core/include/fxcrt/fx_coordinates.h',
430 'core/include/fxcrt/fx_ext.h', 431 'core/include/fxcrt/fx_ext.h',
431 'core/include/fxcrt/fx_memory.h', 432 'core/include/fxcrt/fx_memory.h',
432 'core/include/fxcrt/fx_safe_types.h', 433 'core/include/fxcrt/fx_safe_types.h',
433 'core/include/fxcrt/fx_stream.h', 434 'core/include/fxcrt/fx_stream.h',
434 'core/include/fxcrt/fx_string.h', 435 'core/include/fxcrt/fx_string.h',
435 'core/include/fxcrt/fx_system.h', 436 'core/include/fxcrt/fx_system.h',
436 'core/include/fxcrt/fx_ucd.h', 437 'core/include/fxcrt/fx_ucd.h',
437 'core/include/fxcrt/fx_xml.h', 438 'core/include/fxcrt/fx_xml.h',
438 'core/src/fxcrt/extension.h', 439 'core/src/fxcrt/extension.h',
(...skipping 10 matching lines...) Expand all
449 'core/src/fxcrt/fx_basic_buffer.cpp', 450 'core/src/fxcrt/fx_basic_buffer.cpp',
450 'core/src/fxcrt/fx_basic_coords.cpp', 451 'core/src/fxcrt/fx_basic_coords.cpp',
451 'core/src/fxcrt/fx_basic_gcc.cpp', 452 'core/src/fxcrt/fx_basic_gcc.cpp',
452 'core/src/fxcrt/fx_basic_list.cpp', 453 'core/src/fxcrt/fx_basic_list.cpp',
453 'core/src/fxcrt/fx_basic_maps.cpp', 454 'core/src/fxcrt/fx_basic_maps.cpp',
454 'core/src/fxcrt/fx_basic_memmgr.cpp', 455 'core/src/fxcrt/fx_basic_memmgr.cpp',
455 'core/src/fxcrt/fx_basic_plex.cpp', 456 'core/src/fxcrt/fx_basic_plex.cpp',
456 'core/src/fxcrt/fx_basic_utf.cpp', 457 'core/src/fxcrt/fx_basic_utf.cpp',
457 'core/src/fxcrt/fx_basic_util.cpp', 458 'core/src/fxcrt/fx_basic_util.cpp',
458 'core/src/fxcrt/fx_basic_wstring.cpp', 459 'core/src/fxcrt/fx_basic_wstring.cpp',
460 'core/src/fxcrt/fx_bidi.cpp',
459 'core/src/fxcrt/fx_extension.cpp', 461 'core/src/fxcrt/fx_extension.cpp',
460 'core/src/fxcrt/fx_ucddata.cpp', 462 'core/src/fxcrt/fx_ucddata.cpp',
461 'core/src/fxcrt/fx_unicode.cpp', 463 'core/src/fxcrt/fx_unicode.cpp',
462 'core/src/fxcrt/fx_xml_composer.cpp', 464 'core/src/fxcrt/fx_xml_composer.cpp',
463 'core/src/fxcrt/fx_xml_parser.cpp', 465 'core/src/fxcrt/fx_xml_parser.cpp',
464 'core/src/fxcrt/plex.h', 466 'core/src/fxcrt/plex.h',
465 'core/src/fxcrt/xml_int.h', 467 'core/src/fxcrt/xml_int.h',
466 ], 468 ],
467 }, 469 },
468 { 470 {
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 ], 856 ],
855 'dependencies': [ 857 'dependencies': [
856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 858 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 859 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
858 ], 860 ],
859 }], 861 }],
860 ], 862 ],
861 }, 863 },
862 ], 864 ],
863 } 865 }
OLDNEW
« core/include/fxcrt/fx_arb.h ('K') | « core/src/fxcrt/fx_unicode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698