Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index aab9aeb426f8ef25e231402b96ee5fc018afd983..d8991abe8dfe3855bcbab8ae7ca65f3dbd1bb9ba 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -66,6 +66,9 @@ |
'autofill/core/common/password_form_fill_data_unittest.cc', |
'autofill/core/common/save_password_progress_logger_unittest.cc', |
], |
+ 'base32_unittest_sources': [ |
+ 'base32/base32_unittest.cc', |
+ ], |
'bookmarks_unittest_sources': [ |
'bookmarks/browser/bookmark_codec_unittest.cc', |
'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', |
@@ -983,6 +986,7 @@ |
'<@(auto_login_parser_unittest_sources)', |
'<@(autofill_unittest_sources)', |
+ '<@(base32_unittest_sources)', |
'<@(bookmarks_unittest_sources)', |
'<@(browser_sync_unittest_sources)', |
'<@(browser_watcher_unittest_sources)', |
@@ -1092,6 +1096,7 @@ |
'components.gyp:autofill_core_browser', |
'components.gyp:autofill_core_common', |
'components.gyp:autofill_core_test_support', |
+ 'components.gyp:base32', |
'components.gyp:bookmarks_browser', |
'components.gyp:bookmarks_managed', |
'components.gyp:bookmarks_test_support', |