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

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

Issue 2448013002: Extract utilities for policy check from ArcAuthService. (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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "arc/intent_helper/arc_navigation_throttle.h", 230 "arc/intent_helper/arc_navigation_throttle.h",
231 "arc/intent_helper/arc_settings_service.cc", 231 "arc/intent_helper/arc_settings_service.cc",
232 "arc/intent_helper/arc_settings_service.h", 232 "arc/intent_helper/arc_settings_service.h",
233 "arc/notification/arc_boot_error_notification.cc", 233 "arc/notification/arc_boot_error_notification.cc",
234 "arc/notification/arc_boot_error_notification.h", 234 "arc/notification/arc_boot_error_notification.h",
235 "arc/policy/arc_android_management_checker.cc", 235 "arc/policy/arc_android_management_checker.cc",
236 "arc/policy/arc_android_management_checker.h", 236 "arc/policy/arc_android_management_checker.h",
237 "arc/policy/arc_android_management_checker_delegate.h", 237 "arc/policy/arc_android_management_checker_delegate.h",
238 "arc/policy/arc_policy_bridge.cc", 238 "arc/policy/arc_policy_bridge.cc",
239 "arc/policy/arc_policy_bridge.h", 239 "arc/policy/arc_policy_bridge.h",
240 "arc/policy/arc_policy_util.cc",
241 "arc/policy/arc_policy_util.h",
240 "arc/print/arc_print_service.cc", 242 "arc/print/arc_print_service.cc",
241 "arc/print/arc_print_service.h", 243 "arc/print/arc_print_service.h",
242 "arc/process/arc_process.cc", 244 "arc/process/arc_process.cc",
243 "arc/process/arc_process.h", 245 "arc/process/arc_process.h",
244 "arc/process/arc_process_service.cc", 246 "arc/process/arc_process_service.cc",
245 "arc/process/arc_process_service.h", 247 "arc/process/arc_process_service.h",
246 "arc/tts/arc_tts_service.cc", 248 "arc/tts/arc_tts_service.cc",
247 "arc/tts/arc_tts_service.h", 249 "arc/tts/arc_tts_service.h",
248 "arc/video/gpu_arc_video_service_host.cc", 250 "arc/video/gpu_arc_video_service_host.cc",
249 "arc/video/gpu_arc_video_service_host.h", 251 "arc/video/gpu_arc_video_service_host.h",
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 "policy/proto/chrome_device_policy.proto", 1625 "policy/proto/chrome_device_policy.proto",
1624 "policy/proto/install_attributes.proto", 1626 "policy/proto/install_attributes.proto",
1625 ] 1627 ]
1626 } 1628 }
1627 1629
1628 proto_library("attestation_proto") { 1630 proto_library("attestation_proto") {
1629 sources = [ 1631 sources = [
1630 "attestation/attestation_key_payload.proto", 1632 "attestation/attestation_key_payload.proto",
1631 ] 1633 ]
1632 } 1634 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698