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 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1356 "xfa/fxfa/parser/cxfa_tooltip.h", | 1356 "xfa/fxfa/parser/cxfa_tooltip.h", |
1357 "xfa/fxfa/parser/cxfa_validate.cpp", | 1357 "xfa/fxfa/parser/cxfa_validate.cpp", |
1358 "xfa/fxfa/parser/cxfa_validate.h", | 1358 "xfa/fxfa/parser/cxfa_validate.h", |
1359 "xfa/fxfa/parser/cxfa_value.cpp", | 1359 "xfa/fxfa/parser/cxfa_value.cpp", |
1360 "xfa/fxfa/parser/cxfa_value.h", | 1360 "xfa/fxfa/parser/cxfa_value.h", |
1361 "xfa/fxfa/parser/cxfa_valuearray.cpp", | 1361 "xfa/fxfa/parser/cxfa_valuearray.cpp", |
1362 "xfa/fxfa/parser/cxfa_valuearray.h", | 1362 "xfa/fxfa/parser/cxfa_valuearray.h", |
1363 "xfa/fxfa/parser/cxfa_widgetdata.cpp", | 1363 "xfa/fxfa/parser/cxfa_widgetdata.cpp", |
1364 "xfa/fxfa/parser/cxfa_widgetdata.h", | 1364 "xfa/fxfa/parser/cxfa_widgetdata.h", |
1365 "xfa/fxfa/parser/xfa_basic_data.cpp", | 1365 "xfa/fxfa/parser/xfa_basic_data.cpp", |
| 1366 "xfa/fxfa/parser/xfa_basic_data_attributes.cpp", |
| 1367 "xfa/fxfa/parser/xfa_basic_data_element_attributes.cpp", |
| 1368 "xfa/fxfa/parser/xfa_basic_data_element_properties.cpp", |
| 1369 "xfa/fxfa/parser/xfa_basic_data_element_script.cpp", |
| 1370 "xfa/fxfa/parser/xfa_basic_data_enum.cpp", |
| 1371 "xfa/fxfa/parser/xfa_basic_data_packets.cpp", |
1366 "xfa/fxfa/parser/xfa_basic_data.h", | 1372 "xfa/fxfa/parser/xfa_basic_data.h", |
1367 "xfa/fxfa/parser/xfa_basic_imp.cpp", | 1373 "xfa/fxfa/parser/xfa_basic_imp.cpp", |
1368 "xfa/fxfa/parser/xfa_basic_imp.h", | 1374 "xfa/fxfa/parser/xfa_basic_imp.h", |
1369 "xfa/fxfa/parser/xfa_doclayout.h", | 1375 "xfa/fxfa/parser/xfa_doclayout.h", |
1370 "xfa/fxfa/parser/xfa_document.h", | 1376 "xfa/fxfa/parser/xfa_document.h", |
1371 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", | 1377 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", |
1372 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", | 1378 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", |
1373 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", | 1379 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", |
1374 "xfa/fxfa/parser/xfa_document_datamerger_imp.h", | 1380 "xfa/fxfa/parser/xfa_document_datamerger_imp.h", |
1375 "xfa/fxfa/parser/xfa_document_imp.cpp", | 1381 "xfa/fxfa/parser/xfa_document_imp.cpp", |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1566 } | 1572 } |
1567 | 1573 |
1568 if (pdf_is_standalone) { | 1574 if (pdf_is_standalone) { |
1569 source_set("samples") { | 1575 source_set("samples") { |
1570 testonly = true | 1576 testonly = true |
1571 deps = [ | 1577 deps = [ |
1572 "//samples", | 1578 "//samples", |
1573 ] | 1579 ] |
1574 } | 1580 } |
1575 } | 1581 } |
OLD | NEW |