| 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 "xfa/include/fwl/core/fwl_grid.h", | 801 "xfa/include/fwl/core/fwl_grid.h", |
| 802 "xfa/include/fwl/core/fwl_note.h", | 802 "xfa/include/fwl/core/fwl_note.h", |
| 803 "xfa/include/fwl/core/fwl_panel.h", | 803 "xfa/include/fwl/core/fwl_panel.h", |
| 804 "xfa/include/fwl/core/fwl_target.h", | 804 "xfa/include/fwl/core/fwl_target.h", |
| 805 "xfa/include/fwl/core/fwl_theme.h", | 805 "xfa/include/fwl/core/fwl_theme.h", |
| 806 "xfa/include/fwl/core/fwl_thread.h", | 806 "xfa/include/fwl/core/fwl_thread.h", |
| 807 "xfa/include/fwl/core/fwl_timer.h", | 807 "xfa/include/fwl/core/fwl_timer.h", |
| 808 "xfa/include/fwl/core/fwl_widget.h", | 808 "xfa/include/fwl/core/fwl_widget.h", |
| 809 "xfa/include/fwl/core/fwl_widgetdef.h", | 809 "xfa/include/fwl/core/fwl_widgetdef.h", |
| 810 "xfa/include/fwl/core/fwl_widgetmgr.h", | 810 "xfa/include/fwl/core/fwl_widgetmgr.h", |
| 811 "xfa/include/fwl/fwl.h", | |
| 812 "xfa/include/fwl/lightwidget/app.h", | 811 "xfa/include/fwl/lightwidget/app.h", |
| 813 "xfa/include/fwl/lightwidget/barcode.h", | 812 "xfa/include/fwl/lightwidget/barcode.h", |
| 814 "xfa/include/fwl/lightwidget/caret.h", | 813 "xfa/include/fwl/lightwidget/caret.h", |
| 815 "xfa/include/fwl/lightwidget/checkbox.h", | 814 "xfa/include/fwl/lightwidget/checkbox.h", |
| 816 "xfa/include/fwl/lightwidget/combobox.h", | 815 "xfa/include/fwl/lightwidget/combobox.h", |
| 817 "xfa/include/fwl/lightwidget/datetimepicker.h", | 816 "xfa/include/fwl/lightwidget/datetimepicker.h", |
| 818 "xfa/include/fwl/lightwidget/edit.h", | 817 "xfa/include/fwl/lightwidget/edit.h", |
| 819 "xfa/include/fwl/lightwidget/listbox.h", | 818 "xfa/include/fwl/lightwidget/listbox.h", |
| 820 "xfa/include/fwl/lightwidget/picturebox.h", | 819 "xfa/include/fwl/lightwidget/picturebox.h", |
| 821 "xfa/include/fwl/lightwidget/pushbutton.h", | 820 "xfa/include/fwl/lightwidget/pushbutton.h", |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1513 "//v8:v8_libplatform", | 1512 "//v8:v8_libplatform", |
| 1514 ] | 1513 ] |
| 1515 include_dirs += [ | 1514 include_dirs += [ |
| 1516 "//v8", | 1515 "//v8", |
| 1517 "//v8/include", | 1516 "//v8/include", |
| 1518 ] | 1517 ] |
| 1519 configs += [ "//v8:external_startup_data" ] | 1518 configs += [ "//v8:external_startup_data" ] |
| 1520 } | 1519 } |
| 1521 configs += [ ":pdfium_config" ] | 1520 configs += [ ":pdfium_config" ] |
| 1522 } | 1521 } |
| OLD | NEW |