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

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: Rebased. 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'copresence/handlers/audio/audio_directive_list_unittest.cc', 202 'copresence/handlers/audio/audio_directive_list_unittest.cc',
203 'copresence/handlers/directive_handler_unittest.cc', 203 'copresence/handlers/directive_handler_unittest.cc',
204 'copresence/handlers/gcm_handler_unittest.cc', 204 'copresence/handlers/gcm_handler_unittest.cc',
205 'copresence/rpc/http_post_unittest.cc', 205 'copresence/rpc/http_post_unittest.cc',
206 'copresence/rpc/rpc_handler_unittest.cc', 206 'copresence/rpc/rpc_handler_unittest.cc',
207 'copresence/timed_map_unittest.cc', 207 'copresence/timed_map_unittest.cc',
208 ], 208 ],
209 'cronet_unittest_sources': [ 209 'cronet_unittest_sources': [
210 'cronet/histogram_manager_unittest.cc', 210 'cronet/histogram_manager_unittest.cc',
211 ], 211 ],
212 'data_use_measurement_unittest_sources': [
213 'data_use_measurement/content/data_use_measurement_unittest.cc',
214 ],
212 'enhanced_bookmarks_unittest_sources': [ 215 'enhanced_bookmarks_unittest_sources': [
213 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', 216 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
214 'enhanced_bookmarks/image_store_ios_unittest.mm', 217 'enhanced_bookmarks/image_store_ios_unittest.mm',
215 'enhanced_bookmarks/image_store_unittest.cc', 218 'enhanced_bookmarks/image_store_unittest.cc',
216 'enhanced_bookmarks/item_position_unittest.cc', 219 'enhanced_bookmarks/item_position_unittest.cc',
217 ], 220 ],
218 'error_page_unittest_sources': [ 221 'error_page_unittest_sources': [
219 'error_page/renderer/net_error_helper_core_unittest.cc', 222 'error_page/renderer/net_error_helper_core_unittest.cc',
220 ], 223 ],
221 'feedback_unittest_sources': [ 224 'feedback_unittest_sources': [
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 '<@(browser_watcher_unittest_sources)', 769 '<@(browser_watcher_unittest_sources)',
767 '<@(bubble_unittest_sources)', 770 '<@(bubble_unittest_sources)',
768 '<@(captive_portal_unittest_sources)', 771 '<@(captive_portal_unittest_sources)',
769 '<@(cloud_devices_unittest_sources)', 772 '<@(cloud_devices_unittest_sources)',
770 '<@(component_updater_unittest_sources)', 773 '<@(component_updater_unittest_sources)',
771 '<@(compression_unittest_sources)', 774 '<@(compression_unittest_sources)',
772 '<@(content_settings_unittest_sources)', 775 '<@(content_settings_unittest_sources)',
773 '<@(crash_unittest_sources)', 776 '<@(crash_unittest_sources)',
774 '<@(crx_file_unittest_sources)', 777 '<@(crx_file_unittest_sources)',
775 '<@(data_reduction_proxy_unittest_sources)', 778 '<@(data_reduction_proxy_unittest_sources)',
779 '<@(data_use_measurement_unittest_sources)',
776 '<@(device_event_log_unittest_sources)', 780 '<@(device_event_log_unittest_sources)',
777 '<@(dom_distiller_unittest_sources)', 781 '<@(dom_distiller_unittest_sources)',
778 '<@(domain_reliability_unittest_sources)', 782 '<@(domain_reliability_unittest_sources)',
779 '<@(enhanced_bookmarks_unittest_sources)', 783 '<@(enhanced_bookmarks_unittest_sources)',
780 '<@(favicon_base_unittest_sources)', 784 '<@(favicon_base_unittest_sources)',
781 '<@(favicon_unittest_sources)', 785 '<@(favicon_unittest_sources)',
782 '<@(gcm_driver_crypto_unittest_sources)', 786 '<@(gcm_driver_crypto_unittest_sources)',
783 '<@(gcm_driver_unittest_sources)', 787 '<@(gcm_driver_unittest_sources)',
784 '<@(google_unittest_sources)', 788 '<@(google_unittest_sources)',
785 '<@(history_unittest_sources)', 789 '<@(history_unittest_sources)',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 'components.gyp:cloud_devices_common', 869 'components.gyp:cloud_devices_common',
866 'components.gyp:component_updater', 870 'components.gyp:component_updater',
867 'components.gyp:compression', 871 'components.gyp:compression',
868 'components.gyp:content_settings_core_browser', 872 'components.gyp:content_settings_core_browser',
869 'components.gyp:content_settings_core_common', 873 'components.gyp:content_settings_core_common',
870 'components.gyp:content_settings_core_test_support', 874 'components.gyp:content_settings_core_test_support',
871 'components.gyp:crx_file', 875 'components.gyp:crx_file',
872 'components.gyp:data_reduction_proxy_core_browser', 876 'components.gyp:data_reduction_proxy_core_browser',
873 'components.gyp:data_reduction_proxy_core_common', 877 'components.gyp:data_reduction_proxy_core_common',
874 'components.gyp:data_reduction_proxy_test_support', 878 'components.gyp:data_reduction_proxy_test_support',
879 'components.gyp:data_use_measurement_content',
blundell 2015/09/02 09:29:32 This should be in a !iOS section.
amohammadkhan 2015/09/02 17:37:07 Done.
880 'components.gyp:data_use_measurement_core',
875 'components.gyp:device_event_log_component', 881 'components.gyp:device_event_log_component',
876 'components.gyp:dom_distiller_core', 882 'components.gyp:dom_distiller_core',
877 'components.gyp:dom_distiller_protos', 883 'components.gyp:dom_distiller_protos',
878 'components.gyp:dom_distiller_test_support', 884 'components.gyp:dom_distiller_test_support',
879 'components.gyp:domain_reliability', 885 'components.gyp:domain_reliability',
880 'components.gyp:enhanced_bookmarks', 886 'components.gyp:enhanced_bookmarks',
881 'components.gyp:enhanced_bookmarks_test_support', 887 'components.gyp:enhanced_bookmarks_test_support',
882 'components.gyp:favicon_base', 888 'components.gyp:favicon_base',
883 'components.gyp:favicon_core', 889 'components.gyp:favicon_core',
884 'components.gyp:gcm_driver', 890 'components.gyp:gcm_driver',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 'invalidation/impl/android/junit/', 1640 'invalidation/impl/android/junit/',
1635 'policy/android/junit/' 1641 'policy/android/junit/'
1636 ], 1642 ],
1637 }, 1643 },
1638 'includes': [ '../build/host_jar.gypi' ], 1644 'includes': [ '../build/host_jar.gypi' ],
1639 }, 1645 },
1640 ], 1646 ],
1641 }], 1647 }],
1642 ], 1648 ],
1643 } 1649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698