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

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

Issue 2382833002: Rename policy::EnterpriseInstallAttributes to chromeos::InstallAttributes. (Closed)
Patch Set: Add missing #includes. Created 4 years, 2 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/app_mode/kiosk_app_manager.h » ('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("//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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 "policy/device_policy_decoder_chromeos.h", 999 "policy/device_policy_decoder_chromeos.h",
1000 "policy/device_status_collector.cc", 1000 "policy/device_status_collector.cc",
1001 "policy/device_status_collector.h", 1001 "policy/device_status_collector.h",
1002 "policy/display_rotation_default_handler.cc", 1002 "policy/display_rotation_default_handler.cc",
1003 "policy/display_rotation_default_handler.h", 1003 "policy/display_rotation_default_handler.h",
1004 "policy/enrollment_config.h", 1004 "policy/enrollment_config.h",
1005 "policy/enrollment_handler_chromeos.cc", 1005 "policy/enrollment_handler_chromeos.cc",
1006 "policy/enrollment_handler_chromeos.h", 1006 "policy/enrollment_handler_chromeos.h",
1007 "policy/enrollment_status_chromeos.cc", 1007 "policy/enrollment_status_chromeos.cc",
1008 "policy/enrollment_status_chromeos.h", 1008 "policy/enrollment_status_chromeos.h",
1009 "policy/enterprise_install_attributes.cc",
1010 "policy/enterprise_install_attributes.h",
1011 "policy/heartbeat_scheduler.cc", 1009 "policy/heartbeat_scheduler.cc",
1012 "policy/heartbeat_scheduler.h", 1010 "policy/heartbeat_scheduler.h",
1013 "policy/login_profile_policy_provider.cc", 1011 "policy/login_profile_policy_provider.cc",
1014 "policy/login_profile_policy_provider.h", 1012 "policy/login_profile_policy_provider.h",
1015 "policy/network_configuration_updater.cc", 1013 "policy/network_configuration_updater.cc",
1016 "policy/network_configuration_updater.h", 1014 "policy/network_configuration_updater.h",
1017 "policy/policy_cert_service.cc", 1015 "policy/policy_cert_service.cc",
1018 "policy/policy_cert_service.h", 1016 "policy/policy_cert_service.h",
1019 "policy/policy_cert_service_factory.cc", 1017 "policy/policy_cert_service_factory.cc",
1020 "policy/policy_cert_service_factory.h", 1018 "policy/policy_cert_service_factory.h",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 "settings/device_oauth2_token_service_delegate.cc", 1134 "settings/device_oauth2_token_service_delegate.cc",
1137 "settings/device_oauth2_token_service_delegate.h", 1135 "settings/device_oauth2_token_service_delegate.h",
1138 "settings/device_oauth2_token_service_factory.cc", 1136 "settings/device_oauth2_token_service_factory.cc",
1139 "settings/device_oauth2_token_service_factory.h", 1137 "settings/device_oauth2_token_service_factory.h",
1140 "settings/device_settings_cache.cc", 1138 "settings/device_settings_cache.cc",
1141 "settings/device_settings_cache.h", 1139 "settings/device_settings_cache.h",
1142 "settings/device_settings_provider.cc", 1140 "settings/device_settings_provider.cc",
1143 "settings/device_settings_provider.h", 1141 "settings/device_settings_provider.h",
1144 "settings/device_settings_service.cc", 1142 "settings/device_settings_service.cc",
1145 "settings/device_settings_service.h", 1143 "settings/device_settings_service.h",
1144 "settings/install_attributes.cc",
1145 "settings/install_attributes.h",
1146 "settings/owner_flags_storage.cc", 1146 "settings/owner_flags_storage.cc",
1147 "settings/owner_flags_storage.h", 1147 "settings/owner_flags_storage.h",
1148 "settings/session_manager_operation.cc", 1148 "settings/session_manager_operation.cc",
1149 "settings/session_manager_operation.h", 1149 "settings/session_manager_operation.h",
1150 "settings/shutdown_policy_handler.cc", 1150 "settings/shutdown_policy_handler.cc",
1151 "settings/shutdown_policy_handler.h", 1151 "settings/shutdown_policy_handler.h",
1152 "settings/stub_cros_settings_provider.cc", 1152 "settings/stub_cros_settings_provider.cc",
1153 "settings/stub_cros_settings_provider.h", 1153 "settings/stub_cros_settings_provider.h",
1154 "settings/system_settings_provider.cc", 1154 "settings/system_settings_provider.cc",
1155 "settings/system_settings_provider.h", 1155 "settings/system_settings_provider.h",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 "policy/auto_enrollment_client_unittest.cc", 1471 "policy/auto_enrollment_client_unittest.cc",
1472 "policy/bluetooth_policy_handler_unittest.cc", 1472 "policy/bluetooth_policy_handler_unittest.cc",
1473 "policy/cloud_external_data_manager_base_unittest.cc", 1473 "policy/cloud_external_data_manager_base_unittest.cc",
1474 "policy/cloud_external_data_policy_observer_unittest.cc", 1474 "policy/cloud_external_data_policy_observer_unittest.cc",
1475 "policy/cloud_external_data_store_unittest.cc", 1475 "policy/cloud_external_data_store_unittest.cc",
1476 "policy/configuration_policy_handler_chromeos_unittest.cc", 1476 "policy/configuration_policy_handler_chromeos_unittest.cc",
1477 "policy/device_cloud_policy_initializer_unittest.cc", 1477 "policy/device_cloud_policy_initializer_unittest.cc",
1478 "policy/device_cloud_policy_manager_chromeos_unittest.cc", 1478 "policy/device_cloud_policy_manager_chromeos_unittest.cc",
1479 "policy/device_cloud_policy_store_chromeos_unittest.cc", 1479 "policy/device_cloud_policy_store_chromeos_unittest.cc",
1480 "policy/device_local_account_policy_service_unittest.cc", 1480 "policy/device_local_account_policy_service_unittest.cc",
1481 "policy/enterprise_install_attributes_unittest.cc",
1482 "policy/extension_cache_unittest.cc", 1481 "policy/extension_cache_unittest.cc",
1483 "policy/fake_affiliated_invalidation_service_provider.cc", 1482 "policy/fake_affiliated_invalidation_service_provider.cc",
1484 "policy/fake_affiliated_invalidation_service_provider.h", 1483 "policy/fake_affiliated_invalidation_service_provider.h",
1485 "policy/heartbeat_scheduler_unittest.cc", 1484 "policy/heartbeat_scheduler_unittest.cc",
1486 "policy/network_configuration_updater_unittest.cc", 1485 "policy/network_configuration_updater_unittest.cc",
1487 "policy/recommendation_restorer_unittest.cc", 1486 "policy/recommendation_restorer_unittest.cc",
1488 "policy/remote_commands/device_command_screenshot_job_unittest.cc", 1487 "policy/remote_commands/device_command_screenshot_job_unittest.cc",
1489 "policy/server_backed_state_keys_broker_unittest.cc", 1488 "policy/server_backed_state_keys_broker_unittest.cc",
1490 "policy/status_uploader_unittest.cc", 1489 "policy/status_uploader_unittest.cc",
1491 "policy/system_log_uploader_unittest.cc", 1490 "policy/system_log_uploader_unittest.cc",
1492 "policy/upload_job_unittest.cc", 1491 "policy/upload_job_unittest.cc",
1493 "policy/user_cloud_policy_manager_chromeos_unittest.cc", 1492 "policy/user_cloud_policy_manager_chromeos_unittest.cc",
1494 "policy/user_cloud_policy_store_chromeos_unittest.cc", 1493 "policy/user_cloud_policy_store_chromeos_unittest.cc",
1495 "power/extension_event_observer_unittest.cc", 1494 "power/extension_event_observer_unittest.cc",
1496 "power/power_data_collector_unittest.cc", 1495 "power/power_data_collector_unittest.cc",
1497 "power/power_prefs_unittest.cc", 1496 "power/power_prefs_unittest.cc",
1498 "power/renderer_freezer_unittest.cc", 1497 "power/renderer_freezer_unittest.cc",
1499 "preferences_unittest.cc", 1498 "preferences_unittest.cc",
1500 "printer_detector/printer_detector_unittest.cc", 1499 "printer_detector/printer_detector_unittest.cc",
1501 "printing/printer_pref_manager_unittest.cc", 1500 "printing/printer_pref_manager_unittest.cc",
1502 "profiles/profile_list_chromeos_unittest.cc", 1501 "profiles/profile_list_chromeos_unittest.cc",
1503 "proxy_config_service_impl_unittest.cc", 1502 "proxy_config_service_impl_unittest.cc",
1504 "resource_reporter/resource_reporter_unittest.cc", 1503 "resource_reporter/resource_reporter_unittest.cc",
1505 "session_length_limiter_unittest.cc", 1504 "session_length_limiter_unittest.cc",
1506 "settings/cros_settings_unittest.cc", 1505 "settings/cros_settings_unittest.cc",
1507 "settings/device_oauth2_token_service_unittest.cc", 1506 "settings/device_oauth2_token_service_unittest.cc",
1508 "settings/device_settings_provider_unittest.cc", 1507 "settings/device_settings_provider_unittest.cc",
1509 "settings/device_settings_service_unittest.cc", 1508 "settings/device_settings_service_unittest.cc",
1509 "settings/install_attributes_unittest.cc",
1510 "settings/scoped_cros_settings_test_helper.cc", 1510 "settings/scoped_cros_settings_test_helper.cc",
1511 "settings/scoped_cros_settings_test_helper.h", 1511 "settings/scoped_cros_settings_test_helper.h",
1512 "settings/session_manager_operation_unittest.cc", 1512 "settings/session_manager_operation_unittest.cc",
1513 "settings/shutdown_policy_handler_unittest.cc", 1513 "settings/shutdown_policy_handler_unittest.cc",
1514 "settings/stub_cros_settings_provider_unittest.cc", 1514 "settings/stub_cros_settings_provider_unittest.cc",
1515 "status/data_promo_notification_unittest.cc", 1515 "status/data_promo_notification_unittest.cc",
1516 "system/automatic_reboot_manager_unittest.cc", 1516 "system/automatic_reboot_manager_unittest.cc",
1517 "system/device_disabling_manager_unittest.cc", 1517 "system/device_disabling_manager_unittest.cc",
1518 "ui/accessibility_focus_ring_controller_unittest.cc", 1518 "ui/accessibility_focus_ring_controller_unittest.cc",
1519 "ui/idle_app_name_notification_view_unittest.cc", 1519 "ui/idle_app_name_notification_view_unittest.cc",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 "policy/proto/chrome_device_policy.proto", 1606 "policy/proto/chrome_device_policy.proto",
1607 "policy/proto/install_attributes.proto", 1607 "policy/proto/install_attributes.proto",
1608 ] 1608 ]
1609 } 1609 }
1610 1610
1611 proto_library("attestation_proto") { 1611 proto_library("attestation_proto") {
1612 sources = [ 1612 sources = [
1613 "attestation/attestation_key_payload.proto", 1613 "attestation/attestation_key_payload.proto",
1614 ] 1614 ]
1615 } 1615 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/app_mode/kiosk_app_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698