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

Side by Side Diff: components/components_tests.gyp

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Addressing sclittle's comments. Created 5 years, 3 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
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'copresence/handlers/audio/audio_directive_list_unittest.cc', 205 'copresence/handlers/audio/audio_directive_list_unittest.cc',
206 'copresence/handlers/directive_handler_unittest.cc', 206 'copresence/handlers/directive_handler_unittest.cc',
207 'copresence/handlers/gcm_handler_unittest.cc', 207 'copresence/handlers/gcm_handler_unittest.cc',
208 'copresence/rpc/http_post_unittest.cc', 208 'copresence/rpc/http_post_unittest.cc',
209 'copresence/rpc/rpc_handler_unittest.cc', 209 'copresence/rpc/rpc_handler_unittest.cc',
210 'copresence/timed_map_unittest.cc', 210 'copresence/timed_map_unittest.cc',
211 ], 211 ],
212 'cronet_unittest_sources': [ 212 'cronet_unittest_sources': [
213 'cronet/histogram_manager_unittest.cc', 213 'cronet/histogram_manager_unittest.cc',
214 ], 214 ],
215 'data_use_measurement_unittest_sources': [
216 'data_use_measurement/content/data_use_measurement_unittest.cc',
217 ],
215 'enhanced_bookmarks_unittest_sources': [ 218 'enhanced_bookmarks_unittest_sources': [
216 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', 219 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
217 'enhanced_bookmarks/image_store_ios_unittest.mm', 220 'enhanced_bookmarks/image_store_ios_unittest.mm',
218 'enhanced_bookmarks/image_store_unittest.cc', 221 'enhanced_bookmarks/image_store_unittest.cc',
219 'enhanced_bookmarks/item_position_unittest.cc', 222 'enhanced_bookmarks/item_position_unittest.cc',
220 ], 223 ],
221 'error_page_unittest_sources': [ 224 'error_page_unittest_sources': [
222 'error_page/renderer/net_error_helper_core_unittest.cc', 225 'error_page/renderer/net_error_helper_core_unittest.cc',
223 ], 226 ],
224 'feedback_unittest_sources': [ 227 'feedback_unittest_sources': [
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 '<@(browser_watcher_unittest_sources)', 777 '<@(browser_watcher_unittest_sources)',
775 '<@(bubble_unittest_sources)', 778 '<@(bubble_unittest_sources)',
776 '<@(captive_portal_unittest_sources)', 779 '<@(captive_portal_unittest_sources)',
777 '<@(cloud_devices_unittest_sources)', 780 '<@(cloud_devices_unittest_sources)',
778 '<@(component_updater_unittest_sources)', 781 '<@(component_updater_unittest_sources)',
779 '<@(compression_unittest_sources)', 782 '<@(compression_unittest_sources)',
780 '<@(content_settings_unittest_sources)', 783 '<@(content_settings_unittest_sources)',
781 '<@(crash_unittest_sources)', 784 '<@(crash_unittest_sources)',
782 '<@(crx_file_unittest_sources)', 785 '<@(crx_file_unittest_sources)',
783 '<@(data_reduction_proxy_unittest_sources)', 786 '<@(data_reduction_proxy_unittest_sources)',
787 '<@(data_use_measurement_unittest_sources)',
784 '<@(device_event_log_unittest_sources)', 788 '<@(device_event_log_unittest_sources)',
785 '<@(dom_distiller_unittest_sources)', 789 '<@(dom_distiller_unittest_sources)',
786 '<@(domain_reliability_unittest_sources)', 790 '<@(domain_reliability_unittest_sources)',
787 '<@(enhanced_bookmarks_unittest_sources)', 791 '<@(enhanced_bookmarks_unittest_sources)',
788 '<@(favicon_base_unittest_sources)', 792 '<@(favicon_base_unittest_sources)',
789 '<@(favicon_unittest_sources)', 793 '<@(favicon_unittest_sources)',
790 '<@(gcm_driver_crypto_unittest_sources)', 794 '<@(gcm_driver_crypto_unittest_sources)',
791 '<@(gcm_driver_unittest_sources)', 795 '<@(gcm_driver_unittest_sources)',
792 '<@(google_unittest_sources)', 796 '<@(google_unittest_sources)',
793 '<@(history_unittest_sources)', 797 '<@(history_unittest_sources)',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'components.gyp:cloud_devices_common', 875 'components.gyp:cloud_devices_common',
872 'components.gyp:component_updater', 876 'components.gyp:component_updater',
873 'components.gyp:compression', 877 'components.gyp:compression',
874 'components.gyp:content_settings_core_browser', 878 'components.gyp:content_settings_core_browser',
875 'components.gyp:content_settings_core_common', 879 'components.gyp:content_settings_core_common',
876 'components.gyp:content_settings_core_test_support', 880 'components.gyp:content_settings_core_test_support',
877 'components.gyp:crx_file', 881 'components.gyp:crx_file',
878 'components.gyp:data_reduction_proxy_core_browser', 882 'components.gyp:data_reduction_proxy_core_browser',
879 'components.gyp:data_reduction_proxy_core_common', 883 'components.gyp:data_reduction_proxy_core_common',
880 'components.gyp:data_reduction_proxy_test_support', 884 'components.gyp:data_reduction_proxy_test_support',
885 'components.gyp:data_use_measurement_core',
881 'components.gyp:device_event_log_component', 886 'components.gyp:device_event_log_component',
882 'components.gyp:dom_distiller_core', 887 'components.gyp:dom_distiller_core',
883 'components.gyp:dom_distiller_protos', 888 'components.gyp:dom_distiller_protos',
884 'components.gyp:dom_distiller_test_support', 889 'components.gyp:dom_distiller_test_support',
885 'components.gyp:domain_reliability', 890 'components.gyp:domain_reliability',
886 'components.gyp:enhanced_bookmarks', 891 'components.gyp:enhanced_bookmarks',
887 'components.gyp:enhanced_bookmarks_test_support', 892 'components.gyp:enhanced_bookmarks_test_support',
888 'components.gyp:favicon_base', 893 'components.gyp:favicon_base',
889 'components.gyp:favicon_core', 894 'components.gyp:favicon_core',
890 'components.gyp:gcm_driver', 895 'components.gyp:gcm_driver',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 ], 1027 ],
1023 'dependencies': [ 1028 'dependencies': [
1024 '../content/content_shell_and_tests.gyp:test_support_content', 1029 '../content/content_shell_and_tests.gyp:test_support_content',
1025 '../skia/skia.gyp:skia', 1030 '../skia/skia.gyp:skia',
1026 'components.gyp:autofill_content_browser', 1031 'components.gyp:autofill_content_browser',
1027 'components.gyp:autofill_content_renderer', 1032 'components.gyp:autofill_content_renderer',
1028 'components.gyp:autofill_content_test_support', 1033 'components.gyp:autofill_content_test_support',
1029 'components.gyp:certificate_transparency', 1034 'components.gyp:certificate_transparency',
1030 'components.gyp:crash_test_support', 1035 'components.gyp:crash_test_support',
1031 'components.gyp:data_reduction_proxy_content_browser', 1036 'components.gyp:data_reduction_proxy_content_browser',
1037 'components.gyp:data_use_measurement_content',
1032 'components.gyp:devtools_http_handler', 1038 'components.gyp:devtools_http_handler',
1033 'components.gyp:dom_distiller_content_browser', 1039 'components.gyp:dom_distiller_content_browser',
1034 'components.gyp:error_page_renderer', 1040 'components.gyp:error_page_renderer',
1035 'components.gyp:favicon_content', 1041 'components.gyp:favicon_content',
1036 'components.gyp:guest_view_browser', 1042 'components.gyp:guest_view_browser',
1037 'components.gyp:guest_view_common', 1043 'components.gyp:guest_view_common',
1038 'components.gyp:guest_view_test_support', 1044 'components.gyp:guest_view_test_support',
1039 'components.gyp:history_content_browser', 1045 'components.gyp:history_content_browser',
1040 'components.gyp:keyed_service_content', 1046 'components.gyp:keyed_service_content',
1041 'components.gyp:navigation_interception', 1047 'components.gyp:navigation_interception',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 'invalidation/impl/android/junit/', 1656 'invalidation/impl/android/junit/',
1651 'policy/android/junit/' 1657 'policy/android/junit/'
1652 ], 1658 ],
1653 }, 1659 },
1654 'includes': [ '../build/host_jar.gypi' ], 1660 'includes': [ '../build/host_jar.gypi' ],
1655 }, 1661 },
1656 ], 1662 ],
1657 }], 1663 }],
1658 ], 1664 ],
1659 } 1665 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698