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

Unified Diff: components/signin/ios/browser/BUILD.gn

Issue 1467803003: Get 'gn_all' building on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios arm build, non-ios build Created 5 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
« no previous file with comments | « components/sessions/BUILD.gn ('k') | components/syncable_prefs/pref_service_syncable_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/BUILD.gn
diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn
index 9ab40ff25270a01eb54d241575a413ba4e886dbb..6c4e5e15b0f8dc358d00c3c9150f1cb9e975be81 100644
--- a/components/signin/ios/browser/BUILD.gn
+++ b/components/signin/ios/browser/BUILD.gn
@@ -17,8 +17,17 @@ source_set("browser") {
]
deps = [
+ "//base",
+ "//base:prefs",
+ "//components/content_settings/core/browser",
+ "//components/google/core/browser",
+ "//components/keyed_service/core",
+ "//components/pref_registry",
"//components/signin/core/browser",
+ "//components/signin/core/common",
+ "//google_apis",
"//ios/web",
+ "//net",
]
}
@@ -47,7 +56,14 @@ source_set("unit_tests") {
deps = [
":test_support",
+ "//base:prefs",
+ "//base:prefs_test_support",
+ "//components/pref_registry:test_support",
+ "//components/signin/core/browser",
+ "//components/signin/core/browser:test_support",
+ "//components/signin/core/common",
"//ios/web",
+ "//ios/web:test_support",
"//third_party/ocmock",
]
}
« no previous file with comments | « components/sessions/BUILD.gn ('k') | components/syncable_prefs/pref_service_syncable_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698