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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 711433002: Enable device disabling during normal operation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_4_425574_add_device_disabling_manager
Patch Set: Address one more comment I had missed. Created 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'browser/chromeos/status/data_promo_notification.h', 862 'browser/chromeos/status/data_promo_notification.h',
863 'browser/chromeos/status/network_menu.cc', 863 'browser/chromeos/status/network_menu.cc',
864 'browser/chromeos/status/network_menu.h', 864 'browser/chromeos/status/network_menu.h',
865 'browser/chromeos/system/automatic_reboot_manager.cc', 865 'browser/chromeos/system/automatic_reboot_manager.cc',
866 'browser/chromeos/system/automatic_reboot_manager.h', 866 'browser/chromeos/system/automatic_reboot_manager.h',
867 'browser/chromeos/system/automatic_reboot_manager_observer.h', 867 'browser/chromeos/system/automatic_reboot_manager_observer.h',
868 'browser/chromeos/system/device_change_handler.cc', 868 'browser/chromeos/system/device_change_handler.cc',
869 'browser/chromeos/system/device_change_handler.h', 869 'browser/chromeos/system/device_change_handler.h',
870 'browser/chromeos/system/device_disabling_manager.cc', 870 'browser/chromeos/system/device_disabling_manager.cc',
871 'browser/chromeos/system/device_disabling_manager.h', 871 'browser/chromeos/system/device_disabling_manager.h',
872 'browser/chromeos/system/device_disabling_manager_default_delegate.cc',
873 'browser/chromeos/system/device_disabling_manager_default_delegate.h',
872 'browser/chromeos/system/input_device_settings.cc', 874 'browser/chromeos/system/input_device_settings.cc',
873 'browser/chromeos/system/input_device_settings.h', 875 'browser/chromeos/system/input_device_settings.h',
874 'browser/chromeos/system/pointer_device_observer.cc', 876 'browser/chromeos/system/pointer_device_observer.cc',
875 'browser/chromeos/system/pointer_device_observer.h', 877 'browser/chromeos/system/pointer_device_observer.h',
876 'browser/chromeos/system/syslogs_provider.cc', 878 'browser/chromeos/system/syslogs_provider.cc',
877 'browser/chromeos/system/syslogs_provider.h', 879 'browser/chromeos/system/syslogs_provider.h',
878 'browser/chromeos/system/timezone_util.cc', 880 'browser/chromeos/system/timezone_util.cc',
879 'browser/chromeos/system/timezone_util.h', 881 'browser/chromeos/system/timezone_util.h',
880 'browser/chromeos/system_logs/command_line_log_source.cc', 882 'browser/chromeos/system_logs/command_line_log_source.cc',
881 'browser/chromeos/system_logs/command_line_log_source.h', 883 'browser/chromeos/system_logs/command_line_log_source.h',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'browser/chromeos/attestation/attestation_signed_data.proto', 1273 'browser/chromeos/attestation/attestation_signed_data.proto',
1272 ], 1274 ],
1273 'variables': { 1275 'variables': {
1274 'proto_in_dir': 'browser/chromeos/attestation', 1276 'proto_in_dir': 'browser/chromeos/attestation',
1275 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1277 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1276 }, 1278 },
1277 'includes': [ '../build/protoc.gypi' ] 1279 'includes': [ '../build/protoc.gypi' ]
1278 }, 1280 },
1279 ], 1281 ],
1280 } 1282 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/device_disabled_screen_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698