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

Side by Side Diff: BUILD.gn

Issue 2615703002: Revert postscript code removal. (Closed)
Patch Set: Fix Compile Errors Created 3 years, 11 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
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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 deps += [ "third_party:fx_agg" ] 887 deps += [ "third_party:fx_agg" ]
888 888
889 if (is_mac) { 889 if (is_mac) {
890 sources += [ "core/fxge/apple/fx_apple_platform.cpp" ] 890 sources += [ "core/fxge/apple/fx_apple_platform.cpp" ]
891 } 891 }
892 } 892 }
893 893
894 if (is_win) { 894 if (is_win) {
895 sources += [ 895 sources += [
896 "core/fxge/win32/dwrite_int.h", 896 "core/fxge/win32/dwrite_int.h",
897 "core/fxge/win32/fx_ge_ps.cpp",
898 "core/fxge/win32/fx_ge_ps.h",
897 "core/fxge/win32/fx_win32_device.cpp", 899 "core/fxge/win32/fx_win32_device.cpp",
898 "core/fxge/win32/fx_win32_dib.cpp", 900 "core/fxge/win32/fx_win32_dib.cpp",
899 "core/fxge/win32/fx_win32_dwrite.cpp", 901 "core/fxge/win32/fx_win32_dwrite.cpp",
900 "core/fxge/win32/fx_win32_gdipext.cpp", 902 "core/fxge/win32/fx_win32_gdipext.cpp",
901 "core/fxge/win32/fx_win32_print.cpp", 903 "core/fxge/win32/fx_win32_print.cpp",
902 "core/fxge/win32/win32_int.h", 904 "core/fxge/win32/win32_int.h",
903 ] 905 ]
904 configs -= [ "//build/config/win:lean_and_mean" ] 906 configs -= [ "//build/config/win:lean_and_mean" ]
905 } 907 }
906 908
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 "//samples", 1817 "//samples",
1816 ] 1818 ]
1817 } 1819 }
1818 group("fuzzers") { 1820 group("fuzzers") {
1819 testonly = true 1821 testonly = true
1820 deps = [ 1822 deps = [
1821 "//testing/libfuzzer", 1823 "//testing/libfuzzer",
1822 ] 1824 ]
1823 } 1825 }
1824 } 1826 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcodec/codec/ccodec_basicmodule.h » ('j') | core/fxcodec/codec/fx_codec_fax.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698