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("//testing/test.gni") | 5 import("//testing/test.gni") |
6 import("pdfium.gni") | 6 import("pdfium.gni") |
7 | 7 |
8 config("pdfium_config") { | 8 config("pdfium_config") { |
9 cflags = [] | 9 cflags = [] |
10 include_dirs = [ | 10 include_dirs = [ |
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1450 "core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp", | 1450 "core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp", |
1451 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", | 1451 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", |
1452 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", | 1452 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", |
1453 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", | 1453 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", |
1454 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", | 1454 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", |
1455 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", | 1455 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", |
1456 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", | 1456 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", |
1457 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", | 1457 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", |
1458 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", | 1458 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", |
1459 "core/src/fxcrt/fx_bidi_unittest.cpp", | 1459 "core/src/fxcrt/fx_bidi_unittest.cpp", |
| 1460 "core/src/fxcrt/fx_extension_unittest.cpp", |
1460 "core/src/fxcrt/fx_system_unittest.cpp", | 1461 "core/src/fxcrt/fx_system_unittest.cpp", |
1461 "third_party/base/nonstd_unique_ptr_unittest.cpp", | 1462 "third_party/base/nonstd_unique_ptr_unittest.cpp", |
1462 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", | 1463 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |
1463 "xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp", | 1464 "xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp", |
1464 ] | 1465 ] |
1465 deps = [ | 1466 deps = [ |
1466 "//testing/gtest", | 1467 "//testing/gtest", |
1467 "//testing/gtest:gtest_main", | 1468 "//testing/gtest:gtest_main", |
1468 ":pdfium", | 1469 ":pdfium", |
1469 ":test_support", | 1470 ":test_support", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1504 "//v8", | 1505 "//v8", |
1505 "//v8:v8_libplatform", | 1506 "//v8:v8_libplatform", |
1506 ] | 1507 ] |
1507 include_dirs += [ | 1508 include_dirs += [ |
1508 "//v8", | 1509 "//v8", |
1509 "//v8/include", | 1510 "//v8/include", |
1510 ] | 1511 ] |
1511 } | 1512 } |
1512 configs += [ ":pdfium_config" ] | 1513 configs += [ ":pdfium_config" ] |
1513 } | 1514 } |
OLD | NEW |