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

Side by Side Diff: BUILD.gn

Issue 2163133002: Move CPDF_Annot and CPDF_AnnotList to their own header. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Move CPDF_Annot and CPDF_AnnotList to their own headers. 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 | core/fpdfdoc/cpdf_annot.h » ('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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "core/fdrm/crypto/fx_crypt_sha.cpp", 190 "core/fdrm/crypto/fx_crypt_sha.cpp",
191 "core/fdrm/crypto/include/fx_crypt.h", 191 "core/fdrm/crypto/include/fx_crypt.h",
192 ] 192 ]
193 configs += [ ":pdfium_core_config" ] 193 configs += [ ":pdfium_core_config" ]
194 } 194 }
195 195
196 static_library("fpdfdoc") { 196 static_library("fpdfdoc") {
197 sources = [ 197 sources = [
198 "core/fpdfdoc/clines.cpp", 198 "core/fpdfdoc/clines.cpp",
199 "core/fpdfdoc/clines.h", 199 "core/fpdfdoc/clines.h",
200 "core/fpdfdoc/cpdf_annot.cpp",
201 "core/fpdfdoc/cpdf_annot.h",
202 "core/fpdfdoc/cpdf_annotlist.cpp",
203 "core/fpdfdoc/cpdf_annotlist.h",
200 "core/fpdfdoc/cpdf_variabletext.cpp", 204 "core/fpdfdoc/cpdf_variabletext.cpp",
201 "core/fpdfdoc/cpvt_color.cpp", 205 "core/fpdfdoc/cpvt_color.cpp",
202 "core/fpdfdoc/cpvt_color.h", 206 "core/fpdfdoc/cpvt_color.h",
203 "core/fpdfdoc/cpvt_dash.h", 207 "core/fpdfdoc/cpvt_dash.h",
204 "core/fpdfdoc/cpvt_floatrect.h", 208 "core/fpdfdoc/cpvt_floatrect.h",
205 "core/fpdfdoc/cpvt_fontmap.cpp", 209 "core/fpdfdoc/cpvt_fontmap.cpp",
206 "core/fpdfdoc/cpvt_fontmap.h", 210 "core/fpdfdoc/cpvt_fontmap.h",
207 "core/fpdfdoc/cpvt_generateap.cpp", 211 "core/fpdfdoc/cpvt_generateap.cpp",
208 "core/fpdfdoc/cpvt_generateap.h", 212 "core/fpdfdoc/cpvt_generateap.h",
209 "core/fpdfdoc/cpvt_lineinfo.h", 213 "core/fpdfdoc/cpvt_lineinfo.h",
210 "core/fpdfdoc/cpvt_sectioninfo.cpp", 214 "core/fpdfdoc/cpvt_sectioninfo.cpp",
211 "core/fpdfdoc/cpvt_sectioninfo.h", 215 "core/fpdfdoc/cpvt_sectioninfo.h",
212 "core/fpdfdoc/cpvt_wordinfo.cpp", 216 "core/fpdfdoc/cpvt_wordinfo.cpp",
213 "core/fpdfdoc/cpvt_wordinfo.h", 217 "core/fpdfdoc/cpvt_wordinfo.h",
214 "core/fpdfdoc/csection.cpp", 218 "core/fpdfdoc/csection.cpp",
215 "core/fpdfdoc/csection.h", 219 "core/fpdfdoc/csection.h",
216 "core/fpdfdoc/ctypeset.cpp", 220 "core/fpdfdoc/ctypeset.cpp",
217 "core/fpdfdoc/ctypeset.h", 221 "core/fpdfdoc/ctypeset.h",
218 "core/fpdfdoc/doc_action.cpp", 222 "core/fpdfdoc/doc_action.cpp",
219 "core/fpdfdoc/doc_annot.cpp",
220 "core/fpdfdoc/doc_basic.cpp", 223 "core/fpdfdoc/doc_basic.cpp",
221 "core/fpdfdoc/doc_bookmark.cpp", 224 "core/fpdfdoc/doc_bookmark.cpp",
222 "core/fpdfdoc/doc_form.cpp", 225 "core/fpdfdoc/doc_form.cpp",
223 "core/fpdfdoc/doc_formcontrol.cpp", 226 "core/fpdfdoc/doc_formcontrol.cpp",
224 "core/fpdfdoc/doc_formfield.cpp", 227 "core/fpdfdoc/doc_formfield.cpp",
225 "core/fpdfdoc/doc_link.cpp", 228 "core/fpdfdoc/doc_link.cpp",
226 "core/fpdfdoc/doc_metadata.cpp", 229 "core/fpdfdoc/doc_metadata.cpp",
227 "core/fpdfdoc/doc_ocg.cpp", 230 "core/fpdfdoc/doc_ocg.cpp",
228 "core/fpdfdoc/doc_tagged.cpp", 231 "core/fpdfdoc/doc_tagged.cpp",
229 "core/fpdfdoc/doc_utils.cpp", 232 "core/fpdfdoc/doc_utils.cpp",
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 } 1592 }
1590 1593
1591 if (pdf_is_standalone) { 1594 if (pdf_is_standalone) {
1592 source_set("samples") { 1595 source_set("samples") {
1593 testonly = true 1596 testonly = true
1594 deps = [ 1597 deps = [
1595 "//samples", 1598 "//samples",
1596 ] 1599 ]
1597 } 1600 }
1598 } 1601 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfdoc/cpdf_annot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698