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

Unified Diff: components/components_tests.gyp

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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') | components/shared_memory_seqlock.gypi » ('j') | 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 51783292f8a61de97bd466fc55137914c7b1c46c..4ad34b72cff0d9ce8fbb8399511c407438351251 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -493,6 +493,9 @@
'sessions/session_backend_unittest.cc',
'sessions/session_types_unittest.cc',
],
+ 'shared_memory_seqlock_unittest_sources': [
+ 'shared_memory_seqlock/one_writer_seqlock_unittest.cc',
+ ],
'signin_unittest_sources': [
'signin/core/browser/account_tracker_service_unittest.cc',
'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
@@ -694,6 +697,7 @@
'<@(search_unittest_sources)',
'<@(search_provider_logos_unittest_sources)',
'<@(sessions_unittest_sources)',
+ '<@(shared_memory_seqlock_unittest_sources)',
'<@(signin_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
« no previous file with comments | « components/components.gyp ('k') | components/shared_memory_seqlock.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698