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

Side by Side Diff: BUILD.gn

Issue 2328573002: Split CPDFXFA_Document apart (Closed)
Patch Set: Fix merge Created 4 years, 3 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 | fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp » ('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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 "fxjs/include/cfxjse_value.h", 1042 "fxjs/include/cfxjse_value.h",
1043 "fxjs/include/fxjse.h", 1043 "fxjs/include/fxjse.h",
1044 ] 1044 ]
1045 } 1045 }
1046 } 1046 }
1047 } 1047 }
1048 1048
1049 if (pdf_enable_xfa) { 1049 if (pdf_enable_xfa) {
1050 static_library("fpdfxfa") { 1050 static_library("fpdfxfa") {
1051 sources = [ 1051 sources = [
1052 "fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp",
1052 "fpdfsdk/fpdfxfa/fpdfxfa_app.cpp", 1053 "fpdfsdk/fpdfxfa/fpdfxfa_app.cpp",
1053 "fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp", 1054 "fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp",
1054 "fpdfsdk/fpdfxfa/fpdfxfa_page.cpp", 1055 "fpdfsdk/fpdfxfa/fpdfxfa_page.cpp",
1055 "fpdfsdk/fpdfxfa/fpdfxfa_util.cpp", 1056 "fpdfsdk/fpdfxfa/fpdfxfa_util.cpp",
1057 "fpdfsdk/fpdfxfa/include/cpdfxfa_docenvironment.h",
1056 "fpdfsdk/fpdfxfa/include/fpdfxfa_app.h", 1058 "fpdfsdk/fpdfxfa/include/fpdfxfa_app.h",
1057 "fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h", 1059 "fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h",
1058 "fpdfsdk/fpdfxfa/include/fpdfxfa_page.h", 1060 "fpdfsdk/fpdfxfa/include/fpdfxfa_page.h",
1059 "fpdfsdk/fpdfxfa/include/fpdfxfa_util.h", 1061 "fpdfsdk/fpdfxfa/include/fpdfxfa_util.h",
1060 ] 1062 ]
1061 deps = [ 1063 deps = [
1062 ":fxcrt", 1064 ":fxcrt",
1063 ":xfa", 1065 ":xfa",
1064 ] 1066 ]
1065 configs += [ ":pdfium_core_config" ] 1067 configs += [ ":pdfium_core_config" ]
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 } 1754 }
1753 1755
1754 if (pdf_is_standalone) { 1756 if (pdf_is_standalone) {
1755 source_set("samples") { 1757 source_set("samples") {
1756 testonly = true 1758 testonly = true
1757 deps = [ 1759 deps = [
1758 "//samples", 1760 "//samples",
1759 ] 1761 ]
1760 } 1762 }
1761 } 1763 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698