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

Side by Side Diff: BUILD.gn

Issue 1979463002: Move some classes out of doc_vt.cpp into their own files. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Move CTypeset into its own file. Created 4 years, 7 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/csection.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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "core/fpdfdoc/cpvt_color.h", 199 "core/fpdfdoc/cpvt_color.h",
200 "core/fpdfdoc/cpvt_dash.h", 200 "core/fpdfdoc/cpvt_dash.h",
201 "core/fpdfdoc/cpvt_floatrect.h", 201 "core/fpdfdoc/cpvt_floatrect.h",
202 "core/fpdfdoc/cpvt_fontmap.cpp", 202 "core/fpdfdoc/cpvt_fontmap.cpp",
203 "core/fpdfdoc/cpvt_fontmap.h", 203 "core/fpdfdoc/cpvt_fontmap.h",
204 "core/fpdfdoc/cpvt_generateap.cpp", 204 "core/fpdfdoc/cpvt_generateap.cpp",
205 "core/fpdfdoc/cpvt_generateap.h", 205 "core/fpdfdoc/cpvt_generateap.h",
206 "core/fpdfdoc/cpvt_lineinfo.h", 206 "core/fpdfdoc/cpvt_lineinfo.h",
207 "core/fpdfdoc/cpvt_sectioninfo.h", 207 "core/fpdfdoc/cpvt_sectioninfo.h",
208 "core/fpdfdoc/cpvt_wordinfo.h", 208 "core/fpdfdoc/cpvt_wordinfo.h",
209 "core/fpdfdoc/csection.cpp",
209 "core/fpdfdoc/csection.h", 210 "core/fpdfdoc/csection.h",
211 "core/fpdfdoc/ctypeset.cpp",
210 "core/fpdfdoc/ctypeset.h", 212 "core/fpdfdoc/ctypeset.h",
211 "core/fpdfdoc/doc_action.cpp", 213 "core/fpdfdoc/doc_action.cpp",
212 "core/fpdfdoc/doc_annot.cpp", 214 "core/fpdfdoc/doc_annot.cpp",
213 "core/fpdfdoc/doc_basic.cpp", 215 "core/fpdfdoc/doc_basic.cpp",
214 "core/fpdfdoc/doc_bookmark.cpp", 216 "core/fpdfdoc/doc_bookmark.cpp",
215 "core/fpdfdoc/doc_form.cpp", 217 "core/fpdfdoc/doc_form.cpp",
216 "core/fpdfdoc/doc_formcontrol.cpp", 218 "core/fpdfdoc/doc_formcontrol.cpp",
217 "core/fpdfdoc/doc_formfield.cpp", 219 "core/fpdfdoc/doc_formfield.cpp",
218 "core/fpdfdoc/doc_link.cpp", 220 "core/fpdfdoc/doc_link.cpp",
219 "core/fpdfdoc/doc_metadata.cpp", 221 "core/fpdfdoc/doc_metadata.cpp",
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 } 1695 }
1694 1696
1695 if (pdf_is_standalone) { 1697 if (pdf_is_standalone) {
1696 source_set("samples") { 1698 source_set("samples") {
1697 testonly = true 1699 testonly = true
1698 deps = [ 1700 deps = [
1699 "//samples", 1701 "//samples",
1700 ] 1702 ]
1701 } 1703 }
1702 } 1704 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfdoc/csection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698