| 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 706 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 707 '<(DEPTH)/testing/gtest.gyp:gtest', | 707 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 708 'pdfium', | 708 'pdfium', |
| 709 'test_support', | 709 'test_support', |
| 710 ], | 710 ], |
| 711 'sources': [ | 711 'sources': [ |
| 712 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', | 712 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', |
| 713 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', | 713 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |
| 714 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', | 714 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', |
| 715 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 715 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
| 716 'core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp', |
| 716 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', | 717 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', |
| 717 'core/src/fpdftext/fpdf_text_int_unittest.cpp', | 718 'core/src/fpdftext/fpdf_text_int_unittest.cpp', |
| 718 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 719 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| 720 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 721 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |
| 722 'core/src/fxcrt/fx_bidi_unittest.cpp', | 723 'core/src/fxcrt/fx_bidi_unittest.cpp', |
| 723 'core/src/fxcrt/fx_extension_unittest.cpp', | 724 'core/src/fxcrt/fx_extension_unittest.cpp', |
| 724 'core/src/fxcrt/fx_system_unittest.cpp', | 725 'core/src/fxcrt/fx_system_unittest.cpp', |
| 725 'testing/fx_string_testhelpers.h', | 726 'testing/fx_string_testhelpers.h', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 ], | 798 ], |
| 798 'dependencies': [ | 799 'dependencies': [ |
| 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 801 ], | 802 ], |
| 802 }], | 803 }], |
| 803 ], | 804 ], |
| 804 }, | 805 }, |
| 805 ], | 806 ], |
| 806 } | 807 } |
| OLD | NEW |