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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', | 767 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', |
768 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', | 768 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |
769 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', | 769 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', |
770 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 770 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
771 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', | 771 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', |
772 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 772 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
773 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 773 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
774 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 774 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
775 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 775 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
776 'core/src/fxcrt/fx_bidi_unittest.cpp', | 776 'core/src/fxcrt/fx_bidi_unittest.cpp', |
| 777 'core/src/fxcrt/fx_extension_unittest.cpp', |
777 'core/src/fxcrt/fx_system_unittest.cpp', | 778 'core/src/fxcrt/fx_system_unittest.cpp', |
778 'testing/fx_string_testhelpers.h', | 779 'testing/fx_string_testhelpers.h', |
779 'testing/fx_string_testhelpers.cpp', | 780 'testing/fx_string_testhelpers.cpp', |
780 'third_party/base/nonstd_unique_ptr_unittest.cpp', | 781 'third_party/base/nonstd_unique_ptr_unittest.cpp', |
781 ], | 782 ], |
782 'conditions': [ | 783 'conditions': [ |
783 ['pdf_enable_xfa==1', { | 784 ['pdf_enable_xfa==1', { |
784 'sources': [ | 785 'sources': [ |
785 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 786 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
786 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', | 787 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 ], | 855 ], |
855 'dependencies': [ | 856 'dependencies': [ |
856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 858 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
858 ], | 859 ], |
859 }], | 860 }], |
860 ], | 861 ], |
861 }, | 862 }, |
862 ], | 863 ], |
863 } | 864 } |
OLD | NEW |