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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2435303003: [CUPS] Implement the Print Job notification. (Closed)
Patch Set: Bug fix. Created 4 years, 1 month 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
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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 "power/renderer_freezer.cc", 1102 "power/renderer_freezer.cc",
1103 "power/renderer_freezer.h", 1103 "power/renderer_freezer.h",
1104 "power/session_state_controller_delegate_chromeos.cc", 1104 "power/session_state_controller_delegate_chromeos.cc",
1105 "power/session_state_controller_delegate_chromeos.h", 1105 "power/session_state_controller_delegate_chromeos.h",
1106 "preferences.cc", 1106 "preferences.cc",
1107 "preferences.h", 1107 "preferences.h",
1108 "printer_detector/printer_detector.cc", 1108 "printer_detector/printer_detector.cc",
1109 "printer_detector/printer_detector.h", 1109 "printer_detector/printer_detector.h",
1110 "printer_detector/printer_detector_factory.cc", 1110 "printer_detector/printer_detector_factory.cc",
1111 "printer_detector/printer_detector_factory.h", 1111 "printer_detector/printer_detector_factory.h",
1112 "printing/cups_print_job.cc",
1113 "printing/cups_print_job.h",
1114 "printing/cups_print_job_manager.cc",
1115 "printing/cups_print_job_manager.h",
1116 "printing/cups_print_job_manager_factory.cc",
1117 "printing/cups_print_job_manager_factory.h",
1118 "printing/cups_print_job_notification.cc",
1119 "printing/cups_print_job_notification.h",
1120 "printing/cups_print_job_notification_manager.cc",
1121 "printing/cups_print_job_notification_manager.h",
1122 "printing/fake_cups_print_job_manager.cc",
1123 "printing/fake_cups_print_job_manager.h",
1112 "printing/printer_pref_manager.cc", 1124 "printing/printer_pref_manager.cc",
1113 "printing/printer_pref_manager.h", 1125 "printing/printer_pref_manager.h",
1114 "printing/printer_pref_manager_factory.cc", 1126 "printing/printer_pref_manager_factory.cc",
1115 "printing/printer_pref_manager_factory.h", 1127 "printing/printer_pref_manager_factory.h",
1116 "profiles/avatar_menu_actions_chromeos.cc", 1128 "profiles/avatar_menu_actions_chromeos.cc",
1117 "profiles/avatar_menu_actions_chromeos.h", 1129 "profiles/avatar_menu_actions_chromeos.h",
1118 "profiles/avatar_menu_chromeos.cc", 1130 "profiles/avatar_menu_chromeos.cc",
1119 "profiles/multiprofiles_intro_dialog.cc", 1131 "profiles/multiprofiles_intro_dialog.cc",
1120 "profiles/multiprofiles_intro_dialog.h", 1132 "profiles/multiprofiles_intro_dialog.h",
1121 "profiles/multiprofiles_session_aborted_dialog.cc", 1133 "profiles/multiprofiles_session_aborted_dialog.cc",
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 "policy/proto/chrome_device_policy.proto", 1633 "policy/proto/chrome_device_policy.proto",
1622 "policy/proto/install_attributes.proto", 1634 "policy/proto/install_attributes.proto",
1623 ] 1635 ]
1624 } 1636 }
1625 1637
1626 proto_library("attestation_proto") { 1638 proto_library("attestation_proto") {
1627 sources = [ 1639 sources = [
1628 "attestation/attestation_key_payload.proto", 1640 "attestation/attestation_key_payload.proto",
1629 ] 1641 ]
1630 } 1642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698