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

Side by Side Diff: printing/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 | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | printing/features/BUILD.gn » ('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 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sysroot.gni") 6 import("//build/config/sysroot.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni")
8 import("//testing/test.gni") 9 import("//testing/test.gni")
9 if (is_mac) { 10 if (is_mac) {
10 import("//build/config/mac/mac_sdk.gni") 11 import("//build/config/mac/mac_sdk.gni")
11 } 12 }
12 if (is_android) { 13 if (is_android) {
13 import("//build/config/android/rules.gni") 14 import("//build/config/android/rules.gni")
14 } 15 }
15 16
16 component("printing") { 17 component("printing") {
17 sources = [ 18 sources = [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "printing_context.h", 68 "printing_context.h",
68 "printing_utils.cc", 69 "printing_utils.cc",
69 "printing_utils.h", 70 "printing_utils.h",
70 "units.cc", 71 "units.cc",
71 "units.h", 72 "units.h",
72 ] 73 ]
73 74
74 cflags = [] 75 cflags = []
75 defines = [ "PRINTING_IMPLEMENTATION" ] 76 defines = [ "PRINTING_IMPLEMENTATION" ]
76 77
78 public_deps = [
79 "//printing/features",
80 ]
77 deps = [ 81 deps = [
78 "//base", 82 "//base",
79 "//base:i18n", 83 "//base:i18n",
80 "//base/third_party/dynamic_annotations", 84 "//base/third_party/dynamic_annotations",
81 "//skia", 85 "//skia",
82 "//third_party/icu", 86 "//third_party/icu",
83 "//ui/gfx", 87 "//ui/gfx",
84 "//ui/gfx/geometry", 88 "//ui/gfx/geometry",
85 "//url", 89 "//url",
86 ] 90 ]
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "android/java/src/org/chromium/printing/PrintManagerDelegate.java", 310 "android/java/src/org/chromium/printing/PrintManagerDelegate.java",
307 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java", 311 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java",
308 "android/java/src/org/chromium/printing/Printable.java", 312 "android/java/src/org/chromium/printing/Printable.java",
309 "android/java/src/org/chromium/printing/PrintingContext.java", 313 "android/java/src/org/chromium/printing/PrintingContext.java",
310 "android/java/src/org/chromium/printing/PrintingContextInterface.java", 314 "android/java/src/org/chromium/printing/PrintingContextInterface.java",
311 "android/java/src/org/chromium/printing/PrintingController.java", 315 "android/java/src/org/chromium/printing/PrintingController.java",
312 "android/java/src/org/chromium/printing/PrintingControllerImpl.java", 316 "android/java/src/org/chromium/printing/PrintingControllerImpl.java",
313 ] 317 ]
314 } 318 }
315 } 319 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | printing/features/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698