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

Side by Side Diff: BUILD.gn

Issue 2078783002: Move ifx_renderdevicedriver to a separate file to share (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase to master Created 4 years, 6 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_font/cpdf_type1font.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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "core/fxge/fontdata/chromefontdata/chromefontdata.h", 685 "core/fxge/fontdata/chromefontdata/chromefontdata.h",
686 "core/fxge/freetype/fx_freetype.cpp", 686 "core/fxge/freetype/fx_freetype.cpp",
687 "core/fxge/ge/fx_ge.cpp", 687 "core/fxge/ge/fx_ge.cpp",
688 "core/fxge/ge/fx_ge_device.cpp", 688 "core/fxge/ge/fx_ge_device.cpp",
689 "core/fxge/ge/fx_ge_font.cpp", 689 "core/fxge/ge/fx_ge_font.cpp",
690 "core/fxge/ge/fx_ge_fontmap.cpp", 690 "core/fxge/ge/fx_ge_fontmap.cpp",
691 "core/fxge/ge/fx_ge_linux.cpp", 691 "core/fxge/ge/fx_ge_linux.cpp",
692 "core/fxge/ge/fx_ge_path.cpp", 692 "core/fxge/ge/fx_ge_path.cpp",
693 "core/fxge/ge/fx_ge_text.cpp", 693 "core/fxge/ge/fx_ge_text.cpp",
694 "core/fxge/ge/fx_text_int.h", 694 "core/fxge/ge/fx_text_int.h",
695 "core/fxge/ifx_renderdevicedriver.cpp",
695 "core/fxge/include/fx_dib.h", 696 "core/fxge/include/fx_dib.h",
696 "core/fxge/include/fx_font.h", 697 "core/fxge/include/fx_font.h",
697 "core/fxge/include/fx_freetype.h", 698 "core/fxge/include/fx_freetype.h",
698 "core/fxge/include/fx_ge.h", 699 "core/fxge/include/fx_ge.h",
699 "core/fxge/include/fx_ge_apple.h", 700 "core/fxge/include/fx_ge_apple.h",
700 "core/fxge/include/fx_ge_win32.h", 701 "core/fxge/include/fx_ge_win32.h",
702 "core/fxge/include/ifx_renderdevicedriver.h",
701 ] 703 ]
702 704
703 configs += [ 705 configs += [
704 ":fxge_warnings", 706 ":fxge_warnings",
705 ":pdfium_core_config", 707 ":pdfium_core_config",
706 ] 708 ]
707 709
708 if (pdf_use_skia) { 710 if (pdf_use_skia) {
709 sources += [ "core/fxge/skia/fx_skia_device.cpp" ] 711 sources += [ "core/fxge/skia/fx_skia_device.cpp" ]
710 deps = [ 712 deps = [
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 } 1563 }
1562 1564
1563 if (pdf_is_standalone) { 1565 if (pdf_is_standalone) {
1564 source_set("samples") { 1566 source_set("samples") {
1565 testonly = true 1567 testonly = true
1566 deps = [ 1568 deps = [
1567 "//samples", 1569 "//samples",
1568 ] 1570 ]
1569 } 1571 }
1570 } 1572 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_font/cpdf_type1font.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698