OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1321 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", | 1321 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", |
1322 "xfa/src/fxfa/src/common/xfa_localemgr.h", | 1322 "xfa/src/fxfa/src/common/xfa_localemgr.h", |
1323 "xfa/src/fxfa/src/common/xfa_object.h", | 1323 "xfa/src/fxfa/src/common/xfa_object.h", |
1324 "xfa/src/fxfa/src/common/xfa_parser.h", | 1324 "xfa/src/fxfa/src/common/xfa_parser.h", |
1325 "xfa/src/fxfa/src/common/xfa_script.h", | 1325 "xfa/src/fxfa/src/common/xfa_script.h", |
1326 "xfa/src/fxfa/src/common/xfa_utils.h", | 1326 "xfa/src/fxfa/src/common/xfa_utils.h", |
1327 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", | 1327 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", |
1328 "xfa/src/fxfa/src/fm2js/xfa_error.h", | 1328 "xfa/src/fxfa/src/fm2js/xfa_error.h", |
1329 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", | 1329 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", |
1330 "xfa/src/fxfa/src/fm2js/xfa_expression.h", | 1330 "xfa/src/fxfa/src/fm2js/xfa_expression.h", |
1331 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h", | |
1332 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", | 1331 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", |
1333 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", | 1332 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", |
1334 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", | 1333 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", |
1335 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", | 1334 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", |
1336 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", | 1335 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", |
1337 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", | 1336 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", |
1338 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", | 1337 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", |
1339 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", | 1338 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", |
1340 "xfa/src/fxfa/src/fm2js/xfa_program.h", | 1339 "xfa/src/fxfa/src/fm2js/xfa_program.h", |
1341 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", | 1340 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1502 "//v8:v8_libplatform", | 1501 "//v8:v8_libplatform", |
1503 ] | 1502 ] |
1504 include_dirs += [ | 1503 include_dirs += [ |
1505 "//v8", | 1504 "//v8", |
1506 "//v8/include", | 1505 "//v8/include", |
1507 ] | 1506 ] |
1508 configs += [ "//v8:external_startup_data" ] | 1507 configs += [ "//v8:external_startup_data" ] |
1509 } | 1508 } |
1510 configs += [ ":pdfium_config" ] | 1509 configs += [ ":pdfium_config" ] |
1511 } | 1510 } |
OLD | NEW |