| 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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h", | 1259 "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h", |
| 1260 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp", | 1260 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp", |
| 1261 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h", | 1261 "xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h", |
| 1262 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", | 1262 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", |
| 1263 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", | 1263 "xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", |
| 1264 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp", | 1264 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.cpp", |
| 1265 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.h", | 1265 "xfa/src/fxbarcode/qrcode/BC_QRGridSampler.h", |
| 1266 "xfa/src/fxbarcode/utils.h", | 1266 "xfa/src/fxbarcode/utils.h", |
| 1267 "xfa/src/fxfa/src/app/xfa_checksum.cpp", | 1267 "xfa/src/fxfa/src/app/xfa_checksum.cpp", |
| 1268 "xfa/src/fxfa/src/app/xfa_checksum.h", | 1268 "xfa/src/fxfa/src/app/xfa_checksum.h", |
| 1269 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.cpp", | |
| 1270 "xfa/src/fxfa/src/app/xfa_ffConfigAcc.h", | |
| 1271 "xfa/src/fxfa/src/app/xfa_ffapp.cpp", | 1269 "xfa/src/fxfa/src/app/xfa_ffapp.cpp", |
| 1272 "xfa/src/fxfa/src/app/xfa_ffapp.h", | 1270 "xfa/src/fxfa/src/app/xfa_ffapp.h", |
| 1273 "xfa/src/fxfa/src/app/xfa_ffbarcode.cpp", | 1271 "xfa/src/fxfa/src/app/xfa_ffbarcode.cpp", |
| 1274 "xfa/src/fxfa/src/app/xfa_ffbarcode.h", | 1272 "xfa/src/fxfa/src/app/xfa_ffbarcode.h", |
| 1275 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.cpp", | 1273 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.cpp", |
| 1276 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.h", | 1274 "xfa/src/fxfa/src/app/xfa_ffcheckbutton.h", |
| 1277 "xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp", | 1275 "xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp", |
| 1278 "xfa/src/fxfa/src/app/xfa_ffchoicelist.h", | 1276 "xfa/src/fxfa/src/app/xfa_ffchoicelist.h", |
| 1279 "xfa/src/fxfa/src/app/xfa_ffdoc.cpp", | 1277 "xfa/src/fxfa/src/app/xfa_ffdoc.cpp", |
| 1280 "xfa/src/fxfa/src/app/xfa_ffdoc.h", | 1278 "xfa/src/fxfa/src/app/xfa_ffdoc.h", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1512 "//v8:v8_libplatform", | 1510 "//v8:v8_libplatform", |
| 1513 ] | 1511 ] |
| 1514 include_dirs += [ | 1512 include_dirs += [ |
| 1515 "//v8", | 1513 "//v8", |
| 1516 "//v8/include", | 1514 "//v8/include", |
| 1517 ] | 1515 ] |
| 1518 configs += [ "//v8:external_startup_data" ] | 1516 configs += [ "//v8:external_startup_data" ] |
| 1519 } | 1517 } |
| 1520 configs += [ ":pdfium_config" ] | 1518 configs += [ ":pdfium_config" ] |
| 1521 } | 1519 } |
| OLD | NEW |