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

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

Issue 2677563005: Chromad: Use DM server reply to determine enrollment type (Closed)
Patch Set: Thiemo's comments Created 3 years, 10 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 "policy/device_status_collector.h", 1082 "policy/device_status_collector.h",
1083 "policy/display_rotation_default_handler.cc", 1083 "policy/display_rotation_default_handler.cc",
1084 "policy/display_rotation_default_handler.h", 1084 "policy/display_rotation_default_handler.h",
1085 "policy/dm_token_storage.cc", 1085 "policy/dm_token_storage.cc",
1086 "policy/dm_token_storage.h", 1086 "policy/dm_token_storage.h",
1087 "policy/enrollment_config.h", 1087 "policy/enrollment_config.h",
1088 "policy/enrollment_handler_chromeos.cc", 1088 "policy/enrollment_handler_chromeos.cc",
1089 "policy/enrollment_handler_chromeos.h", 1089 "policy/enrollment_handler_chromeos.h",
1090 "policy/enrollment_status_chromeos.cc", 1090 "policy/enrollment_status_chromeos.cc",
1091 "policy/enrollment_status_chromeos.h", 1091 "policy/enrollment_status_chromeos.h",
1092 "policy/fake_active_directory_join_delegate.cc",
1092 "policy/heartbeat_scheduler.cc", 1093 "policy/heartbeat_scheduler.cc",
1093 "policy/heartbeat_scheduler.h", 1094 "policy/heartbeat_scheduler.h",
1094 "policy/login_profile_policy_provider.cc", 1095 "policy/login_profile_policy_provider.cc",
1095 "policy/login_profile_policy_provider.h", 1096 "policy/login_profile_policy_provider.h",
1096 "policy/network_configuration_updater.cc", 1097 "policy/network_configuration_updater.cc",
1097 "policy/network_configuration_updater.h", 1098 "policy/network_configuration_updater.h",
1098 "policy/policy_cert_service.cc", 1099 "policy/policy_cert_service.cc",
1099 "policy/policy_cert_service.h", 1100 "policy/policy_cert_service.h",
1100 "policy/policy_cert_service_factory.cc", 1101 "policy/policy_cert_service_factory.cc",
1101 "policy/policy_cert_service_factory.h", 1102 "policy/policy_cert_service_factory.h",
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 "policy/proto/chrome_device_policy.proto", 1767 "policy/proto/chrome_device_policy.proto",
1767 "policy/proto/install_attributes.proto", 1768 "policy/proto/install_attributes.proto",
1768 ] 1769 ]
1769 } 1770 }
1770 1771
1771 proto_library("attestation_proto") { 1772 proto_library("attestation_proto") {
1772 sources = [ 1773 sources = [
1773 "attestation/attestation_key_payload.proto", 1774 "attestation/attestation_key_payload.proto",
1774 ] 1775 ]
1775 } 1776 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698