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

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

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase 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("//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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 "power/login_lock_state_notifier.cc", 1106 "power/login_lock_state_notifier.cc",
1107 "power/login_lock_state_notifier.h", 1107 "power/login_lock_state_notifier.h",
1108 "power/peripheral_battery_observer.cc", 1108 "power/peripheral_battery_observer.cc",
1109 "power/peripheral_battery_observer.h", 1109 "power/peripheral_battery_observer.h",
1110 "power/power_data_collector.cc", 1110 "power/power_data_collector.cc",
1111 "power/power_data_collector.h", 1111 "power/power_data_collector.h",
1112 "power/power_prefs.cc", 1112 "power/power_prefs.cc",
1113 "power/power_prefs.h", 1113 "power/power_prefs.h",
1114 "power/renderer_freezer.cc", 1114 "power/renderer_freezer.cc",
1115 "power/renderer_freezer.h", 1115 "power/renderer_freezer.h",
1116 "power/shutdown_client_impl.cc",
1117 "power/shutdown_client_impl.h",
1118 "preferences.cc", 1116 "preferences.cc",
1119 "preferences.h", 1117 "preferences.h",
1120 "printer_detector/printer_detector.cc", 1118 "printer_detector/printer_detector.cc",
1121 "printer_detector/printer_detector.h", 1119 "printer_detector/printer_detector.h",
1122 "printer_detector/printer_detector_factory.cc", 1120 "printer_detector/printer_detector_factory.cc",
1123 "printer_detector/printer_detector_factory.h", 1121 "printer_detector/printer_detector_factory.h",
1124 "printing/cups_print_job.cc", 1122 "printing/cups_print_job.cc",
1125 "printing/cups_print_job.h", 1123 "printing/cups_print_job.h",
1126 "printing/cups_print_job_manager.cc", 1124 "printing/cups_print_job_manager.cc",
1127 "printing/cups_print_job_manager.h", 1125 "printing/cups_print_job_manager.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 "settings/device_settings_provider.cc", 1172 "settings/device_settings_provider.cc",
1175 "settings/device_settings_provider.h", 1173 "settings/device_settings_provider.h",
1176 "settings/device_settings_service.cc", 1174 "settings/device_settings_service.cc",
1177 "settings/device_settings_service.h", 1175 "settings/device_settings_service.h",
1178 "settings/install_attributes.cc", 1176 "settings/install_attributes.cc",
1179 "settings/install_attributes.h", 1177 "settings/install_attributes.h",
1180 "settings/owner_flags_storage.cc", 1178 "settings/owner_flags_storage.cc",
1181 "settings/owner_flags_storage.h", 1179 "settings/owner_flags_storage.h",
1182 "settings/session_manager_operation.cc", 1180 "settings/session_manager_operation.cc",
1183 "settings/session_manager_operation.h", 1181 "settings/session_manager_operation.h",
1182 "settings/shutdown_policy_forwarder.cc",
1183 "settings/shutdown_policy_forwarder.h",
1184 "settings/shutdown_policy_handler.cc", 1184 "settings/shutdown_policy_handler.cc",
1185 "settings/shutdown_policy_handler.h", 1185 "settings/shutdown_policy_handler.h",
1186 "settings/stub_cros_settings_provider.cc", 1186 "settings/stub_cros_settings_provider.cc",
1187 "settings/stub_cros_settings_provider.h", 1187 "settings/stub_cros_settings_provider.h",
1188 "settings/system_settings_provider.cc", 1188 "settings/system_settings_provider.cc",
1189 "settings/system_settings_provider.h", 1189 "settings/system_settings_provider.h",
1190 "settings/token_encryptor.cc", 1190 "settings/token_encryptor.cc",
1191 "settings/token_encryptor.h", 1191 "settings/token_encryptor.h",
1192 "sim_dialog_delegate.cc", 1192 "sim_dialog_delegate.cc",
1193 "sim_dialog_delegate.h", 1193 "sim_dialog_delegate.h",
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 "policy/proto/chrome_device_policy.proto", 1644 "policy/proto/chrome_device_policy.proto",
1645 "policy/proto/install_attributes.proto", 1645 "policy/proto/install_attributes.proto",
1646 ] 1646 ]
1647 } 1647 }
1648 1648
1649 proto_library("attestation_proto") { 1649 proto_library("attestation_proto") {
1650 sources = [ 1650 sources = [
1651 "attestation/attestation_key_payload.proto", 1651 "attestation/attestation_key_payload.proto",
1652 ] 1652 ]
1653 } 1653 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698