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

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

Issue 2529763002: Create FakeProviders for NativeAppMetadata and NativeAppManager (Closed)
Patch Set: Feedback 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
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 a0b4224f79e40a08c779e7673f9650b49555258c..6009773c4228ed102294b6b667853c476e063541 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -126,9 +126,11 @@ source_set("test_support") {
"//components/signin/ios/browser:test_support",
"//components/sync_sessions",
"//ios/chrome/app/theme",
+ "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
"//testing/gtest",
]
public_deps = [
+ "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
sdefresne 2016/11/29 18:19:33 Can you add a TODO that this public_deps need to b
sczs1 2016/11/29 20:11:24 Yes you did, the rebase now includes your comment.
"//testing/gmock",
]
}

Powered by Google App Engine
This is Rietveld 408576698