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

Unified Diff: components/components_tests.gyp

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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 | « components/BUILD.gn ('k') | components/password_manager.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 38bf5f2f845a2e77bf9ff617e5aaa5005d51b271..6c9533f23bf3bc049167c625942a572be3151e5c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -456,7 +456,7 @@
],
'password_manager_unittest_sources': [
'password_manager/content/browser/content_password_manager_driver_unittest.cc',
- 'password_manager/content/browser/credential_manager_dispatcher_unittest.cc',
+ 'password_manager/content/browser/credential_manager_impl_unittest.cc',
'password_manager/core/browser/affiliated_match_helper_unittest.cc',
'password_manager/core/browser/affiliation_backend_unittest.cc',
'password_manager/core/browser/affiliation_database_unittest.cc',
@@ -1258,7 +1258,6 @@
'components.gyp:page_load_metrics_browser',
'components.gyp:page_load_metrics_renderer',
'components.gyp:password_manager_content_browser',
- 'components.gyp:password_manager_content_common',
'components.gyp:power',
'components.gyp:precache_content',
'components.gyp:safe_browsing_db',
« no previous file with comments | « components/BUILD.gn ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698