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

Unified Diff: components/components_tests.gyp

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component Created 4 years, 6 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
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index b6580c4829c8ed26a9e239852e4de2895f40c33f..b546ea0a37a4110f4e729749813559999fd3fe9b 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',
@@ -986,6 +989,7 @@
'<@(auto_login_parser_unittest_sources)',
'<@(autofill_unittest_sources)',
+ '<@(base32_unittest_sources)',
'<@(bookmarks_unittest_sources)',
'<@(browser_sync_unittest_sources)',
'<@(browser_watcher_unittest_sources)',
@@ -1095,6 +1099,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',
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698