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

Side by Side Diff: skia/BUILD.gn

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « printing/printing_context_win.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//printing/features/features.gni")
7 import("//testing/test.gni") 8 import("//testing/test.gni")
8 import("//third_party/skia/gn/shared_sources.gni") 9 import("//third_party/skia/gn/shared_sources.gni")
9 10
10 if (current_cpu == "arm") { 11 if (current_cpu == "arm") {
11 import("//build/config/arm.gni") 12 import("//build/config/arm.gni")
12 } 13 }
13 if (current_cpu == "mipsel" || current_cpu == "mips64el") { 14 if (current_cpu == "mipsel" || current_cpu == "mips64el") {
14 import("//build/config/mips.gni") 15 import("//build/config/mips.gni")
15 } 16 }
16 17
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 723
723 deps = [ 724 deps = [
724 ":skia", 725 ":skia",
725 "//base", 726 "//base",
726 "//base/test:test_support", 727 "//base/test:test_support",
727 "//build/config/sanitizers:deps", 728 "//build/config/sanitizers:deps",
728 "//build/win:default_exe_manifest", 729 "//build/win:default_exe_manifest",
729 ] 730 ]
730 } 731 }
731 } 732 }
OLDNEW
« no previous file with comments | « printing/printing_context_win.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698