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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2695133002: Consolidate c/b/chromeos/printing target with its own BUILD file. (Closed)
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/printing/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index c32974bd1f96f3c5f69141610956488e019f3e4e..7ae0ce1262da033cf51f393e1f7d492eccecdd76 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2156,6 +2156,7 @@ split_static_library("ui") {
if (is_chromeos) {
sources += [ "webui/print_preview/printer_backend_proxy_chromeos.cc" ]
+ deps += [ "//chrome/browser/chromeos/printing" ]
} else {
sources += [ "webui/print_preview/printer_backend_proxy.cc" ]
}
« no previous file with comments | « chrome/browser/chromeos/printing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698