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

Side by Side Diff: components/components_tests.gyp

Issue 956223002: Rename DataReductionProxyUsageStats to DataReductionProxyBypassStats (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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 107 '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', 108 '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', 109 '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', 110 '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', 111 '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' , 112 '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', 113 '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', 114 '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', 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_bypass_stats_unitt est.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': [
126 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 126 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
127 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', 127 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
(...skipping 1110 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