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

Unified Diff: components/components_tests.gyp

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device_event_log::Initialize call to BrowserProcessImpl. Created 5 years, 10 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 8b7e06fd68b0b7fffc4dc69b8ddb425b6b892de3..93204cf3cd7f6fe036db216327b733497ca20f42 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -135,6 +135,7 @@
'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc',
+ 'device_event_log/device_event_log_impl_unittest.cc',
'dom_distiller/core/article_entry_unittest.cc',
'dom_distiller/core/distilled_content_store_unittest.cc',
'dom_distiller/core/distilled_page_prefs_unittests.cc',
@@ -388,6 +389,7 @@
'components.gyp:data_reduction_proxy_core_browser',
'components.gyp:data_reduction_proxy_core_common',
'components.gyp:data_reduction_proxy_test_support',
+ 'components.gyp:device_event_log_component',
'components.gyp:distilled_page_proto',
'components.gyp:dom_distiller_core',
'components.gyp:dom_distiller_test_support',

Powered by Google App Engine
This is Rietveld 408576698