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

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

Issue 2954293002: Chromad: Prevent session from starting without policy (Closed)
Patch Set: Fix initialization complete for component policy Created 3 years, 5 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
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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 "net/network_state_notifier_unittest.cc", 1809 "net/network_state_notifier_unittest.cc",
1810 "net/network_throttling_observer_unittest.cc", 1810 "net/network_throttling_observer_unittest.cc",
1811 "net/tether_notification_presenter_unittest.cc", 1811 "net/tether_notification_presenter_unittest.cc",
1812 "net/wake_on_wifi_manager_unittest.cc", 1812 "net/wake_on_wifi_manager_unittest.cc",
1813 "night_light/night_light_client_unittest.cc", 1813 "night_light/night_light_client_unittest.cc",
1814 "note_taking_helper_unittest.cc", 1814 "note_taking_helper_unittest.cc",
1815 "options/network_property_ui_data_unittest.cc", 1815 "options/network_property_ui_data_unittest.cc",
1816 "ownership/fake_owner_settings_service.cc", 1816 "ownership/fake_owner_settings_service.cc",
1817 "ownership/fake_owner_settings_service.h", 1817 "ownership/fake_owner_settings_service.h",
1818 "ownership/owner_settings_service_chromeos_unittest.cc", 1818 "ownership/owner_settings_service_chromeos_unittest.cc",
1819 "policy/active_directory_policy_manager_unittest.cc",
1819 "policy/affiliated_cloud_policy_invalidator_unittest.cc", 1820 "policy/affiliated_cloud_policy_invalidator_unittest.cc",
1820 "policy/affiliated_invalidation_service_provider_impl_unittest.cc", 1821 "policy/affiliated_invalidation_service_provider_impl_unittest.cc",
1821 "policy/android_management_client_unittest.cc", 1822 "policy/android_management_client_unittest.cc",
1822 "policy/auto_enrollment_client_unittest.cc", 1823 "policy/auto_enrollment_client_unittest.cc",
1823 "policy/bluetooth_policy_handler_unittest.cc", 1824 "policy/bluetooth_policy_handler_unittest.cc",
1824 "policy/cloud_external_data_manager_base_unittest.cc", 1825 "policy/cloud_external_data_manager_base_unittest.cc",
1825 "policy/cloud_external_data_policy_observer_unittest.cc", 1826 "policy/cloud_external_data_policy_observer_unittest.cc",
1826 "policy/cloud_external_data_store_unittest.cc", 1827 "policy/cloud_external_data_store_unittest.cc",
1827 "policy/configuration_policy_handler_chromeos_unittest.cc", 1828 "policy/configuration_policy_handler_chromeos_unittest.cc",
1828 "policy/device_cloud_policy_initializer_unittest.cc", 1829 "policy/device_cloud_policy_initializer_unittest.cc",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 "policy/proto/chrome_device_policy.proto", 1979 "policy/proto/chrome_device_policy.proto",
1979 "policy/proto/install_attributes.proto", 1980 "policy/proto/install_attributes.proto",
1980 ] 1981 ]
1981 } 1982 }
1982 1983
1983 proto_library("attestation_proto") { 1984 proto_library("attestation_proto") {
1984 sources = [ 1985 sources = [
1985 "attestation/attestation_key_payload.proto", 1986 "attestation/attestation_key_payload.proto",
1986 ] 1987 ]
1987 } 1988 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698