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

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

Issue 2954293002: Chromad: Prevent session from starting without policy (Closed)
Patch Set: Move MockAuthPolicyClient into unittest 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/active_directory_policy_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("//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 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 "net/network_state_notifier_unittest.cc", 1805 "net/network_state_notifier_unittest.cc",
1806 "net/network_throttling_observer_unittest.cc", 1806 "net/network_throttling_observer_unittest.cc",
1807 "net/tether_notification_presenter_unittest.cc", 1807 "net/tether_notification_presenter_unittest.cc",
1808 "net/wake_on_wifi_manager_unittest.cc", 1808 "net/wake_on_wifi_manager_unittest.cc",
1809 "night_light/night_light_client_unittest.cc", 1809 "night_light/night_light_client_unittest.cc",
1810 "note_taking_helper_unittest.cc", 1810 "note_taking_helper_unittest.cc",
1811 "options/network_property_ui_data_unittest.cc", 1811 "options/network_property_ui_data_unittest.cc",
1812 "ownership/fake_owner_settings_service.cc", 1812 "ownership/fake_owner_settings_service.cc",
1813 "ownership/fake_owner_settings_service.h", 1813 "ownership/fake_owner_settings_service.h",
1814 "ownership/owner_settings_service_chromeos_unittest.cc", 1814 "ownership/owner_settings_service_chromeos_unittest.cc",
1815 "policy/active_directory_policy_manager_unittest.cc",
1815 "policy/affiliated_cloud_policy_invalidator_unittest.cc", 1816 "policy/affiliated_cloud_policy_invalidator_unittest.cc",
1816 "policy/affiliated_invalidation_service_provider_impl_unittest.cc", 1817 "policy/affiliated_invalidation_service_provider_impl_unittest.cc",
1817 "policy/android_management_client_unittest.cc", 1818 "policy/android_management_client_unittest.cc",
1818 "policy/auto_enrollment_client_unittest.cc", 1819 "policy/auto_enrollment_client_unittest.cc",
1819 "policy/bluetooth_policy_handler_unittest.cc", 1820 "policy/bluetooth_policy_handler_unittest.cc",
1820 "policy/cloud_external_data_manager_base_unittest.cc", 1821 "policy/cloud_external_data_manager_base_unittest.cc",
1821 "policy/cloud_external_data_policy_observer_unittest.cc", 1822 "policy/cloud_external_data_policy_observer_unittest.cc",
1822 "policy/cloud_external_data_store_unittest.cc", 1823 "policy/cloud_external_data_store_unittest.cc",
1823 "policy/configuration_policy_handler_chromeos_unittest.cc", 1824 "policy/configuration_policy_handler_chromeos_unittest.cc",
1824 "policy/device_cloud_policy_initializer_unittest.cc", 1825 "policy/device_cloud_policy_initializer_unittest.cc",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 "policy/proto/chrome_device_policy.proto", 1975 "policy/proto/chrome_device_policy.proto",
1975 "policy/proto/install_attributes.proto", 1976 "policy/proto/install_attributes.proto",
1976 ] 1977 ]
1977 } 1978 }
1978 1979
1979 proto_library("attestation_proto") { 1980 proto_library("attestation_proto") {
1980 sources = [ 1981 sources = [
1981 "attestation/attestation_key_payload.proto", 1982 "attestation/attestation_key_payload.proto",
1982 ] 1983 ]
1983 } 1984 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/active_directory_policy_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698