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

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

Issue 2646823002: D2MIOS: Add plumbing to query verified number and send SMS from growth server. (Closed)
Patch Set: Add unit tests Created 3 years, 11 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 9cba78daebd7cdea39ebe23b3d21e2a56bc6a3c7..21ee8acb0460664f0d0a1931c81018c7525ddf61 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -717,6 +717,10 @@ split_static_library("ui") {
"desktop_ios_promotion/desktop_ios_promotion_controller.h",
"desktop_ios_promotion/desktop_ios_promotion_util.cc",
"desktop_ios_promotion/desktop_ios_promotion_util.h",
+ "desktop_ios_promotion/sms_service.cc",
+ "desktop_ios_promotion/sms_service.h",
+ "desktop_ios_promotion/sms_service_factory.cc",
+ "desktop_ios_promotion/sms_service_factory.h",
"exclusive_access/exclusive_access_bubble.cc",
"exclusive_access/exclusive_access_bubble.h",
"exclusive_access/exclusive_access_bubble_type.cc",

Powered by Google App Engine
This is Rietveld 408576698