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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", | 1384 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", |
1385 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", | 1385 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", |
1386 "xfa/fxfa/parser/xfa_locale.cpp", | 1386 "xfa/fxfa/parser/xfa_locale.cpp", |
1387 "xfa/fxfa/parser/xfa_locale.h", | 1387 "xfa/fxfa/parser/xfa_locale.h", |
1388 "xfa/fxfa/parser/xfa_localemgr.cpp", | 1388 "xfa/fxfa/parser/xfa_localemgr.cpp", |
1389 "xfa/fxfa/parser/xfa_localemgr.h", | 1389 "xfa/fxfa/parser/xfa_localemgr.h", |
1390 "xfa/fxfa/parser/xfa_localevalue.cpp", | 1390 "xfa/fxfa/parser/xfa_localevalue.cpp", |
1391 "xfa/fxfa/parser/xfa_localevalue.h", | 1391 "xfa/fxfa/parser/xfa_localevalue.h", |
1392 "xfa/fxfa/parser/xfa_object.h", | 1392 "xfa/fxfa/parser/xfa_object.h", |
1393 "xfa/fxfa/parser/xfa_object_imp.cpp", | 1393 "xfa/fxfa/parser/xfa_object_imp.cpp", |
1394 "xfa/fxfa/parser/xfa_parser.h", | |
1395 "xfa/fxfa/parser/xfa_parser_imp.cpp", | 1394 "xfa/fxfa/parser/xfa_parser_imp.cpp", |
1396 "xfa/fxfa/parser/xfa_parser_imp.h", | 1395 "xfa/fxfa/parser/xfa_parser_imp.h", |
1397 "xfa/fxfa/parser/xfa_script.h", | 1396 "xfa/fxfa/parser/xfa_script.h", |
1398 "xfa/fxfa/parser/xfa_script_datawindow.cpp", | 1397 "xfa/fxfa/parser/xfa_script_datawindow.cpp", |
1399 "xfa/fxfa/parser/xfa_script_datawindow.h", | 1398 "xfa/fxfa/parser/xfa_script_datawindow.h", |
1400 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", | 1399 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", |
1401 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", | 1400 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", |
1402 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", | 1401 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", |
1403 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", | 1402 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", |
1404 "xfa/fxfa/parser/xfa_script_imp.cpp", | 1403 "xfa/fxfa/parser/xfa_script_imp.cpp", |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1566 } | 1565 } |
1567 | 1566 |
1568 if (pdf_is_standalone) { | 1567 if (pdf_is_standalone) { |
1569 source_set("samples") { | 1568 source_set("samples") { |
1570 testonly = true | 1569 testonly = true |
1571 deps = [ | 1570 deps = [ |
1572 "//samples", | 1571 "//samples", |
1573 ] | 1572 ] |
1574 } | 1573 } |
1575 } | 1574 } |
OLD | NEW |