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

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: Adding sclittle to OWNERs and little fix in ChromeNetworkDelegate test. 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'copresence/handlers/audio/audio_directive_list_unittest.cc', 199 'copresence/handlers/audio/audio_directive_list_unittest.cc',
200 'copresence/handlers/directive_handler_unittest.cc', 200 'copresence/handlers/directive_handler_unittest.cc',
201 'copresence/handlers/gcm_handler_unittest.cc', 201 'copresence/handlers/gcm_handler_unittest.cc',
202 'copresence/rpc/http_post_unittest.cc', 202 'copresence/rpc/http_post_unittest.cc',
203 'copresence/rpc/rpc_handler_unittest.cc', 203 'copresence/rpc/rpc_handler_unittest.cc',
204 'copresence/timed_map_unittest.cc', 204 'copresence/timed_map_unittest.cc',
205 ], 205 ],
206 'cronet_unittest_sources': [ 206 'cronet_unittest_sources': [
207 'cronet/histogram_manager_unittest.cc', 207 'cronet/histogram_manager_unittest.cc',
208 ], 208 ],
209 'data_use_measurement_unittest_sources': [
210 'data_use_measurement/content/data_use_measurement_unittest.cc',
211 ],
209 'enhanced_bookmarks_unittest_sources': [ 212 'enhanced_bookmarks_unittest_sources': [
210 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', 213 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
211 'enhanced_bookmarks/image_store_ios_unittest.mm', 214 'enhanced_bookmarks/image_store_ios_unittest.mm',
212 'enhanced_bookmarks/image_store_unittest.cc', 215 'enhanced_bookmarks/image_store_unittest.cc',
213 'enhanced_bookmarks/item_position_unittest.cc', 216 'enhanced_bookmarks/item_position_unittest.cc',
214 ], 217 ],
215 'error_page_unittest_sources': [ 218 'error_page_unittest_sources': [
216 'error_page/renderer/net_error_helper_core_unittest.cc', 219 'error_page/renderer/net_error_helper_core_unittest.cc',
217 ], 220 ],
218 'feedback_unittest_sources': [ 221 'feedback_unittest_sources': [
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 '<@(bookmarks_unittest_sources)', 754 '<@(bookmarks_unittest_sources)',
752 '<@(browser_watcher_unittest_sources)', 755 '<@(browser_watcher_unittest_sources)',
753 '<@(captive_portal_unittest_sources)', 756 '<@(captive_portal_unittest_sources)',
754 '<@(cloud_devices_unittest_sources)', 757 '<@(cloud_devices_unittest_sources)',
755 '<@(component_updater_unittest_sources)', 758 '<@(component_updater_unittest_sources)',
756 '<@(compression_unittest_sources)', 759 '<@(compression_unittest_sources)',
757 '<@(content_settings_unittest_sources)', 760 '<@(content_settings_unittest_sources)',
758 '<@(crash_unittest_sources)', 761 '<@(crash_unittest_sources)',
759 '<@(crx_file_unittest_sources)', 762 '<@(crx_file_unittest_sources)',
760 '<@(data_reduction_proxy_unittest_sources)', 763 '<@(data_reduction_proxy_unittest_sources)',
764 '<@(data_use_measurement_unittest_sources)',
761 '<@(device_event_log_unittest_sources)', 765 '<@(device_event_log_unittest_sources)',
762 '<@(dom_distiller_unittest_sources)', 766 '<@(dom_distiller_unittest_sources)',
763 '<@(domain_reliability_unittest_sources)', 767 '<@(domain_reliability_unittest_sources)',
764 '<@(enhanced_bookmarks_unittest_sources)', 768 '<@(enhanced_bookmarks_unittest_sources)',
765 '<@(favicon_base_unittest_sources)', 769 '<@(favicon_base_unittest_sources)',
766 '<@(favicon_unittest_sources)', 770 '<@(favicon_unittest_sources)',
767 '<@(gcm_driver_crypto_unittest_sources)', 771 '<@(gcm_driver_crypto_unittest_sources)',
768 '<@(gcm_driver_unittest_sources)', 772 '<@(gcm_driver_unittest_sources)',
769 '<@(google_unittest_sources)', 773 '<@(google_unittest_sources)',
770 '<@(history_unittest_sources)', 774 '<@(history_unittest_sources)',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'components.gyp:cloud_devices_common', 853 'components.gyp:cloud_devices_common',
850 'components.gyp:component_updater', 854 'components.gyp:component_updater',
851 'components.gyp:compression', 855 'components.gyp:compression',
852 'components.gyp:content_settings_core_browser', 856 'components.gyp:content_settings_core_browser',
853 'components.gyp:content_settings_core_common', 857 'components.gyp:content_settings_core_common',
854 'components.gyp:content_settings_core_test_support', 858 'components.gyp:content_settings_core_test_support',
855 'components.gyp:crx_file', 859 'components.gyp:crx_file',
856 'components.gyp:data_reduction_proxy_core_browser', 860 'components.gyp:data_reduction_proxy_core_browser',
857 'components.gyp:data_reduction_proxy_core_common', 861 'components.gyp:data_reduction_proxy_core_common',
858 'components.gyp:data_reduction_proxy_test_support', 862 'components.gyp:data_reduction_proxy_test_support',
863 'components.gyp:data_use_measurement_content',
864 'components.gyp:data_use_measurement_core',
859 'components.gyp:device_event_log_component', 865 'components.gyp:device_event_log_component',
860 'components.gyp:dom_distiller_core', 866 'components.gyp:dom_distiller_core',
861 'components.gyp:dom_distiller_protos', 867 'components.gyp:dom_distiller_protos',
862 'components.gyp:dom_distiller_test_support', 868 'components.gyp:dom_distiller_test_support',
863 'components.gyp:domain_reliability', 869 'components.gyp:domain_reliability',
864 'components.gyp:enhanced_bookmarks', 870 'components.gyp:enhanced_bookmarks',
865 'components.gyp:enhanced_bookmarks_test_support', 871 'components.gyp:enhanced_bookmarks_test_support',
866 'components.gyp:favicon_base', 872 'components.gyp:favicon_base',
867 'components.gyp:favicon_core', 873 'components.gyp:favicon_core',
868 'components.gyp:gcm_driver', 874 'components.gyp:gcm_driver',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 'invalidation/impl/android/junit/', 1621 'invalidation/impl/android/junit/',
1616 'policy/android/junit/' 1622 'policy/android/junit/'
1617 ], 1623 ],
1618 }, 1624 },
1619 'includes': [ '../build/host_jar.gypi' ], 1625 'includes': [ '../build/host_jar.gypi' ],
1620 }, 1626 },
1621 ], 1627 ],
1622 }], 1628 }],
1623 ], 1629 ],
1624 } 1630 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698