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

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

Issue 2534883002: Extract ArcTermsOfServiceNegotiator implementation. (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 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 59a6c0addf527361c9995baa319cade084ea8483..11df1535689ceaa0c9e70ca047d055a11bcd3b7a 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -249,6 +249,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",
@@ -1397,6 +1399,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