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

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: 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 154b5cffc79bdfb6d546ce476816fb468f55462a..ccd6ae60f8bc4db1625f643790c16cf7d0907077 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -719,6 +719,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