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

Side by Side 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: Shut down in PostDestroyThreads. 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 unified diff | Download patch
« no previous file with comments | « components/components.gyp ('k') | components/device_event_log.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'data_reduction_proxy/core/browser/data_reduction_proxy_network_dele gate_unittest.cc', 129 'data_reduction_proxy/core/browser/data_reduction_proxy_network_dele gate_unittest.cc',
130 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unitte st.cc', 130 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unitte st.cc',
131 'data_reduction_proxy/core/browser/data_reduction_proxy_request_opti ons_unittest.cc', 131 'data_reduction_proxy/core/browser/data_reduction_proxy_request_opti ons_unittest.cc',
132 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_uni ttest.cc', 132 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_uni ttest.cc',
133 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_p refs_unittest.cc', 133 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_p refs_unittest.cc',
134 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detec tion_unittest.cc', 134 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detec tion_unittest.cc',
135 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_ unittest.cc', 135 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_ unittest.cc',
136 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_u nittest.cc', 136 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_u nittest.cc',
137 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unitt est.cc', 137 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unitt est.cc',
138 'data_reduction_proxy/core/common/data_reduction_proxy_params_unitte st.cc', 138 'data_reduction_proxy/core/common/data_reduction_proxy_params_unitte st.cc',
139 'device_event_log/device_event_log_impl_unittest.cc',
139 'dom_distiller/core/article_entry_unittest.cc', 140 'dom_distiller/core/article_entry_unittest.cc',
140 'dom_distiller/core/distilled_content_store_unittest.cc', 141 'dom_distiller/core/distilled_content_store_unittest.cc',
141 'dom_distiller/core/distilled_page_prefs_unittests.cc', 142 'dom_distiller/core/distilled_page_prefs_unittests.cc',
142 'dom_distiller/core/distiller_unittest.cc', 143 'dom_distiller/core/distiller_unittest.cc',
143 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 144 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
144 'dom_distiller/core/dom_distiller_model_unittest.cc', 145 'dom_distiller/core/dom_distiller_model_unittest.cc',
145 'dom_distiller/core/dom_distiller_service_unittest.cc', 146 'dom_distiller/core/dom_distiller_service_unittest.cc',
146 'dom_distiller/core/dom_distiller_store_unittest.cc', 147 'dom_distiller/core/dom_distiller_store_unittest.cc',
147 'dom_distiller/core/task_tracker_unittest.cc', 148 'dom_distiller/core/task_tracker_unittest.cc',
148 'dom_distiller/core/url_utils_unittest.cc', 149 'dom_distiller/core/url_utils_unittest.cc',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'components.gyp:captive_portal_test_support', 384 'components.gyp:captive_portal_test_support',
384 'components.gyp:cloud_devices_common', 385 'components.gyp:cloud_devices_common',
385 'components.gyp:content_settings_core_browser', 386 'components.gyp:content_settings_core_browser',
386 'components.gyp:content_settings_core_common', 387 'components.gyp:content_settings_core_common',
387 'components.gyp:content_settings_core_test_support', 388 'components.gyp:content_settings_core_test_support',
388 'components.gyp:crash_test_support', 389 'components.gyp:crash_test_support',
389 'components.gyp:crx_file', 390 'components.gyp:crx_file',
390 'components.gyp:data_reduction_proxy_core_browser', 391 'components.gyp:data_reduction_proxy_core_browser',
391 'components.gyp:data_reduction_proxy_core_common', 392 'components.gyp:data_reduction_proxy_core_common',
392 'components.gyp:data_reduction_proxy_test_support', 393 'components.gyp:data_reduction_proxy_test_support',
394 'components.gyp:device_event_log_component',
393 'components.gyp:distilled_page_proto', 395 'components.gyp:distilled_page_proto',
394 'components.gyp:dom_distiller_core', 396 'components.gyp:dom_distiller_core',
395 'components.gyp:dom_distiller_test_support', 397 'components.gyp:dom_distiller_test_support',
396 'components.gyp:domain_reliability', 398 'components.gyp:domain_reliability',
397 'components.gyp:enhanced_bookmarks', 399 'components.gyp:enhanced_bookmarks',
398 'components.gyp:enhanced_bookmarks_test_support', 400 'components.gyp:enhanced_bookmarks_test_support',
399 'components.gyp:favicon_base', 401 'components.gyp:favicon_base',
400 'components.gyp:feedback_component', 402 'components.gyp:feedback_component',
401 'components.gyp:gcm_driver', 403 'components.gyp:gcm_driver',
402 'components.gyp:gcm_driver_test_support', 404 'components.gyp:gcm_driver_test_support',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../build/isolate.gypi', 1064 '../build/isolate.gypi',
1063 ], 1065 ],
1064 'sources': [ 1066 'sources': [
1065 'components_unittests.isolate', 1067 'components_unittests.isolate',
1066 ], 1068 ],
1067 }, 1069 },
1068 ], 1070 ],
1069 }], 1071 }],
1070 ], 1072 ],
1071 } 1073 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/device_event_log.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698