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

Unified Diff: chrome/chrome_tests_unit.gypi

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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 8c2728da3b2ea903bffa83b8956d97a76f1898b7..374422857cad32ae8282c30c5fb46d174215f3a9 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -523,6 +523,8 @@
'../components/autofill/content/renderer/test_password_autofill_agent.h',
'../components/autofill/content/renderer/test_password_generation_agent.cc',
'../components/autofill/content/renderer/test_password_generation_agent.h',
+ '../components/password_manager/content/renderer/test_credential_manager_client.cc',
+ '../components/password_manager/content/renderer/test_credential_manager_client.h',
Ilya Sherman 2014/08/21 00:11:21 Hmm, why are these needed? It looks like all of t
Mike West 2014/08/21 10:20:46 These were added to support the TestCredentialMana
# TODO(tfarina): Move these entries over to extensions_unittests target.
# http://crbug.com/348066. They are duplicated here because we haven't
# extensions_unittests running in the bots yet. Until that happens,

Powered by Google App Engine
This is Rietveld 408576698