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 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/fpdftext/fpdf_text_int_unittest.cpp", |
1468 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", | 1468 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", |
1469 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", | 1469 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", |
1470 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", | 1470 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", |
1471 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", | 1471 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", |
1472 "core/src/fxcrt/fx_bidi_unittest.cpp", | 1472 "core/src/fxcrt/fx_bidi_unittest.cpp", |
1473 "core/src/fxcrt/fx_extension_unittest.cpp", | 1473 "core/src/fxcrt/fx_extension_unittest.cpp", |
1474 "core/src/fxcrt/fx_system_unittest.cpp", | 1474 "core/src/fxcrt/fx_system_unittest.cpp", |
1475 "third_party/base/nonstd_unique_ptr_unittest.cpp", | |
1476 ] | 1475 ] |
1477 deps = [ | 1476 deps = [ |
1478 "//testing/gtest", | 1477 "//testing/gtest", |
1479 "//testing/gtest:gtest_main", | 1478 "//testing/gtest:gtest_main", |
1480 ":pdfium", | 1479 ":pdfium", |
1481 ":test_support", | 1480 ":test_support", |
1482 ] | 1481 ] |
1483 if (pdf_enable_xfa) { | 1482 if (pdf_enable_xfa) { |
1484 sources += [ | 1483 sources += [ |
1485 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", | 1484 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1528 "//v8:v8_libplatform", | 1527 "//v8:v8_libplatform", |
1529 ] | 1528 ] |
1530 include_dirs += [ | 1529 include_dirs += [ |
1531 "//v8", | 1530 "//v8", |
1532 "//v8/include", | 1531 "//v8/include", |
1533 ] | 1532 ] |
1534 configs += [ "//v8:external_startup_data" ] | 1533 configs += [ "//v8:external_startup_data" ] |
1535 } | 1534 } |
1536 configs += [ ":pdfium_config" ] | 1535 configs += [ ":pdfium_config" ] |
1537 } | 1536 } |
OLD | NEW |