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

Side by Side Diff: BUILD.gn

Issue 2615703002: Revert postscript code removal. (Closed)
Patch Set: Move files, remove extra class, remove non const refs 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
« no previous file with comments | « no previous file | core/fxcodec/codec/ccodec_basicmodule.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 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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 ] 886 ]
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/cfx_psrenderer.cpp",
897 "core/fxge/win32/cfx_psrenderer.h",
898 "core/fxge/win32/cpsoutput.cpp",
899 "core/fxge/win32/cpsoutput.h",
896 "core/fxge/win32/dwrite_int.h", 900 "core/fxge/win32/dwrite_int.h",
897 "core/fxge/win32/fx_win32_device.cpp", 901 "core/fxge/win32/fx_win32_device.cpp",
898 "core/fxge/win32/fx_win32_dib.cpp", 902 "core/fxge/win32/fx_win32_dib.cpp",
899 "core/fxge/win32/fx_win32_dwrite.cpp", 903 "core/fxge/win32/fx_win32_dwrite.cpp",
900 "core/fxge/win32/fx_win32_gdipext.cpp", 904 "core/fxge/win32/fx_win32_gdipext.cpp",
901 "core/fxge/win32/fx_win32_print.cpp", 905 "core/fxge/win32/fx_win32_print.cpp",
902 "core/fxge/win32/win32_int.h", 906 "core/fxge/win32/win32_int.h",
903 ] 907 ]
904 configs -= [ "//build/config/win:lean_and_mean" ] 908 configs -= [ "//build/config/win:lean_and_mean" ]
905 } 909 }
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 "//samples", 1819 "//samples",
1816 ] 1820 ]
1817 } 1821 }
1818 group("fuzzers") { 1822 group("fuzzers") {
1819 testonly = true 1823 testonly = true
1820 deps = [ 1824 deps = [
1821 "//testing/libfuzzer", 1825 "//testing/libfuzzer",
1822 ] 1826 ]
1823 } 1827 }
1824 } 1828 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcodec/codec/ccodec_basicmodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698