| 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_common_config") { | 9 config("pdfium_common_config") { |
| 10 cflags = [] | 10 cflags = [] |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 "xfa/fwl/theme/cfwl_arrowdata.cpp", | 1151 "xfa/fwl/theme/cfwl_arrowdata.cpp", |
| 1152 "xfa/fwl/theme/cfwl_arrowdata.h", | 1152 "xfa/fwl/theme/cfwl_arrowdata.h", |
| 1153 "xfa/fwl/theme/cfwl_barcodetp.cpp", | 1153 "xfa/fwl/theme/cfwl_barcodetp.cpp", |
| 1154 "xfa/fwl/theme/cfwl_barcodetp.h", | 1154 "xfa/fwl/theme/cfwl_barcodetp.h", |
| 1155 "xfa/fwl/theme/cfwl_carettp.cpp", | 1155 "xfa/fwl/theme/cfwl_carettp.cpp", |
| 1156 "xfa/fwl/theme/cfwl_carettp.h", | 1156 "xfa/fwl/theme/cfwl_carettp.h", |
| 1157 "xfa/fwl/theme/cfwl_checkboxtp.cpp", | 1157 "xfa/fwl/theme/cfwl_checkboxtp.cpp", |
| 1158 "xfa/fwl/theme/cfwl_checkboxtp.h", | 1158 "xfa/fwl/theme/cfwl_checkboxtp.h", |
| 1159 "xfa/fwl/theme/cfwl_comboboxtp.cpp", | 1159 "xfa/fwl/theme/cfwl_comboboxtp.cpp", |
| 1160 "xfa/fwl/theme/cfwl_comboboxtp.h", | 1160 "xfa/fwl/theme/cfwl_comboboxtp.h", |
| 1161 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", | 1161 "xfa/fwl/theme/cfwl_datetimepickertp.cpp", |
| 1162 "xfa/fwl/theme/cfwl_datetimepickertp.h", | 1162 "xfa/fwl/theme/cfwl_datetimepickertp.h", |
| 1163 "xfa/fwl/theme/cfwl_edittp.cpp", | 1163 "xfa/fwl/theme/cfwl_edittp.cpp", |
| 1164 "xfa/fwl/theme/cfwl_edittp.h", | 1164 "xfa/fwl/theme/cfwl_edittp.h", |
| 1165 "xfa/fwl/theme/cfwl_listboxtp.cpp", | 1165 "xfa/fwl/theme/cfwl_listboxtp.cpp", |
| 1166 "xfa/fwl/theme/cfwl_listboxtp.h", | 1166 "xfa/fwl/theme/cfwl_listboxtp.h", |
| 1167 "xfa/fwl/theme/cfwl_monthcalendartp.cpp", | 1167 "xfa/fwl/theme/cfwl_monthcalendartp.cpp", |
| 1168 "xfa/fwl/theme/cfwl_monthcalendartp.h", | 1168 "xfa/fwl/theme/cfwl_monthcalendartp.h", |
| 1169 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", | 1169 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", |
| 1170 "xfa/fwl/theme/cfwl_pictureboxtp.h", | 1170 "xfa/fwl/theme/cfwl_pictureboxtp.h", |
| 1171 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", | 1171 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1652 } | 1652 } |
| 1653 | 1653 |
| 1654 if (pdf_is_standalone) { | 1654 if (pdf_is_standalone) { |
| 1655 source_set("samples") { | 1655 source_set("samples") { |
| 1656 testonly = true | 1656 testonly = true |
| 1657 deps = [ | 1657 deps = [ |
| 1658 "//samples", | 1658 "//samples", |
| 1659 ] | 1659 ] |
| 1660 } | 1660 } |
| 1661 } | 1661 } |
| OLD | NEW |