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

Unified Diff: ios/chrome/BUILD.gn

Issue 2152593002: Upstream password manager unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GYP Created 4 years, 5 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
« no previous file with comments | « no previous file | ios/chrome/browser/DEPS » ('j') | 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 0d2daa33ffad5abb691ed34715182150d7eb31b4..01a2f17b03e738ba442cdcf1bc530d279013cfff 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -43,7 +43,12 @@ test("ios_chrome_unittests") {
"browser/net/image_fetcher_unittest.mm",
"browser/net/metrics_network_client_unittest.mm",
"browser/net/retryable_url_fetcher_unittest.mm",
+ "browser/passwords/credential_manager_js_unittest.mm",
+ "browser/passwords/credential_manager_unittest.mm",
+ "browser/passwords/password_controller_js_unittest.mm",
+ "browser/passwords/password_controller_off_the_record_unittest.mm",
"browser/passwords/password_controller_unittest.mm",
+ "browser/passwords/password_generation_agent_unittest.mm",
"browser/reading_list/reading_list_entry_unittest.cc",
"browser/reading_list/reading_list_model_unittest.cc",
"browser/signin/chrome_identity_service_observer_bridge_unittest.mm",
@@ -72,6 +77,8 @@ test("ios_chrome_unittests") {
":native_content_controller_test_xib",
"//base",
"//base/test:test_support",
+ "//components/autofill/core/common:common",
+ "//components/autofill/ios/browser:browser",
"//components/bookmarks/test",
"//components/favicon_base",
"//components/metrics",
@@ -95,6 +102,7 @@ test("ios_chrome_unittests") {
"//ios/chrome/test:run_all_unittests",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser:test_support",
+ "//ios/testing:ocmock_support",
"//ios/web",
"//ios/web:test_support",
"//net:test_support",
« no previous file with comments | « no previous file | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698