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

Side by Side Diff: BUILD.gn

Issue 2183313004: Split fpdfdoc/include/fpdf_doc.h into individual classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: review feedback Created 4 years, 4 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/fpdfapi/cpdf_pagerendercontext.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "core/fdrm/crypto/include/fx_crypt.h", 192 "core/fdrm/crypto/include/fx_crypt.h",
193 ] 193 ]
194 configs += [ ":pdfium_core_config" ] 194 configs += [ ":pdfium_core_config" ]
195 } 195 }
196 196
197 static_library("fpdfdoc") { 197 static_library("fpdfdoc") {
198 sources = [ 198 sources = [
199 "core/fpdfdoc/clines.cpp", 199 "core/fpdfdoc/clines.cpp",
200 "core/fpdfdoc/clines.h", 200 "core/fpdfdoc/clines.h",
201 "core/fpdfdoc/cpdf_annot.cpp", 201 "core/fpdfdoc/cpdf_annot.cpp",
202 "core/fpdfdoc/cpdf_annot.h",
203 "core/fpdfdoc/cpdf_annotlist.cpp", 202 "core/fpdfdoc/cpdf_annotlist.cpp",
204 "core/fpdfdoc/cpdf_annotlist.h", 203 "core/fpdfdoc/cpdf_apsettings.h",
204 "core/fpdfdoc/cpdf_pagelabel.h",
205 "core/fpdfdoc/cpdf_variabletext.cpp", 205 "core/fpdfdoc/cpdf_variabletext.cpp",
206 "core/fpdfdoc/cpvt_color.cpp", 206 "core/fpdfdoc/cpvt_color.cpp",
207 "core/fpdfdoc/cpvt_color.h", 207 "core/fpdfdoc/cpvt_color.h",
208 "core/fpdfdoc/cpvt_dash.h", 208 "core/fpdfdoc/cpvt_dash.h",
209 "core/fpdfdoc/cpvt_floatrect.h", 209 "core/fpdfdoc/cpvt_floatrect.h",
210 "core/fpdfdoc/cpvt_fontmap.cpp", 210 "core/fpdfdoc/cpvt_fontmap.cpp",
211 "core/fpdfdoc/cpvt_fontmap.h", 211 "core/fpdfdoc/cpvt_fontmap.h",
212 "core/fpdfdoc/cpvt_generateap.cpp", 212 "core/fpdfdoc/cpvt_generateap.cpp",
213 "core/fpdfdoc/cpvt_generateap.h", 213 "core/fpdfdoc/cpvt_generateap.h",
214 "core/fpdfdoc/cpvt_lineinfo.h", 214 "core/fpdfdoc/cpvt_lineinfo.h",
(...skipping 12 matching lines...) Expand all
227 "core/fpdfdoc/doc_formcontrol.cpp", 227 "core/fpdfdoc/doc_formcontrol.cpp",
228 "core/fpdfdoc/doc_formfield.cpp", 228 "core/fpdfdoc/doc_formfield.cpp",
229 "core/fpdfdoc/doc_link.cpp", 229 "core/fpdfdoc/doc_link.cpp",
230 "core/fpdfdoc/doc_metadata.cpp", 230 "core/fpdfdoc/doc_metadata.cpp",
231 "core/fpdfdoc/doc_ocg.cpp", 231 "core/fpdfdoc/doc_ocg.cpp",
232 "core/fpdfdoc/doc_tagged.cpp", 232 "core/fpdfdoc/doc_tagged.cpp",
233 "core/fpdfdoc/doc_utils.cpp", 233 "core/fpdfdoc/doc_utils.cpp",
234 "core/fpdfdoc/doc_utils.h", 234 "core/fpdfdoc/doc_utils.h",
235 "core/fpdfdoc/doc_viewerPreferences.cpp", 235 "core/fpdfdoc/doc_viewerPreferences.cpp",
236 "core/fpdfdoc/doc_vt.cpp", 236 "core/fpdfdoc/doc_vt.cpp",
237 "core/fpdfdoc/include/cpdf_aaction.h",
238 "core/fpdfdoc/include/cpdf_action.h",
239 "core/fpdfdoc/include/cpdf_actionfields.h",
240 "core/fpdfdoc/include/cpdf_annot.h",
241 "core/fpdfdoc/include/cpdf_annotlist.h",
242 "core/fpdfdoc/include/cpdf_bookmark.h",
243 "core/fpdfdoc/include/cpdf_bookmarktree.h",
244 "core/fpdfdoc/include/cpdf_defaultappearance.h",
245 "core/fpdfdoc/include/cpdf_dest.h",
246 "core/fpdfdoc/include/cpdf_docjsactions.h",
247 "core/fpdfdoc/include/cpdf_filespec.h",
248 "core/fpdfdoc/include/cpdf_formcontrol.h",
249 "core/fpdfdoc/include/cpdf_formfield.h",
250 "core/fpdfdoc/include/cpdf_iconfit.h",
251 "core/fpdfdoc/include/cpdf_interform.h",
252 "core/fpdfdoc/include/cpdf_link.h",
253 "core/fpdfdoc/include/cpdf_linklist.h",
254 "core/fpdfdoc/include/cpdf_metadata.h",
255 "core/fpdfdoc/include/cpdf_nametree.h",
256 "core/fpdfdoc/include/cpdf_occontext.h",
237 "core/fpdfdoc/include/cpdf_variabletext.h", 257 "core/fpdfdoc/include/cpdf_variabletext.h",
258 "core/fpdfdoc/include/cpdf_viewerpreferences.h",
238 "core/fpdfdoc/include/cpvt_line.h", 259 "core/fpdfdoc/include/cpvt_line.h",
239 "core/fpdfdoc/include/cpvt_secprops.h", 260 "core/fpdfdoc/include/cpvt_secprops.h",
240 "core/fpdfdoc/include/cpvt_section.h", 261 "core/fpdfdoc/include/cpvt_section.h",
241 "core/fpdfdoc/include/cpvt_word.h", 262 "core/fpdfdoc/include/cpvt_word.h",
242 "core/fpdfdoc/include/cpvt_wordplace.h", 263 "core/fpdfdoc/include/cpvt_wordplace.h",
243 "core/fpdfdoc/include/cpvt_wordprops.h", 264 "core/fpdfdoc/include/cpvt_wordprops.h",
244 "core/fpdfdoc/include/cpvt_wordrange.h", 265 "core/fpdfdoc/include/cpvt_wordrange.h",
245 "core/fpdfdoc/include/fpdf_doc.h",
246 "core/fpdfdoc/include/fpdf_tagged.h", 266 "core/fpdfdoc/include/fpdf_tagged.h",
267 "core/fpdfdoc/include/ipdf_formnotify.h",
247 "core/fpdfdoc/ipvt_fontmap.h", 268 "core/fpdfdoc/ipvt_fontmap.h",
248 "core/fpdfdoc/pdf_vt.h", 269 "core/fpdfdoc/pdf_vt.h",
249 "core/fpdfdoc/tagged_int.h", 270 "core/fpdfdoc/tagged_int.h",
250 ] 271 ]
251 configs += [ ":pdfium_core_config" ] 272 configs += [ ":pdfium_core_config" ]
252 } 273 }
253 274
254 static_library("fpdfapi") { 275 static_library("fpdfapi") {
255 sources = [ 276 sources = [
256 "core/fpdfapi/cpdf_modulemgr.cpp", 277 "core/fpdfapi/cpdf_modulemgr.cpp",
(...skipping 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 } 1634 }
1614 1635
1615 if (pdf_is_standalone) { 1636 if (pdf_is_standalone) {
1616 source_set("samples") { 1637 source_set("samples") {
1617 testonly = true 1638 testonly = true
1618 deps = [ 1639 deps = [
1619 "//samples", 1640 "//samples",
1620 ] 1641 ]
1621 } 1642 }
1622 } 1643 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_pagerendercontext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698