| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 "core/src/fxge/agg/src/fx_agg_driver.cpp", | 523 "core/src/fxge/agg/src/fx_agg_driver.cpp", |
| 524 "core/src/fxge/android/fpf_skiafont.cpp", | 524 "core/src/fxge/android/fpf_skiafont.cpp", |
| 525 "core/src/fxge/android/fpf_skiafont.h", | 525 "core/src/fxge/android/fpf_skiafont.h", |
| 526 "core/src/fxge/android/fpf_skiafontmgr.cpp", | 526 "core/src/fxge/android/fpf_skiafontmgr.cpp", |
| 527 "core/src/fxge/android/fpf_skiafontmgr.h", | 527 "core/src/fxge/android/fpf_skiafontmgr.h", |
| 528 "core/src/fxge/android/fpf_skiamodule.cpp", | 528 "core/src/fxge/android/fpf_skiamodule.cpp", |
| 529 "core/src/fxge/android/fpf_skiamodule.h", | 529 "core/src/fxge/android/fpf_skiamodule.h", |
| 530 "core/src/fxge/android/fx_android_font.cpp", | 530 "core/src/fxge/android/fx_android_font.cpp", |
| 531 "core/src/fxge/android/fx_android_font.h", | 531 "core/src/fxge/android/fx_android_font.h", |
| 532 "core/src/fxge/android/fx_android_imp.cpp", | 532 "core/src/fxge/android/fx_android_imp.cpp", |
| 533 "core/src/fxge/android/fx_fpf.h", | |
| 534 "core/src/fxge/apple/apple_int.h", | 533 "core/src/fxge/apple/apple_int.h", |
| 535 "core/src/fxge/apple/fx_apple_platform.cpp", | 534 "core/src/fxge/apple/fx_apple_platform.cpp", |
| 536 "core/src/fxge/apple/fx_mac_imp.cpp", | 535 "core/src/fxge/apple/fx_mac_imp.cpp", |
| 537 "core/src/fxge/apple/fx_quartz_device.cpp", | 536 "core/src/fxge/apple/fx_quartz_device.cpp", |
| 538 "core/src/fxge/dib/dib_int.h", | 537 "core/src/fxge/dib/dib_int.h", |
| 539 "core/src/fxge/dib/fx_dib_composite.cpp", | 538 "core/src/fxge/dib/fx_dib_composite.cpp", |
| 540 "core/src/fxge/dib/fx_dib_convert.cpp", | 539 "core/src/fxge/dib/fx_dib_convert.cpp", |
| 541 "core/src/fxge/dib/fx_dib_engine.cpp", | 540 "core/src/fxge/dib/fx_dib_engine.cpp", |
| 542 "core/src/fxge/dib/fx_dib_main.cpp", | 541 "core/src/fxge/dib/fx_dib_main.cpp", |
| 543 "core/src/fxge/dib/fx_dib_transform.cpp", | 542 "core/src/fxge/dib/fx_dib_transform.cpp", |
| (...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1501 "//v8:v8_libplatform", | 1500 "//v8:v8_libplatform", |
| 1502 ] | 1501 ] |
| 1503 include_dirs += [ | 1502 include_dirs += [ |
| 1504 "//v8", | 1503 "//v8", |
| 1505 "//v8/include", | 1504 "//v8/include", |
| 1506 ] | 1505 ] |
| 1507 configs += [ "//v8:external_startup_data" ] | 1506 configs += [ "//v8:external_startup_data" ] |
| 1508 } | 1507 } |
| 1509 configs += [ ":pdfium_config" ] | 1508 configs += [ ":pdfium_config" ] |
| 1510 } | 1509 } |
| OLD | NEW |