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

Unified Diff: components/components_tests.gyp

Issue 615483002: Credential Manager: Extract browser-side IPC to a stand-alone dispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 6 years, 3 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a38e306231b740518a7a1e4645c35342400dcf9b..7dac5ce7012c0411d0c713aab8646c65cc3a1ca8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -456,6 +456,7 @@
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
'metrics/gpu/gpu_metrics_provider_unittest.cc',
+ 'password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc',
'power/origin_power_map_unittest.cc',
],
'dependencies': [
@@ -475,6 +476,10 @@
# Dependencies of keyed_service
'components.gyp:keyed_service_content',
+ # Dependencies of password_manager
+ 'components.gyp:password_manager_content_browser',
+ 'components.gyp:password_manager_content_common',
+
# Dependencies of precache/content
'components.gyp:precache_content',
« no previous file with comments | « chrome/browser/password_manager/chrome_password_manager_client_unittest.cc ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698