Chromium Code Reviews| 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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 765 'pdfium', | 765 'pdfium', |
| 766 ], | 766 ], |
| 767 'include_dirs': [ | 767 'include_dirs': [ |
| 768 '<(DEPTH)' | 768 '<(DEPTH)' |
| 769 ], | 769 ], |
| 770 'sources': [ | 770 'sources': [ |
| 771 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 771 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 772 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 772 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 773 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 773 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 774 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 774 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 775 'core/src/fxcrt/fx_system_unittest.cpp', | |
|
Lei Zhang
2015/10/16 21:11:48
GN as well.
Tom Sepez
2015/10/16 21:29:44
Done.
| |
| 776 'testing/fx_string_testhelpers.cpp', | |
| 775 'testing/fx_string_testhelpers.h', | 777 'testing/fx_string_testhelpers.h', |
| 776 'testing/fx_string_testhelpers.cpp', | |
| 777 'third_party/base/nonstd_unique_ptr_unittest.cpp', | 778 'third_party/base/nonstd_unique_ptr_unittest.cpp', |
| 778 ], | 779 ], |
| 779 'conditions': [ | 780 'conditions': [ |
| 780 ['pdf_enable_xfa==1', { | 781 ['pdf_enable_xfa==1', { |
| 781 'sources': [ | 782 'sources': [ |
| 782 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 783 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 783 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', | 784 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', |
| 784 ], | 785 ], |
| 785 }], | 786 }], |
| 786 ], | 787 ], |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 824 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 825 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 825 ], | 826 ], |
| 826 'sources': [ | 827 'sources': [ |
| 827 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', | 828 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
| 828 ], | 829 ], |
| 829 }], | 830 }], |
| 830 ], | 831 ], |
| 831 }, | 832 }, |
| 832 ], | 833 ], |
| 833 } | 834 } |
| OLD | NEW |