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

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 header. 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/doc_annot.h » ('j') | core/fpdfdoc/doc_annot.h » ('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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "core/fpdfdoc/cpvt_sectioninfo.cpp", 210 "core/fpdfdoc/cpvt_sectioninfo.cpp",
211 "core/fpdfdoc/cpvt_sectioninfo.h", 211 "core/fpdfdoc/cpvt_sectioninfo.h",
212 "core/fpdfdoc/cpvt_wordinfo.cpp", 212 "core/fpdfdoc/cpvt_wordinfo.cpp",
213 "core/fpdfdoc/cpvt_wordinfo.h", 213 "core/fpdfdoc/cpvt_wordinfo.h",
214 "core/fpdfdoc/csection.cpp", 214 "core/fpdfdoc/csection.cpp",
215 "core/fpdfdoc/csection.h", 215 "core/fpdfdoc/csection.h",
216 "core/fpdfdoc/ctypeset.cpp", 216 "core/fpdfdoc/ctypeset.cpp",
217 "core/fpdfdoc/ctypeset.h", 217 "core/fpdfdoc/ctypeset.h",
218 "core/fpdfdoc/doc_action.cpp", 218 "core/fpdfdoc/doc_action.cpp",
219 "core/fpdfdoc/doc_annot.cpp", 219 "core/fpdfdoc/doc_annot.cpp",
220 "core/fpdfdoc/doc_annot.h",
220 "core/fpdfdoc/doc_basic.cpp", 221 "core/fpdfdoc/doc_basic.cpp",
221 "core/fpdfdoc/doc_bookmark.cpp", 222 "core/fpdfdoc/doc_bookmark.cpp",
222 "core/fpdfdoc/doc_form.cpp", 223 "core/fpdfdoc/doc_form.cpp",
223 "core/fpdfdoc/doc_formcontrol.cpp", 224 "core/fpdfdoc/doc_formcontrol.cpp",
224 "core/fpdfdoc/doc_formfield.cpp", 225 "core/fpdfdoc/doc_formfield.cpp",
225 "core/fpdfdoc/doc_link.cpp", 226 "core/fpdfdoc/doc_link.cpp",
226 "core/fpdfdoc/doc_metadata.cpp", 227 "core/fpdfdoc/doc_metadata.cpp",
227 "core/fpdfdoc/doc_ocg.cpp", 228 "core/fpdfdoc/doc_ocg.cpp",
228 "core/fpdfdoc/doc_tagged.cpp", 229 "core/fpdfdoc/doc_tagged.cpp",
229 "core/fpdfdoc/doc_utils.cpp", 230 "core/fpdfdoc/doc_utils.cpp",
(...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 } 1585 }
1585 1586
1586 if (pdf_is_standalone) { 1587 if (pdf_is_standalone) {
1587 source_set("samples") { 1588 source_set("samples") {
1588 testonly = true 1589 testonly = true
1589 deps = [ 1590 deps = [
1590 "//samples", 1591 "//samples",
1591 ] 1592 ]
1592 } 1593 }
1593 } 1594 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfdoc/doc_annot.h » ('j') | core/fpdfdoc/doc_annot.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698