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

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

Issue 2534883002: Extract ArcTermsOfServiceNegotiator implementation. (Closed)
Patch Set: Address comments Created 4 years 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 19f18b12b61fff921ed3c34ccd2c1d1f0ecb3487..ade3609a36c256226ae1fe40216ec753090cfda0 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -252,6 +252,8 @@ source_set("chromeos") {
"arc/optin/arc_optin_preference_handler.cc",
"arc/optin/arc_optin_preference_handler.h",
"arc/optin/arc_optin_preference_handler_delegate.h",
+ "arc/optin/arc_terms_of_service_negotiator.cc",
+ "arc/optin/arc_terms_of_service_negotiator.h",
"arc/policy/arc_android_management_checker.cc",
"arc/policy/arc_android_management_checker.h",
"arc/policy/arc_android_management_checker_delegate.h",
@@ -1408,6 +1410,7 @@ source_set("unit_tests") {
"arc/fileapi/arc_content_file_system_url_util_unittest.cc",
"arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
"arc/intent_helper/arc_navigation_throttle_unittest.cc",
+ "arc/optin/arc_terms_of_service_negotiator_unittest.cc",
"arc/policy/arc_policy_bridge_unittest.cc",
"attestation/attestation_ca_client_unittest.cc",
"attestation/attestation_policy_observer_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698