| 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 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1320 "xfa/src/fxfa/src/app/xfa_fontmgr.h", | 1320 "xfa/src/fxfa/src/app/xfa_fontmgr.h", |
| 1321 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", | 1321 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", |
| 1322 "xfa/src/fxfa/src/app/xfa_fwladapter.h", | 1322 "xfa/src/fxfa/src/app/xfa_fwladapter.h", |
| 1323 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", | 1323 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", |
| 1324 "xfa/src/fxfa/src/app/xfa_fwltheme.h", | 1324 "xfa/src/fxfa/src/app/xfa_fwltheme.h", |
| 1325 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", | 1325 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", |
| 1326 "xfa/src/fxfa/src/app/xfa_rendercontext.h", | 1326 "xfa/src/fxfa/src/app/xfa_rendercontext.h", |
| 1327 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", | 1327 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", |
| 1328 "xfa/src/fxfa/src/app/xfa_textlayout.h", | 1328 "xfa/src/fxfa/src/app/xfa_textlayout.h", |
| 1329 "xfa/src/fxfa/src/common/fxfa_localevalue.h", | 1329 "xfa/src/fxfa/src/common/fxfa_localevalue.h", |
| 1330 "xfa/src/fxfa/src/common/xfa_common.h", | |
| 1331 "xfa/src/fxfa/src/common/xfa_docdata.h", | 1330 "xfa/src/fxfa/src/common/xfa_docdata.h", |
| 1332 "xfa/src/fxfa/src/common/xfa_doclayout.h", | 1331 "xfa/src/fxfa/src/common/xfa_doclayout.h", |
| 1333 "xfa/src/fxfa/src/common/xfa_document.h", | 1332 "xfa/src/fxfa/src/common/xfa_document.h", |
| 1334 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", | 1333 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", |
| 1335 "xfa/src/fxfa/src/common/xfa_localemgr.h", | 1334 "xfa/src/fxfa/src/common/xfa_localemgr.h", |
| 1336 "xfa/src/fxfa/src/common/xfa_object.h", | 1335 "xfa/src/fxfa/src/common/xfa_object.h", |
| 1337 "xfa/src/fxfa/src/common/xfa_parser.h", | 1336 "xfa/src/fxfa/src/common/xfa_parser.h", |
| 1338 "xfa/src/fxfa/src/common/xfa_script.h", | 1337 "xfa/src/fxfa/src/common/xfa_script.h", |
| 1339 "xfa/src/fxfa/src/common/xfa_utils.h", | 1338 "xfa/src/fxfa/src/common/xfa_utils.h", |
| 1340 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", | 1339 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1515 "//v8:v8_libplatform", | 1514 "//v8:v8_libplatform", |
| 1516 ] | 1515 ] |
| 1517 include_dirs += [ | 1516 include_dirs += [ |
| 1518 "//v8", | 1517 "//v8", |
| 1519 "//v8/include", | 1518 "//v8/include", |
| 1520 ] | 1519 ] |
| 1521 configs += [ "//v8:external_startup_data" ] | 1520 configs += [ "//v8:external_startup_data" ] |
| 1522 } | 1521 } |
| 1523 configs += [ ":pdfium_config" ] | 1522 configs += [ ":pdfium_config" ] |
| 1524 } | 1523 } |
| OLD | NEW |