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

Unified Diff: components/components_tests.gypi

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Autofill populator components refactor Created 7 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.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index 0b126e4e2f88ab2cfd38c0f3f0493496a72f6d49..b718fe8131081cd38cc0647be3bf778abf7fbf13 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -11,6 +11,9 @@
'type': '<(gtest_target_type)',
'sources': [
'auto_login_parser/auto_login_parser_unittest.cc',
+ 'autofill/browser/android/test_auxiliary_profile_loader_android.cc',
Yaron 2013/03/16 00:15:30 Instead of re-listing files from the binary, just
+ 'autofill/browser/android/test_auxiliary_profile_loader_android.h',
+ 'browser/android/auxiliary_profile_unittest_android.cc',
Yaron 2013/03/16 00:15:30 missing "autofill/" prefix. Is this test being bui
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'test/run_all_unittests.cc',
'visitedlink/test/visitedlink_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698