OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium 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 import("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("pdfium.gni") | 7 import("pdfium.gni") |
8 | 8 |
9 config("pdfium_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1457 } | 1457 } |
1458 } | 1458 } |
1459 | 1459 |
1460 test("pdfium_unittests") { | 1460 test("pdfium_unittests") { |
1461 sources = [ | 1461 sources = [ |
1462 "core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp", | 1462 "core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp", |
1463 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", | 1463 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", |
1464 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", | 1464 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", |
1465 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", | 1465 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", |
1466 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", | 1466 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", |
| 1467 "core/src/fpdftext/fpdf_text_int_unittest.cpp", |
1467 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", | 1468 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", |
1468 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", | 1469 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", |
1469 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", | 1470 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", |
1470 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", | 1471 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", |
1471 "core/src/fxcrt/fx_bidi_unittest.cpp", | 1472 "core/src/fxcrt/fx_bidi_unittest.cpp", |
1472 "core/src/fxcrt/fx_extension_unittest.cpp", | 1473 "core/src/fxcrt/fx_extension_unittest.cpp", |
1473 "core/src/fxcrt/fx_system_unittest.cpp", | 1474 "core/src/fxcrt/fx_system_unittest.cpp", |
1474 "third_party/base/nonstd_unique_ptr_unittest.cpp", | 1475 "third_party/base/nonstd_unique_ptr_unittest.cpp", |
1475 ] | 1476 ] |
1476 deps = [ | 1477 deps = [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1522 "//v8:v8_libplatform", | 1523 "//v8:v8_libplatform", |
1523 ] | 1524 ] |
1524 include_dirs += [ | 1525 include_dirs += [ |
1525 "//v8", | 1526 "//v8", |
1526 "//v8/include", | 1527 "//v8/include", |
1527 ] | 1528 ] |
1528 configs += [ "//v8:external_startup_data" ] | 1529 configs += [ "//v8:external_startup_data" ] |
1529 } | 1530 } |
1530 configs += [ ":pdfium_config" ] | 1531 configs += [ ":pdfium_config" ] |
1531 } | 1532 } |
OLD | NEW |