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

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

Issue 2738323003: Implement basic USB setup in the cups printer detector. Factor out (Closed)
Patch Set: Fix ppd provider lifetime. It was being inappropriately deleted which meant it caused USB resoluti… Created 3 years, 9 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 | « no previous file | chrome/browser/chromeos/printer_detector/cups_printer_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 0203c6d95e9d30e98b01e7be031e768be9fbb33c..3bc317d416171fbc35473101c243b04466dbde21 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1232,6 +1232,8 @@ source_set("chromeos") {
"printing/printers_sync_bridge.h",
"printing/specifics_translation.cc",
"printing/specifics_translation.h",
+ "printing/usb_printer_util.cc",
+ "printing/usb_printer_util.h",
"profiles/avatar_menu_actions_chromeos.cc",
"profiles/avatar_menu_actions_chromeos.h",
"profiles/avatar_menu_chromeos.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/printer_detector/cups_printer_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698