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

Unified Diff: components/components_tests.gyp

Issue 184103016: Autofill: Refactoring to support fetching password after a username is selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get unit tests compiling. Created 6 years, 9 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 90d81beefcc6a8c50da383f6691cbe96b6d42493..3fd1b4fc03ddd6ccc930d0038166e8011e7b6a29 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -42,7 +42,6 @@
'autofill/core/browser/form_field_unittest.cc',
'autofill/core/browser/form_structure_unittest.cc',
'autofill/core/browser/name_field_unittest.cc',
- 'autofill/core/browser/password_autofill_manager_unittest.cc',
'autofill/core/browser/password_generator_unittest.cc',
'autofill/core/browser/personal_data_manager_unittest.cc',
'autofill/core/browser/phone_field_unittest.cc',
@@ -74,6 +73,7 @@
'metrics/metrics_hashes_unittest.cc',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'password_manager/core/browser/login_database_unittest.cc',
+ 'password_manager/core/browser/password_autofill_manager_unittest.cc',
'password_manager/core/browser/password_form_manager_unittest.cc',
'password_manager/core/browser/password_generation_manager_unittest.cc',
'password_manager/core/browser/password_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698