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

Unified Diff: ios/chrome/BUILD.gn

Issue 2550183003: [ios] Adds unittests that were inadvertently not compiled or run. (Closed)
Patch Set: Rebased. Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 05ccaa8c36995fd9a76cacb9b9389ccb1bbd0f04..66eff91b1d89b15185ddffb66b453bca42f5aa02 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -31,6 +31,7 @@ test("ios_chrome_unittests") {
"//ios/chrome/browser/net:unit_tests",
"//ios/chrome/browser/passwords:unit_tests",
"//ios/chrome/browser/reading_list:unit_tests",
+ "//ios/chrome/browser/signin:unit_tests",
"//ios/chrome/browser/snapshots:unit_tests",
"//ios/chrome/browser/ssl:unit_tests",
"//ios/chrome/browser/suggestions:unit_tests",
@@ -51,6 +52,7 @@ test("ios_chrome_unittests") {
"//ios/chrome/common:unit_tests",
"//ios/chrome/test:unit_tests",
"//ios/chrome/test/base:unit_tests",
+ "//ios/web/public/image_fetcher:unit_tests",
]
assert_no_deps = ios_assert_no_deps
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698