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

Side by Side Diff: printing/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase Created 3 years, 7 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/renderer/render_thread_impl.cc ('k') | printing/common/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("//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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 defines = [ "PRINTING_IMPLEMENTATION" ] 88 defines = [ "PRINTING_IMPLEMENTATION" ]
89 89
90 public_deps = [ 90 public_deps = [
91 "//printing/features", 91 "//printing/features",
92 ] 92 ]
93 deps = [ 93 deps = [
94 "//base", 94 "//base",
95 "//base:i18n", 95 "//base:i18n",
96 "//base/third_party/dynamic_annotations", 96 "//base/third_party/dynamic_annotations",
97 "//cc/paint", 97 "//cc/paint",
98 "//printing/common",
98 "//skia", 99 "//skia",
99 "//third_party/icu", 100 "//third_party/icu",
100 "//ui/gfx", 101 "//ui/gfx",
101 "//ui/gfx/geometry", 102 "//ui/gfx/geometry",
102 "//url", 103 "//url",
103 ] 104 ]
104 105
105 if (use_aura) { 106 if (use_aura) {
106 deps += [ "//ui/aura" ] 107 deps += [ "//ui/aura" ]
107 } 108 }
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "android/java/src/org/chromium/printing/PrintManagerDelegate.java", 340 "android/java/src/org/chromium/printing/PrintManagerDelegate.java",
340 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java", 341 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java",
341 "android/java/src/org/chromium/printing/Printable.java", 342 "android/java/src/org/chromium/printing/Printable.java",
342 "android/java/src/org/chromium/printing/PrintingContext.java", 343 "android/java/src/org/chromium/printing/PrintingContext.java",
343 "android/java/src/org/chromium/printing/PrintingContextInterface.java", 344 "android/java/src/org/chromium/printing/PrintingContextInterface.java",
344 "android/java/src/org/chromium/printing/PrintingController.java", 345 "android/java/src/org/chromium/printing/PrintingController.java",
345 "android/java/src/org/chromium/printing/PrintingControllerImpl.java", 346 "android/java/src/org/chromium/printing/PrintingControllerImpl.java",
346 ] 347 ]
347 } 348 }
348 } 349 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | printing/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698