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

Side by Side Diff: printing/BUILD.gn

Issue 2686033005: Move metafile printing code from platform canvas to PaintCanvas (Closed)
Patch Set: Fix missing build_config include Created 3 years, 10 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 | « content/shell/BUILD.gn ('k') | printing/DEPS » ('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("//pdf/features.gni") 8 import("//pdf/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 cflags = [] 83 cflags = []
84 defines = [ "PRINTING_IMPLEMENTATION" ] 84 defines = [ "PRINTING_IMPLEMENTATION" ]
85 85
86 public_deps = [ 86 public_deps = [
87 "//printing/features", 87 "//printing/features",
88 ] 88 ]
89 deps = [ 89 deps = [
90 "//base", 90 "//base",
91 "//base:i18n", 91 "//base:i18n",
92 "//base/third_party/dynamic_annotations", 92 "//base/third_party/dynamic_annotations",
93 "//cc/paint",
93 "//skia", 94 "//skia",
94 "//third_party/icu", 95 "//third_party/icu",
95 "//ui/gfx", 96 "//ui/gfx",
96 "//ui/gfx/geometry", 97 "//ui/gfx/geometry",
97 "//url", 98 "//url",
98 ] 99 ]
99 100
100 if (use_aura) { 101 if (use_aura) {
101 deps += [ "//ui/aura" ] 102 deps += [ "//ui/aura" ]
102 } 103 }
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "android/java/src/org/chromium/printing/PrintManagerDelegate.java", 333 "android/java/src/org/chromium/printing/PrintManagerDelegate.java",
333 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java", 334 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java",
334 "android/java/src/org/chromium/printing/Printable.java", 335 "android/java/src/org/chromium/printing/Printable.java",
335 "android/java/src/org/chromium/printing/PrintingContext.java", 336 "android/java/src/org/chromium/printing/PrintingContext.java",
336 "android/java/src/org/chromium/printing/PrintingContextInterface.java", 337 "android/java/src/org/chromium/printing/PrintingContextInterface.java",
337 "android/java/src/org/chromium/printing/PrintingController.java", 338 "android/java/src/org/chromium/printing/PrintingController.java",
338 "android/java/src/org/chromium/printing/PrintingControllerImpl.java", 339 "android/java/src/org/chromium/printing/PrintingControllerImpl.java",
339 ] 340 ]
340 } 341 }
341 } 342 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | printing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698