| 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.h", |
| 1366 "xfa/fxfa/parser/xfa_basic_data_attributes.cpp", | 1367 "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_attributes.cpp", |
| 1368 "xfa/fxfa/parser/xfa_basic_data_element_properties.cpp", | 1369 "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_element_script.cpp", |
| 1370 "xfa/fxfa/parser/xfa_basic_data_enum.cpp", | 1371 "xfa/fxfa/parser/xfa_basic_data_enum.cpp", |
| 1371 "xfa/fxfa/parser/xfa_basic_data_packets.cpp", | 1372 "xfa/fxfa/parser/xfa_basic_data_packets.cpp", |
| 1372 "xfa/fxfa/parser/xfa_basic_data.h", | |
| 1373 "xfa/fxfa/parser/xfa_basic_imp.cpp", | 1373 "xfa/fxfa/parser/xfa_basic_imp.cpp", |
| 1374 "xfa/fxfa/parser/xfa_basic_imp.h", | 1374 "xfa/fxfa/parser/xfa_basic_imp.h", |
| 1375 "xfa/fxfa/parser/xfa_doclayout.h", | 1375 "xfa/fxfa/parser/xfa_doclayout.h", |
| 1376 "xfa/fxfa/parser/xfa_document.h", | 1376 "xfa/fxfa/parser/xfa_document.h", |
| 1377 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", | |
| 1378 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", | |
| 1379 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", | 1377 "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", |
| 1380 "xfa/fxfa/parser/xfa_document_datamerger_imp.h", | 1378 "xfa/fxfa/parser/xfa_document_datamerger_imp.h", |
| 1381 "xfa/fxfa/parser/xfa_document_imp.cpp", | 1379 "xfa/fxfa/parser/xfa_document_imp.cpp", |
| 1382 "xfa/fxfa/parser/xfa_document_layout_imp.cpp", | 1380 "xfa/fxfa/parser/xfa_document_layout_imp.cpp", |
| 1383 "xfa/fxfa/parser/xfa_document_layout_imp.h", | 1381 "xfa/fxfa/parser/xfa_document_layout_imp.h", |
| 1384 "xfa/fxfa/parser/xfa_document_serialize.cpp", | 1382 "xfa/fxfa/parser/xfa_document_serialize.cpp", |
| 1385 "xfa/fxfa/parser/xfa_document_serialize.h", | 1383 "xfa/fxfa/parser/xfa_document_serialize.h", |
| 1386 "xfa/fxfa/parser/xfa_layout_appadapter.cpp", | 1384 "xfa/fxfa/parser/xfa_layout_appadapter.cpp", |
| 1387 "xfa/fxfa/parser/xfa_layout_appadapter.h", | 1385 "xfa/fxfa/parser/xfa_layout_appadapter.h", |
| 1388 "xfa/fxfa/parser/xfa_layout_itemlayout.cpp", | 1386 "xfa/fxfa/parser/xfa_layout_itemlayout.cpp", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1572 } | 1570 } |
| 1573 | 1571 |
| 1574 if (pdf_is_standalone) { | 1572 if (pdf_is_standalone) { |
| 1575 source_set("samples") { | 1573 source_set("samples") { |
| 1576 testonly = true | 1574 testonly = true |
| 1577 deps = [ | 1575 deps = [ |
| 1578 "//samples", | 1576 "//samples", |
| 1579 ] | 1577 ] |
| 1580 } | 1578 } |
| 1581 } | 1579 } |
| OLD | NEW |