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

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

Issue 2486813002: Add DeviceADPolicyManager to provide AD policy. (Closed)
Patch Set: 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 "policy/browser_policy_connector_chromeos.cc", 978 "policy/browser_policy_connector_chromeos.cc",
979 "policy/browser_policy_connector_chromeos.h", 979 "policy/browser_policy_connector_chromeos.h",
980 "policy/cloud_external_data_manager_base.cc", 980 "policy/cloud_external_data_manager_base.cc",
981 "policy/cloud_external_data_manager_base.h", 981 "policy/cloud_external_data_manager_base.h",
982 "policy/cloud_external_data_policy_observer.cc", 982 "policy/cloud_external_data_policy_observer.cc",
983 "policy/cloud_external_data_policy_observer.h", 983 "policy/cloud_external_data_policy_observer.h",
984 "policy/cloud_external_data_store.cc", 984 "policy/cloud_external_data_store.cc",
985 "policy/cloud_external_data_store.h", 985 "policy/cloud_external_data_store.h",
986 "policy/configuration_policy_handler_chromeos.cc", 986 "policy/configuration_policy_handler_chromeos.cc",
987 "policy/configuration_policy_handler_chromeos.h", 987 "policy/configuration_policy_handler_chromeos.h",
988 "policy/device_ad_policy_manager.cc",
989 "policy/device_ad_policy_manager.h",
988 "policy/device_cloud_policy_initializer.cc", 990 "policy/device_cloud_policy_initializer.cc",
989 "policy/device_cloud_policy_initializer.h", 991 "policy/device_cloud_policy_initializer.h",
990 "policy/device_cloud_policy_manager_chromeos.cc", 992 "policy/device_cloud_policy_manager_chromeos.cc",
991 "policy/device_cloud_policy_manager_chromeos.h", 993 "policy/device_cloud_policy_manager_chromeos.h",
992 "policy/device_cloud_policy_store_chromeos.cc", 994 "policy/device_cloud_policy_store_chromeos.cc",
993 "policy/device_cloud_policy_store_chromeos.h", 995 "policy/device_cloud_policy_store_chromeos.h",
994 "policy/device_cloud_policy_validator.cc", 996 "policy/device_cloud_policy_validator.cc",
995 "policy/device_cloud_policy_validator.h", 997 "policy/device_cloud_policy_validator.h",
996 "policy/device_local_account.cc", 998 "policy/device_local_account.cc",
997 "policy/device_local_account.h", 999 "policy/device_local_account.h",
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 "policy/proto/chrome_device_policy.proto", 1634 "policy/proto/chrome_device_policy.proto",
1633 "policy/proto/install_attributes.proto", 1635 "policy/proto/install_attributes.proto",
1634 ] 1636 ]
1635 } 1637 }
1636 1638
1637 proto_library("attestation_proto") { 1639 proto_library("attestation_proto") {
1638 sources = [ 1640 sources = [
1639 "attestation/attestation_key_payload.proto", 1641 "attestation/attestation_key_payload.proto",
1640 ] 1642 ]
1641 } 1643 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698