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 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1321 "xfa/fxfa/include/xfa_ffapp.h", | 1321 "xfa/fxfa/include/xfa_ffapp.h", |
1322 "xfa/fxfa/include/xfa_ffdoc.h", | 1322 "xfa/fxfa/include/xfa_ffdoc.h", |
1323 "xfa/fxfa/include/xfa_ffdochandler.h", | 1323 "xfa/fxfa/include/xfa_ffdochandler.h", |
1324 "xfa/fxfa/include/xfa_ffdocview.h", | 1324 "xfa/fxfa/include/xfa_ffdocview.h", |
1325 "xfa/fxfa/include/xfa_ffpageview.h", | 1325 "xfa/fxfa/include/xfa_ffpageview.h", |
1326 "xfa/fxfa/include/xfa_ffwidget.h", | 1326 "xfa/fxfa/include/xfa_ffwidget.h", |
1327 "xfa/fxfa/include/xfa_ffwidgethandler.h", | 1327 "xfa/fxfa/include/xfa_ffwidgethandler.h", |
1328 "xfa/fxfa/include/xfa_fontmgr.h", | 1328 "xfa/fxfa/include/xfa_fontmgr.h", |
1329 "xfa/fxfa/include/xfa_rendercontext.h", | 1329 "xfa/fxfa/include/xfa_rendercontext.h", |
1330 "xfa/fxfa/parser/cxfa_arc.h", | 1330 "xfa/fxfa/parser/cxfa_arc.h", |
| 1331 "xfa/fxfa/parser/cxfa_arraynodelist.cpp", |
1331 "xfa/fxfa/parser/cxfa_assist.cpp", | 1332 "xfa/fxfa/parser/cxfa_assist.cpp", |
1332 "xfa/fxfa/parser/cxfa_assist.h", | 1333 "xfa/fxfa/parser/cxfa_assist.h", |
| 1334 "xfa/fxfa/parser/cxfa_attachnodelist.cpp", |
1333 "xfa/fxfa/parser/cxfa_bind.cpp", | 1335 "xfa/fxfa/parser/cxfa_bind.cpp", |
1334 "xfa/fxfa/parser/cxfa_bind.h", | 1336 "xfa/fxfa/parser/cxfa_bind.h", |
1335 "xfa/fxfa/parser/cxfa_binditems.cpp", | 1337 "xfa/fxfa/parser/cxfa_binditems.cpp", |
1336 "xfa/fxfa/parser/cxfa_binditems.h", | 1338 "xfa/fxfa/parser/cxfa_binditems.h", |
1337 "xfa/fxfa/parser/cxfa_border.h", | 1339 "xfa/fxfa/parser/cxfa_border.h", |
1338 "xfa/fxfa/parser/cxfa_box.cpp", | 1340 "xfa/fxfa/parser/cxfa_box.cpp", |
1339 "xfa/fxfa/parser/cxfa_box.h", | 1341 "xfa/fxfa/parser/cxfa_box.h", |
1340 "xfa/fxfa/parser/cxfa_calculate.cpp", | 1342 "xfa/fxfa/parser/cxfa_calculate.cpp", |
1341 "xfa/fxfa/parser/cxfa_calculate.h", | 1343 "xfa/fxfa/parser/cxfa_calculate.h", |
1342 "xfa/fxfa/parser/cxfa_caption.cpp", | 1344 "xfa/fxfa/parser/cxfa_caption.cpp", |
(...skipping 11 matching lines...) Expand all Loading... |
1354 "xfa/fxfa/parser/cxfa_fill.cpp", | 1356 "xfa/fxfa/parser/cxfa_fill.cpp", |
1355 "xfa/fxfa/parser/cxfa_fill.h", | 1357 "xfa/fxfa/parser/cxfa_fill.h", |
1356 "xfa/fxfa/parser/cxfa_font.cpp", | 1358 "xfa/fxfa/parser/cxfa_font.cpp", |
1357 "xfa/fxfa/parser/cxfa_font.h", | 1359 "xfa/fxfa/parser/cxfa_font.h", |
1358 "xfa/fxfa/parser/cxfa_image.cpp", | 1360 "xfa/fxfa/parser/cxfa_image.cpp", |
1359 "xfa/fxfa/parser/cxfa_image.h", | 1361 "xfa/fxfa/parser/cxfa_image.h", |
1360 "xfa/fxfa/parser/cxfa_line.cpp", | 1362 "xfa/fxfa/parser/cxfa_line.cpp", |
1361 "xfa/fxfa/parser/cxfa_line.h", | 1363 "xfa/fxfa/parser/cxfa_line.h", |
1362 "xfa/fxfa/parser/cxfa_margin.cpp", | 1364 "xfa/fxfa/parser/cxfa_margin.cpp", |
1363 "xfa/fxfa/parser/cxfa_margin.h", | 1365 "xfa/fxfa/parser/cxfa_margin.h", |
| 1366 "xfa/fxfa/parser/cxfa_node.cpp", |
| 1367 "xfa/fxfa/parser/cxfa_nodelist.cpp", |
| 1368 "xfa/fxfa/parser/cxfa_object.cpp", |
1364 "xfa/fxfa/parser/cxfa_occur.cpp", | 1369 "xfa/fxfa/parser/cxfa_occur.cpp", |
1365 "xfa/fxfa/parser/cxfa_occur.h", | 1370 "xfa/fxfa/parser/cxfa_occur.h", |
1366 "xfa/fxfa/parser/cxfa_para.cpp", | 1371 "xfa/fxfa/parser/cxfa_para.cpp", |
1367 "xfa/fxfa/parser/cxfa_para.h", | 1372 "xfa/fxfa/parser/cxfa_para.h", |
1368 "xfa/fxfa/parser/cxfa_rectangle.h", | 1373 "xfa/fxfa/parser/cxfa_rectangle.h", |
1369 "xfa/fxfa/parser/cxfa_script.cpp", | 1374 "xfa/fxfa/parser/cxfa_script.cpp", |
1370 "xfa/fxfa/parser/cxfa_script.h", | 1375 "xfa/fxfa/parser/cxfa_script.h", |
1371 "xfa/fxfa/parser/cxfa_simple_parser.cpp", | 1376 "xfa/fxfa/parser/cxfa_simple_parser.cpp", |
1372 "xfa/fxfa/parser/cxfa_simple_parser.h", | 1377 "xfa/fxfa/parser/cxfa_simple_parser.h", |
1373 "xfa/fxfa/parser/cxfa_stroke.cpp", | 1378 "xfa/fxfa/parser/cxfa_stroke.cpp", |
1374 "xfa/fxfa/parser/cxfa_stroke.h", | 1379 "xfa/fxfa/parser/cxfa_stroke.h", |
1375 "xfa/fxfa/parser/cxfa_submit.cpp", | 1380 "xfa/fxfa/parser/cxfa_submit.cpp", |
1376 "xfa/fxfa/parser/cxfa_submit.h", | 1381 "xfa/fxfa/parser/cxfa_submit.h", |
1377 "xfa/fxfa/parser/cxfa_text.cpp", | 1382 "xfa/fxfa/parser/cxfa_text.cpp", |
1378 "xfa/fxfa/parser/cxfa_text.h", | 1383 "xfa/fxfa/parser/cxfa_text.h", |
| 1384 "xfa/fxfa/parser/cxfa_thisproxy.cpp", |
1379 "xfa/fxfa/parser/cxfa_tooltip.cpp", | 1385 "xfa/fxfa/parser/cxfa_tooltip.cpp", |
1380 "xfa/fxfa/parser/cxfa_tooltip.h", | 1386 "xfa/fxfa/parser/cxfa_tooltip.h", |
1381 "xfa/fxfa/parser/cxfa_validate.cpp", | 1387 "xfa/fxfa/parser/cxfa_validate.cpp", |
1382 "xfa/fxfa/parser/cxfa_validate.h", | 1388 "xfa/fxfa/parser/cxfa_validate.h", |
1383 "xfa/fxfa/parser/cxfa_value.cpp", | 1389 "xfa/fxfa/parser/cxfa_value.cpp", |
1384 "xfa/fxfa/parser/cxfa_value.h", | 1390 "xfa/fxfa/parser/cxfa_value.h", |
1385 "xfa/fxfa/parser/cxfa_valuearray.cpp", | 1391 "xfa/fxfa/parser/cxfa_valuearray.cpp", |
1386 "xfa/fxfa/parser/cxfa_valuearray.h", | 1392 "xfa/fxfa/parser/cxfa_valuearray.h", |
1387 "xfa/fxfa/parser/cxfa_widgetdata.cpp", | 1393 "xfa/fxfa/parser/cxfa_widgetdata.cpp", |
1388 "xfa/fxfa/parser/cxfa_widgetdata.h", | 1394 "xfa/fxfa/parser/cxfa_widgetdata.h", |
(...skipping 24 matching lines...) Expand all Loading... |
1413 "xfa/fxfa/parser/xfa_layout_itemlayout.h", | 1419 "xfa/fxfa/parser/xfa_layout_itemlayout.h", |
1414 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", | 1420 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", |
1415 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", | 1421 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", |
1416 "xfa/fxfa/parser/xfa_locale.cpp", | 1422 "xfa/fxfa/parser/xfa_locale.cpp", |
1417 "xfa/fxfa/parser/xfa_locale.h", | 1423 "xfa/fxfa/parser/xfa_locale.h", |
1418 "xfa/fxfa/parser/xfa_localemgr.cpp", | 1424 "xfa/fxfa/parser/xfa_localemgr.cpp", |
1419 "xfa/fxfa/parser/xfa_localemgr.h", | 1425 "xfa/fxfa/parser/xfa_localemgr.h", |
1420 "xfa/fxfa/parser/xfa_localevalue.cpp", | 1426 "xfa/fxfa/parser/xfa_localevalue.cpp", |
1421 "xfa/fxfa/parser/xfa_localevalue.h", | 1427 "xfa/fxfa/parser/xfa_localevalue.h", |
1422 "xfa/fxfa/parser/xfa_object.h", | 1428 "xfa/fxfa/parser/xfa_object.h", |
1423 "xfa/fxfa/parser/xfa_object_imp.cpp", | |
1424 "xfa/fxfa/parser/xfa_script.h", | 1429 "xfa/fxfa/parser/xfa_script.h", |
1425 "xfa/fxfa/parser/xfa_script_datawindow.cpp", | 1430 "xfa/fxfa/parser/xfa_script_datawindow.cpp", |
1426 "xfa/fxfa/parser/xfa_script_datawindow.h", | 1431 "xfa/fxfa/parser/xfa_script_datawindow.h", |
1427 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", | 1432 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", |
1428 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", | 1433 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", |
1429 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", | 1434 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", |
1430 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", | 1435 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", |
1431 "xfa/fxfa/parser/xfa_script_imp.cpp", | 1436 "xfa/fxfa/parser/xfa_script_imp.cpp", |
1432 "xfa/fxfa/parser/xfa_script_imp.h", | 1437 "xfa/fxfa/parser/xfa_script_imp.h", |
1433 "xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp", | 1438 "xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp", |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1579 } | 1584 } |
1580 | 1585 |
1581 if (pdf_is_standalone) { | 1586 if (pdf_is_standalone) { |
1582 source_set("samples") { | 1587 source_set("samples") { |
1583 testonly = true | 1588 testonly = true |
1584 deps = [ | 1589 deps = [ |
1585 "//samples", | 1590 "//samples", |
1586 ] | 1591 ] |
1587 } | 1592 } |
1588 } | 1593 } |
OLD | NEW |