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

Side by Side Diff: components/components_tests.gyp

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polished and added tests Created 5 years, 2 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 143 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
144 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 144 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
145 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 145 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
146 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 146 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
147 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc', 147 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc',
148 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc', 148 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc',
149 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', 149 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc',
150 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', 150 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ',
151 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , 151 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' ,
152 ], 152 ],
153 'data_usage_unittest_sources': [
154 'data_usage/core/data_use_aggregator_unittest.cc',
155 ],
153 'device_event_log_unittest_sources': [ 156 'device_event_log_unittest_sources': [
154 'device_event_log/device_event_log_impl_unittest.cc', 157 'device_event_log/device_event_log_impl_unittest.cc',
155 ], 158 ],
156 'devtools_http_handler_unittest_sources': [ 159 'devtools_http_handler_unittest_sources': [
157 'devtools_http_handler/devtools_http_handler_unittest.cc', 160 'devtools_http_handler/devtools_http_handler_unittest.cc',
158 ], 161 ],
159 'dom_distiller_unittest_sources': [ 162 'dom_distiller_unittest_sources': [
160 'dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc', 163 'dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc',
161 'dom_distiller/content/browser/web_contents_main_frame_observer_unittest.c c', 164 'dom_distiller/content/browser/web_contents_main_frame_observer_unittest.c c',
162 'dom_distiller/core/article_entry_unittest.cc', 165 'dom_distiller/core/article_entry_unittest.cc',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 '<@(bubble_unittest_sources)', 813 '<@(bubble_unittest_sources)',
811 '<@(captive_portal_unittest_sources)', 814 '<@(captive_portal_unittest_sources)',
812 '<@(certificate_reporting_unittest_sources)', 815 '<@(certificate_reporting_unittest_sources)',
813 '<@(cloud_devices_unittest_sources)', 816 '<@(cloud_devices_unittest_sources)',
814 '<@(component_updater_unittest_sources)', 817 '<@(component_updater_unittest_sources)',
815 '<@(compression_unittest_sources)', 818 '<@(compression_unittest_sources)',
816 '<@(content_settings_unittest_sources)', 819 '<@(content_settings_unittest_sources)',
817 '<@(crash_unittest_sources)', 820 '<@(crash_unittest_sources)',
818 '<@(crx_file_unittest_sources)', 821 '<@(crx_file_unittest_sources)',
819 '<@(data_reduction_proxy_unittest_sources)', 822 '<@(data_reduction_proxy_unittest_sources)',
823 '<@(data_usage_unittest_sources)',
820 '<@(data_use_measurement_unittest_sources)', 824 '<@(data_use_measurement_unittest_sources)',
821 '<@(device_event_log_unittest_sources)', 825 '<@(device_event_log_unittest_sources)',
822 '<@(dom_distiller_unittest_sources)', 826 '<@(dom_distiller_unittest_sources)',
823 '<@(domain_reliability_unittest_sources)', 827 '<@(domain_reliability_unittest_sources)',
824 '<@(enhanced_bookmarks_unittest_sources)', 828 '<@(enhanced_bookmarks_unittest_sources)',
825 '<@(favicon_base_unittest_sources)', 829 '<@(favicon_base_unittest_sources)',
826 '<@(favicon_unittest_sources)', 830 '<@(favicon_unittest_sources)',
827 '<@(gcm_driver_crypto_unittest_sources)', 831 '<@(gcm_driver_crypto_unittest_sources)',
828 '<@(gcm_driver_unittest_sources)', 832 '<@(gcm_driver_unittest_sources)',
829 '<@(google_unittest_sources)', 833 '<@(google_unittest_sources)',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'components.gyp:component_updater', 916 'components.gyp:component_updater',
913 'components.gyp:compression', 917 'components.gyp:compression',
914 'components.gyp:content_settings_core_browser', 918 'components.gyp:content_settings_core_browser',
915 'components.gyp:content_settings_core_common', 919 'components.gyp:content_settings_core_common',
916 'components.gyp:content_settings_core_test_support', 920 'components.gyp:content_settings_core_test_support',
917 'components.gyp:crash_core_common', 921 'components.gyp:crash_core_common',
918 'components.gyp:crx_file', 922 'components.gyp:crx_file',
919 'components.gyp:data_reduction_proxy_core_browser', 923 'components.gyp:data_reduction_proxy_core_browser',
920 'components.gyp:data_reduction_proxy_core_common', 924 'components.gyp:data_reduction_proxy_core_common',
921 'components.gyp:data_reduction_proxy_test_support', 925 'components.gyp:data_reduction_proxy_test_support',
926 'components.gyp:data_usage_core',
922 'components.gyp:data_use_measurement_core', 927 'components.gyp:data_use_measurement_core',
923 'components.gyp:device_event_log_component', 928 'components.gyp:device_event_log_component',
924 'components.gyp:dom_distiller_core', 929 'components.gyp:dom_distiller_core',
925 'components.gyp:dom_distiller_protos', 930 'components.gyp:dom_distiller_protos',
926 'components.gyp:dom_distiller_test_support', 931 'components.gyp:dom_distiller_test_support',
927 'components.gyp:domain_reliability', 932 'components.gyp:domain_reliability',
928 'components.gyp:enhanced_bookmarks', 933 'components.gyp:enhanced_bookmarks',
929 'components.gyp:enhanced_bookmarks_test_support', 934 'components.gyp:enhanced_bookmarks_test_support',
930 'components.gyp:favicon_base', 935 'components.gyp:favicon_base',
931 'components.gyp:favicon_core', 936 'components.gyp:favicon_core',
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 'dependencies': [ 1728 'dependencies': [
1724 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1729 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1725 ], 1730 ],
1726 }], 1731 }],
1727 ], 1732 ],
1728 }, 1733 },
1729 ], 1734 ],
1730 }], 1735 }],
1731 ], 1736 ],
1732 } 1737 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698