Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Side by Side Diff: BUILD.gn

Issue 2123133004: Remove IXFA_Parser, cleanup XFA parser code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", 1388 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
1389 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", 1389 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
1390 "xfa/fxfa/parser/xfa_locale.cpp", 1390 "xfa/fxfa/parser/xfa_locale.cpp",
1391 "xfa/fxfa/parser/xfa_locale.h", 1391 "xfa/fxfa/parser/xfa_locale.h",
1392 "xfa/fxfa/parser/xfa_localemgr.cpp", 1392 "xfa/fxfa/parser/xfa_localemgr.cpp",
1393 "xfa/fxfa/parser/xfa_localemgr.h", 1393 "xfa/fxfa/parser/xfa_localemgr.h",
1394 "xfa/fxfa/parser/xfa_localevalue.cpp", 1394 "xfa/fxfa/parser/xfa_localevalue.cpp",
1395 "xfa/fxfa/parser/xfa_localevalue.h", 1395 "xfa/fxfa/parser/xfa_localevalue.h",
1396 "xfa/fxfa/parser/xfa_object.h", 1396 "xfa/fxfa/parser/xfa_object.h",
1397 "xfa/fxfa/parser/xfa_object_imp.cpp", 1397 "xfa/fxfa/parser/xfa_object_imp.cpp",
1398 "xfa/fxfa/parser/xfa_parser.h",
1399 "xfa/fxfa/parser/xfa_parser_imp.cpp", 1398 "xfa/fxfa/parser/xfa_parser_imp.cpp",
1400 "xfa/fxfa/parser/xfa_parser_imp.h", 1399 "xfa/fxfa/parser/xfa_parser_imp.h",
1401 "xfa/fxfa/parser/xfa_script.h", 1400 "xfa/fxfa/parser/xfa_script.h",
1402 "xfa/fxfa/parser/xfa_script_datawindow.cpp", 1401 "xfa/fxfa/parser/xfa_script_datawindow.cpp",
1403 "xfa/fxfa/parser/xfa_script_datawindow.h", 1402 "xfa/fxfa/parser/xfa_script_datawindow.h",
1404 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", 1403 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp",
1405 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", 1404 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h",
1406 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", 1405 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp",
1407 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", 1406 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h",
1408 "xfa/fxfa/parser/xfa_script_imp.cpp", 1407 "xfa/fxfa/parser/xfa_script_imp.cpp",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 } 1569 }
1571 1570
1572 if (pdf_is_standalone) { 1571 if (pdf_is_standalone) {
1573 source_set("samples") { 1572 source_set("samples") {
1574 testonly = true 1573 testonly = true
1575 deps = [ 1574 deps = [
1576 "//samples", 1575 "//samples",
1577 ] 1576 ]
1578 } 1577 }
1579 } 1578 }
OLDNEW
« no previous file with comments | « no previous file | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698