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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2446563002: Refactor ArcAndroidManagementChecker. (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 0fa9880221e8b07fae4f2b553b8d47caf2f935d7..40dd5185b7fdecebfe5ec68785549ef5230633aa 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -196,7 +196,6 @@ source_set("chromeos") {
"app_mode/startup_app_launcher.h",
"arc/arc_android_management_checker.cc",
"arc/arc_android_management_checker.h",
- "arc/arc_android_management_checker_delegate.h",
"arc/arc_auth_code_fetcher.cc",
"arc/arc_auth_code_fetcher.h",
"arc/arc_auth_code_fetcher_delegate.h",
@@ -247,6 +246,8 @@ source_set("chromeos") {
"arc/fileapi/arc_content_file_system_url_util.h",
"arc/gpu_arc_video_service_host.cc",
"arc/gpu_arc_video_service_host.h",
+ "arc/policy/arc_policy_util.cc",
+ "arc/policy/arc_policy_util.h",
"attestation/attestation_ca_client.cc",
"attestation/attestation_ca_client.h",
"attestation/attestation_policy_observer.cc",

Powered by Google App Engine
This is Rietveld 408576698