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

Side by Side Diff: components/components_tests.gyp

Issue 949533004: Rename DataReductionProxyStatisticsPrefs to DataReductionProxyCompressionStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ], 96 ],
97 'crash_unittest_sources': [ 97 'crash_unittest_sources': [
98 'crash/app/crash_keys_win_unittest.cc', 98 'crash/app/crash_keys_win_unittest.cc',
99 ], 99 ],
100 'crx_file_unittest_sources': [ 100 'crx_file_unittest_sources': [
101 'crx_file/id_util_unittest.cc', 101 'crx_file/id_util_unittest.cc',
102 ], 102 ],
103 'data_reduction_proxy_unittest_sources': [ 103 'data_reduction_proxy_unittest_sources': [
104 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 104 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc',
105 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 105 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
106 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc',
106 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ', 107 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ',
107 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 108 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
108 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 109 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
109 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 110 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
110 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c', 111 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c',
111 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc', 112 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc',
112 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 113 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
113 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 114 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
114 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 115 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
115 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_u nittest.cc',
116 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 116 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
117 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unitte st.cc', 117 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unitte st.cc',
118 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', 118 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc',
119 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', 119 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ',
120 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , 120 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' ,
121 ], 121 ],
122 'device_event_log_unittest_sources': [ 122 'device_event_log_unittest_sources': [
123 'device_event_log/device_event_log_impl_unittest.cc', 123 'device_event_log/device_event_log_impl_unittest.cc',
124 ], 124 ],
125 'dom_distiller_unittest_sources': [ 125 'dom_distiller_unittest_sources': [
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'dependencies': [ 1238 'dependencies': [
1239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1240 ], 1240 ],
1241 }], 1241 }],
1242 ], 1242 ],
1243 }, 1243 },
1244 ], 1244 ],
1245 }], 1245 }],
1246 ], 1246 ],
1247 } 1247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698