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

Side by Side Diff: BUILD.gn

Issue 804463003: Fix build after previous commit. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 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/src/fxge/ge/fx_ge_linux.cpp » ('j') | core/src/fxge/ge/fx_ge_linux.cpp » ('J')
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 pdf_use_skia = false 5 pdf_use_skia = false
6 6
7 config("pdfium_config") { 7 config("pdfium_config") {
8 cflags = [] 8 cflags = []
9 defines = [ 9 defines = [
10 "_FXFT_VERSION_=2501", 10 "_FXFT_VERSION_=2501",
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "core/src/fxge/fx_freetype/src/fxft_raster.c", 623 "core/src/fxge/fx_freetype/src/fxft_raster.c",
624 "core/src/fxge/fx_freetype/src/fxft_sfnt.c", 624 "core/src/fxge/fx_freetype/src/fxft_sfnt.c",
625 "core/src/fxge/fx_freetype/src/fxft_smooth.c", 625 "core/src/fxge/fx_freetype/src/fxft_smooth.c",
626 "core/src/fxge/fx_freetype/src/fxft_truetype.c", 626 "core/src/fxge/fx_freetype/src/fxft_truetype.c",
627 "core/src/fxge/fx_freetype/src/fxft_type1.c", 627 "core/src/fxge/fx_freetype/src/fxft_type1.c",
628 "core/src/fxge/fx_freetype/src/fxft_type1cid.c", 628 "core/src/fxge/fx_freetype/src/fxft_type1cid.c",
629 "core/src/fxge/ge/fx_ge.cpp", 629 "core/src/fxge/ge/fx_ge.cpp",
630 "core/src/fxge/ge/fx_ge_device.cpp", 630 "core/src/fxge/ge/fx_ge_device.cpp",
631 "core/src/fxge/ge/fx_ge_font.cpp", 631 "core/src/fxge/ge/fx_ge_font.cpp",
632 "core/src/fxge/ge/fx_ge_fontmap.cpp", 632 "core/src/fxge/ge/fx_ge_fontmap.cpp",
633 "core/src/fxge/ge/fx_ge_linux.cpp",
633 "core/src/fxge/ge/fx_ge_path.cpp", 634 "core/src/fxge/ge/fx_ge_path.cpp",
634 "core/src/fxge/ge/fx_ge_ps.cpp", 635 "core/src/fxge/ge/fx_ge_ps.cpp",
635 "core/src/fxge/ge/fx_ge_text.cpp", 636 "core/src/fxge/ge/fx_ge_text.cpp",
636 "core/src/fxge/ge/text_int.h", 637 "core/src/fxge/ge/text_int.h",
637 ] 638 ]
638 639
639 configs -= [ "//build/config/compiler:chromium_code" ] 640 configs -= [ "//build/config/compiler:chromium_code" ]
640 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 641 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
641 642
642 if (pdf_use_skia) { 643 if (pdf_use_skia) {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "fpdfsdk/src/formfiller/FFL_ListBox.cpp", 834 "fpdfsdk/src/formfiller/FFL_ListBox.cpp",
834 "fpdfsdk/src/formfiller/FFL_Notify.cpp", 835 "fpdfsdk/src/formfiller/FFL_Notify.cpp",
835 "fpdfsdk/src/formfiller/FFL_PushButton.cpp", 836 "fpdfsdk/src/formfiller/FFL_PushButton.cpp",
836 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", 837 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp",
837 "fpdfsdk/src/formfiller/FFL_TextField.cpp", 838 "fpdfsdk/src/formfiller/FFL_TextField.cpp",
838 "fpdfsdk/src/formfiller/FFL_Utils.cpp", 839 "fpdfsdk/src/formfiller/FFL_Utils.cpp",
839 ] 840 ]
840 configs -= [ "//build/config/compiler:chromium_code" ] 841 configs -= [ "//build/config/compiler:chromium_code" ]
841 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 842 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
842 } 843 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fxge/ge/fx_ge_linux.cpp » ('j') | core/src/fxge/ge/fx_ge_linux.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698