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

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

Issue 2486813002: Add DeviceADPolicyManager to provide AD policy. (Closed)
Patch Set: Address Bernhard's comments 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("//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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 "policy/browser_policy_connector_chromeos.cc", 988 "policy/browser_policy_connector_chromeos.cc",
989 "policy/browser_policy_connector_chromeos.h", 989 "policy/browser_policy_connector_chromeos.h",
990 "policy/cloud_external_data_manager_base.cc", 990 "policy/cloud_external_data_manager_base.cc",
991 "policy/cloud_external_data_manager_base.h", 991 "policy/cloud_external_data_manager_base.h",
992 "policy/cloud_external_data_policy_observer.cc", 992 "policy/cloud_external_data_policy_observer.cc",
993 "policy/cloud_external_data_policy_observer.h", 993 "policy/cloud_external_data_policy_observer.h",
994 "policy/cloud_external_data_store.cc", 994 "policy/cloud_external_data_store.cc",
995 "policy/cloud_external_data_store.h", 995 "policy/cloud_external_data_store.h",
996 "policy/configuration_policy_handler_chromeos.cc", 996 "policy/configuration_policy_handler_chromeos.cc",
997 "policy/configuration_policy_handler_chromeos.h", 997 "policy/configuration_policy_handler_chromeos.h",
998 "policy/device_active_directory_policy_manager.cc",
999 "policy/device_active_directory_policy_manager.h",
998 "policy/device_cloud_policy_initializer.cc", 1000 "policy/device_cloud_policy_initializer.cc",
999 "policy/device_cloud_policy_initializer.h", 1001 "policy/device_cloud_policy_initializer.h",
1000 "policy/device_cloud_policy_manager_chromeos.cc", 1002 "policy/device_cloud_policy_manager_chromeos.cc",
1001 "policy/device_cloud_policy_manager_chromeos.h", 1003 "policy/device_cloud_policy_manager_chromeos.h",
1002 "policy/device_cloud_policy_store_chromeos.cc", 1004 "policy/device_cloud_policy_store_chromeos.cc",
1003 "policy/device_cloud_policy_store_chromeos.h", 1005 "policy/device_cloud_policy_store_chromeos.h",
1004 "policy/device_cloud_policy_validator.cc", 1006 "policy/device_cloud_policy_validator.cc",
1005 "policy/device_cloud_policy_validator.h", 1007 "policy/device_cloud_policy_validator.h",
1006 "policy/device_local_account.cc", 1008 "policy/device_local_account.cc",
1007 "policy/device_local_account.h", 1009 "policy/device_local_account.h",
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 "policy/proto/chrome_device_policy.proto", 1647 "policy/proto/chrome_device_policy.proto",
1646 "policy/proto/install_attributes.proto", 1648 "policy/proto/install_attributes.proto",
1647 ] 1649 ]
1648 } 1650 }
1649 1651
1650 proto_library("attestation_proto") { 1652 proto_library("attestation_proto") {
1651 sources = [ 1653 sources = [
1652 "attestation/attestation_key_payload.proto", 1654 "attestation/attestation_key_payload.proto",
1653 ] 1655 ]
1654 } 1656 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698