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

Unified Diff: ios/public/provider/chrome/browser/BUILD.gn

Issue 2482173002: [ios] Adds OmahaServiceProvider. (Closed)
Patch Set: XML 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
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn b/ios/public/provider/chrome/browser/BUILD.gn
index 1bf1fa7d72401d3316528b94e61dd794af41c136..b3b2315f9150d5e3fb9ffff7192091254bbbddf9 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -13,6 +13,8 @@ source_set("browser") {
"distribution/app_distribution_provider.mm",
"geolocation_updater_provider.h",
"geolocation_updater_provider.mm",
+ "omaha/omaha_service_provider.h",
+ "omaha/omaha_service_provider.mm",
"signin/chrome_identity.h",
"signin/chrome_identity.mm",
"signin/chrome_identity_browser_opener.h",
@@ -61,6 +63,7 @@ source_set("browser") {
"//components/sync_sessions",
"//ios/public/provider/web",
"//ios/web",
+ "//url",
]
libs = [
@@ -80,6 +83,8 @@ source_set("test_support") {
sources = [
"distribution/test_app_distribution_provider.h",
"distribution/test_app_distribution_provider.mm",
+ "omaha/test_omaha_service_provider.h",
+ "omaha/test_omaha_service_provider.mm",
"signin/fake_chrome_identity.h",
"signin/fake_chrome_identity.mm",
"signin/fake_chrome_identity_interaction_manager.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698