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

Side by Side Diff: BUILD.gn

Issue 2391313002: Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment (Closed)
Patch Set: Rebase to master 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/cfx_systemhandler.h » ('j') | fpdfsdk/cpdfsdk_pageview.cpp » ('J')
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "fpdfsdk/cpdfsdk_annotiterator.cpp", 73 "fpdfsdk/cpdfsdk_annotiterator.cpp",
74 "fpdfsdk/cpdfsdk_annotiterator.h", 74 "fpdfsdk/cpdfsdk_annotiterator.h",
75 "fpdfsdk/cpdfsdk_baannot.cpp", 75 "fpdfsdk/cpdfsdk_baannot.cpp",
76 "fpdfsdk/cpdfsdk_baannot.h", 76 "fpdfsdk/cpdfsdk_baannot.h",
77 "fpdfsdk/cpdfsdk_baannothandler.cpp", 77 "fpdfsdk/cpdfsdk_baannothandler.cpp",
78 "fpdfsdk/cpdfsdk_baannothandler.h", 78 "fpdfsdk/cpdfsdk_baannothandler.h",
79 "fpdfsdk/cpdfsdk_datetime.cpp", 79 "fpdfsdk/cpdfsdk_datetime.cpp",
80 "fpdfsdk/cpdfsdk_datetime.h", 80 "fpdfsdk/cpdfsdk_datetime.h",
81 "fpdfsdk/cpdfsdk_document.cpp", 81 "fpdfsdk/cpdfsdk_document.cpp",
82 "fpdfsdk/cpdfsdk_document.h", 82 "fpdfsdk/cpdfsdk_document.h",
83 "fpdfsdk/cpdfsdk_environment.cpp", 83 "fpdfsdk/cpdfsdk_formfillenvironment.cpp",
84 "fpdfsdk/cpdfsdk_environment.h", 84 "fpdfsdk/cpdfsdk_formfillenvironment.h",
85 "fpdfsdk/cpdfsdk_interform.cpp", 85 "fpdfsdk/cpdfsdk_interform.cpp",
86 "fpdfsdk/cpdfsdk_interform.h", 86 "fpdfsdk/cpdfsdk_interform.h",
87 "fpdfsdk/cpdfsdk_pageview.cpp", 87 "fpdfsdk/cpdfsdk_pageview.cpp",
88 "fpdfsdk/cpdfsdk_pageview.h", 88 "fpdfsdk/cpdfsdk_pageview.h",
89 "fpdfsdk/cpdfsdk_widget.cpp", 89 "fpdfsdk/cpdfsdk_widget.cpp",
90 "fpdfsdk/cpdfsdk_widget.h", 90 "fpdfsdk/cpdfsdk_widget.h",
91 "fpdfsdk/cpdfsdk_widgethandler.cpp", 91 "fpdfsdk/cpdfsdk_widgethandler.cpp",
92 "fpdfsdk/cpdfsdk_widgethandler.h", 92 "fpdfsdk/cpdfsdk_widgethandler.h",
93 "fpdfsdk/fpdf_dataavail.cpp", 93 "fpdfsdk/fpdf_dataavail.cpp",
94 "fpdfsdk/fpdf_ext.cpp", 94 "fpdfsdk/fpdf_ext.cpp",
(...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 } 1756 }
1757 1757
1758 if (pdf_is_standalone) { 1758 if (pdf_is_standalone) {
1759 source_set("samples") { 1759 source_set("samples") {
1760 testonly = true 1760 testonly = true
1761 deps = [ 1761 deps = [
1762 "//samples", 1762 "//samples",
1763 ] 1763 ]
1764 } 1764 }
1765 } 1765 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/cfx_systemhandler.h » ('j') | fpdfsdk/cpdfsdk_pageview.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698