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

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

Issue 2945653002: Remove the legacy (extension-notifier) usb printer detector. Rename the remaining printerdetector … (Closed)
Patch Set: Remove the legacy (extension-notifier) usb printer detector. Rename the remaining printerdetector … Created 3 years, 6 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 32b52ad0ae9d8a38c0b6299e4669d7cdf33e2ca7..2d8618d2f5338cc3ba0ffda0c14d92205613e71d 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1247,11 +1247,10 @@ source_set("chromeos") {
"power/renderer_freezer.h",
"preferences.cc",
"preferences.h",
- "printer_detector/cups_printer_detector.cc",
- "printer_detector/legacy_printer_detector.cc",
- "printer_detector/printer_detector.h",
- "printer_detector/printer_detector_factory.cc",
- "printer_detector/printer_detector_factory.h",
+ "printer_detector/usb_printer_detector.cc",
+ "printer_detector/usb_printer_detector.h",
+ "printer_detector/usb_printer_detector_factory.cc",
+ "printer_detector/usb_printer_detector_factory.h",
"printing/cups_print_job.cc",
"printing/cups_print_job.h",
"printing/cups_print_job_manager.cc",
@@ -1768,7 +1767,6 @@ source_set("unit_tests") {
"power/power_prefs_unittest.cc",
"power/renderer_freezer_unittest.cc",
"preferences_unittest.cc",
- "printer_detector/printer_detector_unittest.cc",
"printing/printers_manager_unittest.cc",
"printing/specifics_translation_unittest.cc",
"profiles/profile_list_chromeos_unittest.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