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

Side by Side Diff: components/components_tests.gyp

Issue 1075503002: Move histogram_manager from components/metrics to components/cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Raman's comments Created 5 years, 8 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 | « no previous file | components/cronet/DEPS » ('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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'copresence_unittest_sources': [ 168 'copresence_unittest_sources': [
169 'copresence/copresence_state_unittest.cc', 169 'copresence/copresence_state_unittest.cc',
170 'copresence/handlers/audio/audio_directive_handler_unittest.cc', 170 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
171 'copresence/handlers/audio/audio_directive_list_unittest.cc', 171 'copresence/handlers/audio/audio_directive_list_unittest.cc',
172 'copresence/handlers/directive_handler_unittest.cc', 172 'copresence/handlers/directive_handler_unittest.cc',
173 'copresence/handlers/gcm_handler_unittest.cc', 173 'copresence/handlers/gcm_handler_unittest.cc',
174 'copresence/rpc/http_post_unittest.cc', 174 'copresence/rpc/http_post_unittest.cc',
175 'copresence/rpc/rpc_handler_unittest.cc', 175 'copresence/rpc/rpc_handler_unittest.cc',
176 'copresence/timed_map_unittest.cc', 176 'copresence/timed_map_unittest.cc',
177 ], 177 ],
178 'cronet_unittest_sources': [
179 'cronet/histogram_manager_unittest.cc',
180 ],
178 'enhanced_bookmarks_unittest_sources': [ 181 'enhanced_bookmarks_unittest_sources': [
179 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', 182 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
180 'enhanced_bookmarks/image_store_ios_unittest.mm', 183 'enhanced_bookmarks/image_store_ios_unittest.mm',
181 'enhanced_bookmarks/image_store_unittest.cc', 184 'enhanced_bookmarks/image_store_unittest.cc',
182 'enhanced_bookmarks/item_position_unittest.cc', 185 'enhanced_bookmarks/item_position_unittest.cc',
183 ], 186 ],
184 'error_page_unittest_sources': [ 187 'error_page_unittest_sources': [
185 'error_page/renderer/net_error_helper_core_unittest.cc', 188 'error_page/renderer/net_error_helper_core_unittest.cc',
186 ], 189 ],
187 'feedback_unittest_sources': [ 190 'feedback_unittest_sources': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ], 251 ],
249 'login_unittest_sources': [ 252 'login_unittest_sources': [
250 'login/screens/screen_context_unittest.cc', 253 'login/screens/screen_context_unittest.cc',
251 ], 254 ],
252 'metrics_unittest_sources': [ 255 'metrics_unittest_sources': [
253 'metrics/call_stack_profile_metrics_provider_unittest.cc', 256 'metrics/call_stack_profile_metrics_provider_unittest.cc',
254 'metrics/compression_utils_unittest.cc', 257 'metrics/compression_utils_unittest.cc',
255 'metrics/daily_event_unittest.cc', 258 'metrics/daily_event_unittest.cc',
256 'metrics/gpu/gpu_metrics_provider_unittest.cc', 259 'metrics/gpu/gpu_metrics_provider_unittest.cc',
257 'metrics/histogram_encoder_unittest.cc', 260 'metrics/histogram_encoder_unittest.cc',
258 'metrics/histogram_manager_unittest.cc',
259 'metrics/machine_id_provider_win_unittest.cc', 261 'metrics/machine_id_provider_win_unittest.cc',
260 'metrics/metrics_hashes_unittest.cc', 262 'metrics/metrics_hashes_unittest.cc',
261 'metrics/metrics_log_manager_unittest.cc', 263 'metrics/metrics_log_manager_unittest.cc',
262 'metrics/metrics_log_unittest.cc', 264 'metrics/metrics_log_unittest.cc',
263 'metrics/metrics_reporting_scheduler_unittest.cc', 265 'metrics/metrics_reporting_scheduler_unittest.cc',
264 'metrics/metrics_service_unittest.cc', 266 'metrics/metrics_service_unittest.cc',
265 'metrics/metrics_state_manager_unittest.cc', 267 'metrics/metrics_state_manager_unittest.cc',
266 'metrics/net/net_metrics_log_uploader_unittest.cc', 268 'metrics/net/net_metrics_log_uploader_unittest.cc',
267 'metrics/persisted_logs_unittest.cc', 269 'metrics/persisted_logs_unittest.cc',
268 'metrics/profiler/profiler_metrics_provider_unittest.cc', 270 'metrics/profiler/profiler_metrics_provider_unittest.cc',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 874 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
873 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', 875 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk',
874 ], 876 ],
875 }, 877 },
876 'sources!': [ 878 'sources!': [
877 'password_manager/core/browser/password_store_default_unittest.c c', 879 'password_manager/core/browser/password_store_default_unittest.c c',
878 ], 880 ],
879 }], 881 }],
880 ['OS == "android"', { 882 ['OS == "android"', {
881 'sources': [ 883 'sources': [
884 '<@(cronet_unittest_sources)',
882 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _blocking_page_unittest.cc', 885 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _blocking_page_unittest.cc',
883 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _resource_throttle_unittest.cc', 886 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _resource_throttle_unittest.cc',
884 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _ui_manager_unittest.cc', 887 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _ui_manager_unittest.cc',
885 'invalidation/invalidation_logger_unittest.cc', 888 'invalidation/invalidation_logger_unittest.cc',
886 'invalidation/invalidation_service_android_unittest.cc', 889 'invalidation/invalidation_service_android_unittest.cc',
887 ], 890 ],
888 'sources!': [ 891 'sources!': [
889 'gcm_driver/gcm_account_mapper_unittest.cc', 892 'gcm_driver/gcm_account_mapper_unittest.cc',
890 'gcm_driver/gcm_channel_status_request_unittest.cc', 893 'gcm_driver/gcm_channel_status_request_unittest.cc',
891 'gcm_driver/gcm_client_impl_unittest.cc', 894 'gcm_driver/gcm_client_impl_unittest.cc',
892 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 895 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
893 'gcm_driver/gcm_driver_desktop_unittest.cc', 896 'gcm_driver/gcm_driver_desktop_unittest.cc',
894 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 897 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
895 'sessions/session_backend_unittest.cc', 898 'sessions/session_backend_unittest.cc',
896 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 899 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
897 'storage_monitor/media_storage_util_unittest.cc', 900 'storage_monitor/media_storage_util_unittest.cc',
898 'storage_monitor/storage_info_unittest.cc', 901 'storage_monitor/storage_info_unittest.cc',
899 'storage_monitor/storage_monitor_unittest.cc', 902 'storage_monitor/storage_monitor_unittest.cc',
900 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 903 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
901 ], 904 ],
902 'dependencies': [ 905 'dependencies': [
906 'components.gyp:cronet_static',
903 'components.gyp:data_reduction_proxy_content', 907 'components.gyp:data_reduction_proxy_content',
904 '../testing/android/native_test.gyp:native_test_native_code', 908 '../testing/android/native_test.gyp:native_test_native_code',
905 ], 909 ],
906 'dependencies!': [ 910 'dependencies!': [
907 'components.gyp:storage_monitor', 911 'components.gyp:storage_monitor',
908 'components.gyp:storage_monitor_test_support', 912 'components.gyp:storage_monitor_test_support',
909 'components.gyp:web_modal', 913 'components.gyp:web_modal',
910 'components.gyp:web_modal_test_support', 914 'components.gyp:web_modal_test_support',
911 ], 915 ],
912 }], 916 }],
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 'dependencies': [ 1253 'dependencies': [
1250 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1254 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1251 ], 1255 ],
1252 }], 1256 }],
1253 ], 1257 ],
1254 }, 1258 },
1255 ], 1259 ],
1256 }], 1260 }],
1257 ], 1261 ],
1258 } 1262 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698