OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |