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

Side by Side Diff: BUILD.gn

Issue 2301263003: Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting (Closed)
Patch Set: safe bool while we're at it Created 4 years, 3 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/fpdf_page/cpdf_clippath.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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "core/fpdfapi/fpdf_font/font_int.h", 401 "core/fpdfapi/fpdf_font/font_int.h",
402 "core/fpdfapi/fpdf_font/fpdf_font.cpp", 402 "core/fpdfapi/fpdf_font/fpdf_font.cpp",
403 "core/fpdfapi/fpdf_font/fpdf_font_cid.cpp", 403 "core/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
404 "core/fpdfapi/fpdf_font/include/cpdf_font.h", 404 "core/fpdfapi/fpdf_font/include/cpdf_font.h",
405 "core/fpdfapi/fpdf_font/include/cpdf_fontencoding.h", 405 "core/fpdfapi/fpdf_font/include/cpdf_fontencoding.h",
406 "core/fpdfapi/fpdf_font/ttgsubtable.cpp", 406 "core/fpdfapi/fpdf_font/ttgsubtable.cpp",
407 "core/fpdfapi/fpdf_font/ttgsubtable.h", 407 "core/fpdfapi/fpdf_font/ttgsubtable.h",
408 "core/fpdfapi/fpdf_page/cpdf_allstates.cpp", 408 "core/fpdfapi/fpdf_page/cpdf_allstates.cpp",
409 "core/fpdfapi/fpdf_page/cpdf_allstates.h", 409 "core/fpdfapi/fpdf_page/cpdf_allstates.h",
410 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp", 410 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp",
411 "core/fpdfapi/fpdf_page/cpdf_clippathdata.cpp",
412 "core/fpdfapi/fpdf_page/cpdf_clippathdata.h",
413 "core/fpdfapi/fpdf_page/cpdf_color.cpp", 411 "core/fpdfapi/fpdf_page/cpdf_color.cpp",
414 "core/fpdfapi/fpdf_page/cpdf_colorspace.cpp", 412 "core/fpdfapi/fpdf_page/cpdf_colorspace.cpp",
415 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp", 413 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp",
416 "core/fpdfapi/fpdf_page/cpdf_colorstate.h", 414 "core/fpdfapi/fpdf_page/cpdf_colorstate.h",
417 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.cpp", 415 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.cpp",
418 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.h", 416 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.h",
419 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp", 417 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp",
420 "core/fpdfapi/fpdf_page/cpdf_contentmark.h", 418 "core/fpdfapi/fpdf_page/cpdf_contentmark.h",
421 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.cpp", 419 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.cpp",
422 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h", 420 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h",
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 } 1715 }
1718 1716
1719 if (pdf_is_standalone) { 1717 if (pdf_is_standalone) {
1720 source_set("samples") { 1718 source_set("samples") {
1721 testonly = true 1719 testonly = true
1722 deps = [ 1720 deps = [
1723 "//samples", 1721 "//samples",
1724 ] 1722 ]
1725 } 1723 }
1726 } 1724 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_clippath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698