Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 716 ], | 716 ], |
| 717 'sources': [ | 717 'sources': [ |
| 718 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 718 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 719 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 719 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 720 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 720 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 721 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 721 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 722 'core/src/fxcrt/fx_bidi_unittest.cpp', | 722 'core/src/fxcrt/fx_bidi_unittest.cpp', |
| 723 'core/src/fxcrt/fx_system_unittest.cpp', | 723 'core/src/fxcrt/fx_system_unittest.cpp', |
| 724 'testing/fx_string_testhelpers.h', | 724 'testing/fx_string_testhelpers.h', |
| 725 'testing/fx_string_testhelpers.cpp', | 725 'testing/fx_string_testhelpers.cpp', |
| 726 'third_party/base/nonstd_unique_ptr_unittest.cpp', | |
|
Lei Zhang
2015/09/23 04:50:35
You forgot BUILD.gn, but I got it in my CL.
| |
| 726 ], | 727 ], |
| 727 }, | 728 }, |
| 728 { | 729 { |
| 729 'target_name': 'pdfium_embeddertests', | 730 'target_name': 'pdfium_embeddertests', |
| 730 'type': 'executable', | 731 'type': 'executable', |
| 731 'dependencies': [ | 732 'dependencies': [ |
| 732 '<(DEPTH)/testing/gmock.gyp:gmock', | 733 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 733 '<(DEPTH)/testing/gtest.gyp:gtest', | 734 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 734 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 735 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 735 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 736 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 754 'testing/embedder_test.cpp', | 755 'testing/embedder_test.cpp', |
| 755 'testing/embedder_test.h', | 756 'testing/embedder_test.h', |
| 756 'testing/embedder_test_mock_delegate.h', | 757 'testing/embedder_test_mock_delegate.h', |
| 757 'testing/embedder_test_timer_handling_delegate.h', | 758 'testing/embedder_test_timer_handling_delegate.h', |
| 758 'testing/fx_string_testhelpers.cpp', | 759 'testing/fx_string_testhelpers.cpp', |
| 759 'testing/fx_string_testhelpers.h', | 760 'testing/fx_string_testhelpers.h', |
| 760 ], | 761 ], |
| 761 }, | 762 }, |
| 762 ], | 763 ], |
| 763 } | 764 } |
| OLD | NEW |