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

Side by Side Diff: BUILD.gn

Issue 1545563003: Cleanup: Remove unused CFX_PSRenderer and various encoders it used. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years 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/include/fpdfapi/fpdf_parser.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "core/src/fxge/fontdata/chromefontdata/FoxitSerifMM.c", 527 "core/src/fxge/fontdata/chromefontdata/FoxitSerifMM.c",
528 "core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c", 528 "core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c",
529 "core/src/fxge/fontdata/chromefontdata/chromefontdata.h", 529 "core/src/fxge/fontdata/chromefontdata/chromefontdata.h",
530 "core/src/fxge/freetype/fx_freetype.c", 530 "core/src/fxge/freetype/fx_freetype.c",
531 "core/src/fxge/ge/fx_ge.cpp", 531 "core/src/fxge/ge/fx_ge.cpp",
532 "core/src/fxge/ge/fx_ge_device.cpp", 532 "core/src/fxge/ge/fx_ge_device.cpp",
533 "core/src/fxge/ge/fx_ge_font.cpp", 533 "core/src/fxge/ge/fx_ge_font.cpp",
534 "core/src/fxge/ge/fx_ge_fontmap.cpp", 534 "core/src/fxge/ge/fx_ge_fontmap.cpp",
535 "core/src/fxge/ge/fx_ge_linux.cpp", 535 "core/src/fxge/ge/fx_ge_linux.cpp",
536 "core/src/fxge/ge/fx_ge_path.cpp", 536 "core/src/fxge/ge/fx_ge_path.cpp",
537 "core/src/fxge/ge/fx_ge_ps.cpp",
538 "core/src/fxge/ge/fx_ge_text.cpp", 537 "core/src/fxge/ge/fx_ge_text.cpp",
539 "core/src/fxge/ge/text_int.h", 538 "core/src/fxge/ge/text_int.h",
540 ] 539 ]
541 540
542 configs += [ 541 configs += [
543 ":fxge_warnings", 542 ":fxge_warnings",
544 ":pdfium_config", 543 ":pdfium_config",
545 ] 544 ]
546 545
547 if (pdf_use_skia) { 546 if (pdf_use_skia) {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "//v8:v8_libplatform", 785 "//v8:v8_libplatform",
787 ] 786 ]
788 include_dirs += [ 787 include_dirs += [
789 "//v8", 788 "//v8",
790 "//v8/include", 789 "//v8/include",
791 ] 790 ]
792 configs += [ "//v8:external_startup_data" ] 791 configs += [ "//v8:external_startup_data" ]
793 } 792 }
794 configs += [ ":pdfium_config" ] 793 configs += [ ":pdfium_config" ]
795 } 794 }
OLDNEW
« no previous file with comments | « no previous file | core/include/fpdfapi/fpdf_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698