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

Side by Side 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 unified diff | 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 »
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/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 "printing/printer_configurer.h", 1225 "printing/printer_configurer.h",
1226 "printing/printer_discoverer.h", 1226 "printing/printer_discoverer.h",
1227 "printing/printers_manager.cc", 1227 "printing/printers_manager.cc",
1228 "printing/printers_manager.h", 1228 "printing/printers_manager.h",
1229 "printing/printers_manager_factory.cc", 1229 "printing/printers_manager_factory.cc",
1230 "printing/printers_manager_factory.h", 1230 "printing/printers_manager_factory.h",
1231 "printing/printers_sync_bridge.cc", 1231 "printing/printers_sync_bridge.cc",
1232 "printing/printers_sync_bridge.h", 1232 "printing/printers_sync_bridge.h",
1233 "printing/specifics_translation.cc", 1233 "printing/specifics_translation.cc",
1234 "printing/specifics_translation.h", 1234 "printing/specifics_translation.h",
1235 "printing/usb_printer_util.cc",
1236 "printing/usb_printer_util.h",
1235 "profiles/avatar_menu_actions_chromeos.cc", 1237 "profiles/avatar_menu_actions_chromeos.cc",
1236 "profiles/avatar_menu_actions_chromeos.h", 1238 "profiles/avatar_menu_actions_chromeos.h",
1237 "profiles/avatar_menu_chromeos.cc", 1239 "profiles/avatar_menu_chromeos.cc",
1238 "profiles/multiprofiles_intro_dialog.cc", 1240 "profiles/multiprofiles_intro_dialog.cc",
1239 "profiles/multiprofiles_intro_dialog.h", 1241 "profiles/multiprofiles_intro_dialog.h",
1240 "profiles/multiprofiles_session_aborted_dialog.cc", 1242 "profiles/multiprofiles_session_aborted_dialog.cc",
1241 "profiles/multiprofiles_session_aborted_dialog.h", 1243 "profiles/multiprofiles_session_aborted_dialog.h",
1242 "profiles/profile_helper.cc", 1244 "profiles/profile_helper.cc",
1243 "profiles/profile_helper.h", 1245 "profiles/profile_helper.h",
1244 "profiles/profile_list_chromeos.cc", 1246 "profiles/profile_list_chromeos.cc",
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 "policy/proto/chrome_device_policy.proto", 1802 "policy/proto/chrome_device_policy.proto",
1801 "policy/proto/install_attributes.proto", 1803 "policy/proto/install_attributes.proto",
1802 ] 1804 ]
1803 } 1805 }
1804 1806
1805 proto_library("attestation_proto") { 1807 proto_library("attestation_proto") {
1806 sources = [ 1808 sources = [
1807 "attestation/attestation_key_payload.proto", 1809 "attestation/attestation_key_payload.proto",
1808 ] 1810 ]
1809 } 1811 }
OLDNEW
« 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