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

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: Addressed nits 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
« no previous file with comments | « components/components.gyp ('k') | components/data_usage.gypi » ('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 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 '<@(bubble_unittest_sources)', 815 '<@(bubble_unittest_sources)',
813 '<@(captive_portal_unittest_sources)', 816 '<@(captive_portal_unittest_sources)',
814 '<@(certificate_reporting_unittest_sources)', 817 '<@(certificate_reporting_unittest_sources)',
815 '<@(cloud_devices_unittest_sources)', 818 '<@(cloud_devices_unittest_sources)',
816 '<@(component_updater_unittest_sources)', 819 '<@(component_updater_unittest_sources)',
817 '<@(compression_unittest_sources)', 820 '<@(compression_unittest_sources)',
818 '<@(content_settings_unittest_sources)', 821 '<@(content_settings_unittest_sources)',
819 '<@(crash_unittest_sources)', 822 '<@(crash_unittest_sources)',
820 '<@(crx_file_unittest_sources)', 823 '<@(crx_file_unittest_sources)',
821 '<@(data_reduction_proxy_unittest_sources)', 824 '<@(data_reduction_proxy_unittest_sources)',
825 '<@(data_usage_unittest_sources)',
822 '<@(data_use_measurement_unittest_sources)', 826 '<@(data_use_measurement_unittest_sources)',
823 '<@(device_event_log_unittest_sources)', 827 '<@(device_event_log_unittest_sources)',
824 '<@(dom_distiller_unittest_sources)', 828 '<@(dom_distiller_unittest_sources)',
825 '<@(domain_reliability_unittest_sources)', 829 '<@(domain_reliability_unittest_sources)',
826 '<@(enhanced_bookmarks_unittest_sources)', 830 '<@(enhanced_bookmarks_unittest_sources)',
827 '<@(favicon_base_unittest_sources)', 831 '<@(favicon_base_unittest_sources)',
828 '<@(favicon_unittest_sources)', 832 '<@(favicon_unittest_sources)',
829 '<@(gcm_driver_crypto_unittest_sources)', 833 '<@(gcm_driver_crypto_unittest_sources)',
830 '<@(gcm_driver_unittest_sources)', 834 '<@(gcm_driver_unittest_sources)',
831 '<@(google_unittest_sources)', 835 '<@(google_unittest_sources)',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'components.gyp:component_updater', 918 'components.gyp:component_updater',
915 'components.gyp:compression', 919 'components.gyp:compression',
916 'components.gyp:content_settings_core_browser', 920 'components.gyp:content_settings_core_browser',
917 'components.gyp:content_settings_core_common', 921 'components.gyp:content_settings_core_common',
918 'components.gyp:content_settings_core_test_support', 922 'components.gyp:content_settings_core_test_support',
919 'components.gyp:crash_core_common', 923 'components.gyp:crash_core_common',
920 'components.gyp:crx_file', 924 'components.gyp:crx_file',
921 'components.gyp:data_reduction_proxy_core_browser', 925 'components.gyp:data_reduction_proxy_core_browser',
922 'components.gyp:data_reduction_proxy_core_common', 926 'components.gyp:data_reduction_proxy_core_common',
923 'components.gyp:data_reduction_proxy_test_support', 927 'components.gyp:data_reduction_proxy_test_support',
928 'components.gyp:data_usage_core',
924 'components.gyp:data_use_measurement_core', 929 'components.gyp:data_use_measurement_core',
925 'components.gyp:device_event_log_component', 930 'components.gyp:device_event_log_component',
926 'components.gyp:dom_distiller_core', 931 'components.gyp:dom_distiller_core',
927 'components.gyp:dom_distiller_protos', 932 'components.gyp:dom_distiller_protos',
928 'components.gyp:dom_distiller_test_support', 933 'components.gyp:dom_distiller_test_support',
929 'components.gyp:domain_reliability', 934 'components.gyp:domain_reliability',
930 'components.gyp:enhanced_bookmarks', 935 'components.gyp:enhanced_bookmarks',
931 'components.gyp:enhanced_bookmarks_test_support', 936 'components.gyp:enhanced_bookmarks_test_support',
932 'components.gyp:favicon_base', 937 'components.gyp:favicon_base',
933 'components.gyp:favicon_core', 938 'components.gyp:favicon_core',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'dependencies': [ 1729 'dependencies': [
1725 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1730 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1726 ], 1731 ],
1727 }], 1732 }],
1728 ], 1733 ],
1729 }, 1734 },
1730 ], 1735 ],
1731 }], 1736 }],
1732 ], 1737 ],
1733 } 1738 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/data_usage.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698