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

Unified Diff: components/components_tests.gyp

Issue 464883002: Credential Manager: Renderer-side implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback. Created 6 years, 4 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 b0ad4bf9bfddc148e3140cb2d15fde0f65363a89..16719aaf520de9aac512718b5f0662916e23d459 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -405,6 +405,7 @@
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
+ 'password_manager/content/renderer/credential_manager_client_unittest.cc',
'power/origin_power_map_unittest.cc',
'usb_service/usb_context_unittest.cc',
'usb_service/usb_device_filter_unittest.cc',
@@ -429,6 +430,10 @@
# Dependencies of precache/content
'components.gyp:precache_content',
+ # Dependencies of password_manager
+ 'components.gyp:password_manager_content_renderer',
+ 'components.gyp:password_manager_content_renderer_test_support',
+
# Dependencies of power
'components.gyp:power',

Powered by Google App Engine
This is Rietveld 408576698