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, |