OLD | NEW |
1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 PDFium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
9 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
10 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 'core/src/fpdftext/fpdf_text_int_unittest.cpp', | 725 'core/src/fpdftext/fpdf_text_int_unittest.cpp', |
726 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 726 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
727 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 727 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
728 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 728 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
729 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 729 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
730 'core/src/fxcrt/fx_bidi_unittest.cpp', | 730 'core/src/fxcrt/fx_bidi_unittest.cpp', |
731 'core/src/fxcrt/fx_extension_unittest.cpp', | 731 'core/src/fxcrt/fx_extension_unittest.cpp', |
732 'core/src/fxcrt/fx_system_unittest.cpp', | 732 'core/src/fxcrt/fx_system_unittest.cpp', |
733 'testing/fx_string_testhelpers.h', | 733 'testing/fx_string_testhelpers.h', |
734 'testing/fx_string_testhelpers.cpp', | 734 'testing/fx_string_testhelpers.cpp', |
735 'third_party/base/nonstd_unique_ptr_unittest.cpp', | |
736 ], | 735 ], |
737 }, | 736 }, |
738 { | 737 { |
739 'target_name': 'pdfium_embeddertests', | 738 'target_name': 'pdfium_embeddertests', |
740 'type': 'executable', | 739 'type': 'executable', |
741 'dependencies': [ | 740 'dependencies': [ |
742 '<(DEPTH)/testing/gmock.gyp:gmock', | 741 '<(DEPTH)/testing/gmock.gyp:gmock', |
743 '<(DEPTH)/testing/gtest.gyp:gtest', | 742 '<(DEPTH)/testing/gtest.gyp:gtest', |
744 'pdfium', | 743 'pdfium', |
745 'test_support', | 744 'test_support', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 ], | 802 ], |
804 'dependencies': [ | 803 'dependencies': [ |
805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 804 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
807 ], | 806 ], |
808 }], | 807 }], |
809 ], | 808 ], |
810 }, | 809 }, |
811 ], | 810 ], |
812 } | 811 } |
OLD | NEW |