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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 }], | 412 }], |
413 ], | 413 ], |
414 }, | 414 }, |
415 { | 415 { |
416 'target_name': 'fxcrt', | 416 'target_name': 'fxcrt', |
417 'type': 'static_library', | 417 'type': 'static_library', |
418 'ldflags': [ '-L<(PRODUCT_DIR)',], | 418 'ldflags': [ '-L<(PRODUCT_DIR)',], |
419 'sources': [ | 419 'sources': [ |
420 'core/include/fxcrt/fx_arb.h', | 420 'core/include/fxcrt/fx_arb.h', |
421 'core/include/fxcrt/fx_basic.h', | 421 'core/include/fxcrt/fx_basic.h', |
| 422 'core/include/fxcrt/fx_bidi.h', |
422 'core/include/fxcrt/fx_coordinates.h', | 423 'core/include/fxcrt/fx_coordinates.h', |
423 'core/include/fxcrt/fx_ext.h', | 424 'core/include/fxcrt/fx_ext.h', |
424 'core/include/fxcrt/fx_memory.h', | 425 'core/include/fxcrt/fx_memory.h', |
425 'core/include/fxcrt/fx_safe_types.h', | 426 'core/include/fxcrt/fx_safe_types.h', |
426 'core/include/fxcrt/fx_stream.h', | 427 'core/include/fxcrt/fx_stream.h', |
427 'core/include/fxcrt/fx_string.h', | 428 'core/include/fxcrt/fx_string.h', |
428 'core/include/fxcrt/fx_system.h', | 429 'core/include/fxcrt/fx_system.h', |
429 'core/include/fxcrt/fx_ucd.h', | 430 'core/include/fxcrt/fx_ucd.h', |
430 'core/include/fxcrt/fx_xml.h', | 431 'core/include/fxcrt/fx_xml.h', |
431 'core/src/fxcrt/extension.h', | 432 'core/src/fxcrt/extension.h', |
(...skipping 10 matching lines...) Expand all Loading... |
442 'core/src/fxcrt/fx_basic_buffer.cpp', | 443 'core/src/fxcrt/fx_basic_buffer.cpp', |
443 'core/src/fxcrt/fx_basic_coords.cpp', | 444 'core/src/fxcrt/fx_basic_coords.cpp', |
444 'core/src/fxcrt/fx_basic_gcc.cpp', | 445 'core/src/fxcrt/fx_basic_gcc.cpp', |
445 'core/src/fxcrt/fx_basic_list.cpp', | 446 'core/src/fxcrt/fx_basic_list.cpp', |
446 'core/src/fxcrt/fx_basic_maps.cpp', | 447 'core/src/fxcrt/fx_basic_maps.cpp', |
447 'core/src/fxcrt/fx_basic_memmgr.cpp', | 448 'core/src/fxcrt/fx_basic_memmgr.cpp', |
448 'core/src/fxcrt/fx_basic_plex.cpp', | 449 'core/src/fxcrt/fx_basic_plex.cpp', |
449 'core/src/fxcrt/fx_basic_utf.cpp', | 450 'core/src/fxcrt/fx_basic_utf.cpp', |
450 'core/src/fxcrt/fx_basic_util.cpp', | 451 'core/src/fxcrt/fx_basic_util.cpp', |
451 'core/src/fxcrt/fx_basic_wstring.cpp', | 452 'core/src/fxcrt/fx_basic_wstring.cpp', |
| 453 'core/src/fxcrt/fx_bidi.cpp', |
452 'core/src/fxcrt/fx_extension.cpp', | 454 'core/src/fxcrt/fx_extension.cpp', |
453 'core/src/fxcrt/fx_ucddata.cpp', | 455 'core/src/fxcrt/fx_ucddata.cpp', |
454 'core/src/fxcrt/fx_unicode.cpp', | 456 'core/src/fxcrt/fx_unicode.cpp', |
455 'core/src/fxcrt/fx_xml_composer.cpp', | 457 'core/src/fxcrt/fx_xml_composer.cpp', |
456 'core/src/fxcrt/fx_xml_parser.cpp', | 458 'core/src/fxcrt/fx_xml_parser.cpp', |
457 'core/src/fxcrt/plex.h', | 459 'core/src/fxcrt/plex.h', |
458 'core/src/fxcrt/xml_int.h', | 460 'core/src/fxcrt/xml_int.h', |
459 ], | 461 ], |
460 }, | 462 }, |
461 { | 463 { |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 'test_support', | 761 'test_support', |
760 ], | 762 ], |
761 'include_dirs': [ | 763 'include_dirs': [ |
762 '<(DEPTH)' | 764 '<(DEPTH)' |
763 ], | 765 ], |
764 'sources': [ | 766 'sources': [ |
765 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 767 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
766 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 768 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
767 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 769 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
768 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 770 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 771 'core/src/fxcrt/fx_bidi_unittest.cpp', |
769 'core/src/fxcrt/fx_system_unittest.cpp', | 772 'core/src/fxcrt/fx_system_unittest.cpp', |
770 'testing/fx_string_testhelpers.h', | 773 'testing/fx_string_testhelpers.h', |
771 'testing/fx_string_testhelpers.cpp', | 774 'testing/fx_string_testhelpers.cpp', |
772 'third_party/base/nonstd_unique_ptr_unittest.cpp', | 775 'third_party/base/nonstd_unique_ptr_unittest.cpp', |
773 ], | 776 ], |
774 'conditions': [ | 777 'conditions': [ |
775 ['pdf_enable_xfa==1', { | 778 ['pdf_enable_xfa==1', { |
776 'sources': [ | 779 'sources': [ |
777 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 780 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
778 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', | 781 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 ], | 852 ], |
850 'dependencies': [ | 853 'dependencies': [ |
851 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 854 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
852 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 855 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
853 ], | 856 ], |
854 }], | 857 }], |
855 ], | 858 ], |
856 }, | 859 }, |
857 ], | 860 ], |
858 } | 861 } |
OLD | NEW |