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

Side by Side Diff: BUILD.gn

Issue 2414883006: Revert of Reland: Make the CPDFXFA_App non-global (Closed)
Patch Set: Created 4 years, 2 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/DEPS » ('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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 "fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.h", 1056 "fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.h",
1057 "fpdfsdk/fpdfxfa/cpdfxfa_document.cpp", 1057 "fpdfsdk/fpdfxfa/cpdfxfa_document.cpp",
1058 "fpdfsdk/fpdfxfa/cpdfxfa_document.h", 1058 "fpdfsdk/fpdfxfa/cpdfxfa_document.h",
1059 "fpdfsdk/fpdfxfa/cpdfxfa_page.cpp", 1059 "fpdfsdk/fpdfxfa/cpdfxfa_page.cpp",
1060 "fpdfsdk/fpdfxfa/cpdfxfa_page.h", 1060 "fpdfsdk/fpdfxfa/cpdfxfa_page.h",
1061 "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp", 1061 "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp",
1062 "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h", 1062 "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h",
1063 ] 1063 ]
1064 deps = [ 1064 deps = [
1065 ":fxcrt", 1065 ":fxcrt",
1066 ":fxjs",
1067 ":xfa", 1066 ":xfa",
1068 ] 1067 ]
1069 configs += [ ":pdfium_core_config" ] 1068 configs += [ ":pdfium_core_config" ]
1070 } 1069 }
1071 1070
1072 static_library("xfa") { 1071 static_library("xfa") {
1073 sources = [ 1072 sources = [
1074 "xfa/fde/cfde_path.cpp", 1073 "xfa/fde/cfde_path.cpp",
1075 "xfa/fde/cfde_path.h", 1074 "xfa/fde/cfde_path.h",
1076 "xfa/fde/cfde_txtedtbuf.cpp", 1075 "xfa/fde/cfde_txtedtbuf.cpp",
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 } 1757 }
1759 1758
1760 if (pdf_is_standalone) { 1759 if (pdf_is_standalone) {
1761 source_set("samples") { 1760 source_set("samples") {
1762 testonly = true 1761 testonly = true
1763 deps = [ 1762 deps = [
1764 "//samples", 1763 "//samples",
1765 ] 1764 ]
1766 } 1765 }
1767 } 1766 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698