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

Unified Diff: ios/chrome/browser/ui/history/BUILD.gn

Issue 2790483002: Fixes History page keeps on loading when signed in with Passphrase (Closed)
Patch Set: a Created 3 years, 9 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: ios/chrome/browser/ui/history/BUILD.gn
diff --git a/ios/chrome/browser/ui/history/BUILD.gn b/ios/chrome/browser/ui/history/BUILD.gn
index 74da394d966f76a33b7a663e3782495d0c12f622..373847d6819a31a84513818fb3efa0725a57a290 100644
--- a/ios/chrome/browser/ui/history/BUILD.gn
+++ b/ios/chrome/browser/ui/history/BUILD.gn
@@ -166,6 +166,8 @@ source_set("unit_tests_arc") {
"//ios/chrome/browser/history",
"//ios/chrome/browser/signin",
"//ios/chrome/browser/signin:test_support",
+ "//ios/chrome/browser/sync:sync",
+ "//ios/chrome/browser/sync:test_support",
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/util",
@@ -174,6 +176,7 @@ source_set("unit_tests_arc") {
"//ios/web",
"//ios/web:test_support",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698