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

Side by Side Diff: BUILD.gn

Issue 2292363002: Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase, nits 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_allstates.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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h", 422 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h",
423 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp", 423 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp",
424 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h", 424 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h",
425 "core/fpdfapi/fpdf_page/cpdf_countedobject.h", 425 "core/fpdfapi/fpdf_page/cpdf_countedobject.h",
426 "core/fpdfapi/fpdf_page/cpdf_form.cpp", 426 "core/fpdfapi/fpdf_page/cpdf_form.cpp",
427 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp", 427 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp",
428 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp", 428 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp",
429 "core/fpdfapi/fpdf_page/cpdf_generalstatedata.cpp", 429 "core/fpdfapi/fpdf_page/cpdf_generalstatedata.cpp",
430 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp", 430 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp",
431 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h", 431 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h",
432 "core/fpdfapi/fpdf_page/cpdf_graphstate.cpp",
432 "core/fpdfapi/fpdf_page/cpdf_graphstate.h", 433 "core/fpdfapi/fpdf_page/cpdf_graphstate.h",
433 "core/fpdfapi/fpdf_page/cpdf_image.cpp", 434 "core/fpdfapi/fpdf_page/cpdf_image.cpp",
434 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp", 435 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp",
435 "core/fpdfapi/fpdf_page/cpdf_meshstream.cpp", 436 "core/fpdfapi/fpdf_page/cpdf_meshstream.cpp",
436 "core/fpdfapi/fpdf_page/cpdf_meshstream.h", 437 "core/fpdfapi/fpdf_page/cpdf_meshstream.h",
437 "core/fpdfapi/fpdf_page/cpdf_page.cpp", 438 "core/fpdfapi/fpdf_page/cpdf_page.cpp",
438 "core/fpdfapi/fpdf_page/cpdf_pagemodule.cpp", 439 "core/fpdfapi/fpdf_page/cpdf_pagemodule.cpp",
439 "core/fpdfapi/fpdf_page/cpdf_pagemodule.h", 440 "core/fpdfapi/fpdf_page/cpdf_pagemodule.h",
440 "core/fpdfapi/fpdf_page/cpdf_pageobject.cpp", 441 "core/fpdfapi/fpdf_page/cpdf_pageobject.cpp",
441 "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.cpp", 442 "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.cpp",
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 } 1712 }
1712 1713
1713 if (pdf_is_standalone) { 1714 if (pdf_is_standalone) {
1714 source_set("samples") { 1715 source_set("samples") {
1715 testonly = true 1716 testonly = true
1716 deps = [ 1717 deps = [
1717 "//samples", 1718 "//samples",
1718 ] 1719 ]
1719 } 1720 }
1720 } 1721 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_allstates.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698