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

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

Issue 2505953002: [ios] Adds test provider implementations. (Closed)
Patch Set: Fix build file. 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/sessions/test_live_tab_context_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 979477b854b8966cfb25be8550723e27ebc40aba..0243745a335abb1174a1d52c4420e8dd4b3b17d0 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -18,6 +18,7 @@ source_set("browser") {
"native_app_launcher/native_app_whitelist_manager.h",
"omaha/omaha_service_provider.h",
"omaha/omaha_service_provider.mm",
+ "sessions/live_tab_context_provider.h",
"signin/chrome_identity.h",
"signin/chrome_identity.mm",
"signin/chrome_identity_browser_opener.h",
@@ -86,6 +87,10 @@ source_set("test_support") {
"distribution/test_app_distribution_provider.mm",
"omaha/test_omaha_service_provider.h",
"omaha/test_omaha_service_provider.mm",
+ "sessions/test_live_tab_context_provider.cc",
+ "sessions/test_live_tab_context_provider.h",
+ "sessions/test_synced_window_delegates_getter.cc",
+ "sessions/test_synced_window_delegates_getter.h",
"signin/fake_chrome_identity.h",
"signin/fake_chrome_identity.mm",
"signin/fake_chrome_identity_interaction_manager.h",
@@ -98,6 +103,10 @@ source_set("test_support") {
"test_chrome_browser_provider.mm",
"test_chrome_provider_initializer.h",
"test_chrome_provider_initializer.mm",
+ "ui/test_infobar_view.h",
+ "ui/test_infobar_view.mm",
+ "ui/test_styled_text_field.h",
+ "ui/test_styled_text_field.mm",
"voice/test_voice_search_provider.h",
"voice/test_voice_search_provider.mm",
]
@@ -106,6 +115,7 @@ source_set("test_support") {
":browser",
"//base",
"//components/signin/ios/browser:test_support",
+ "//components/sync_sessions",
"//testing/gtest",
]
public_deps = [
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/sessions/test_live_tab_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698