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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1127893002: Add DataReductionProxyExperimentsStats and UMA for measuring potentially non-compressed bytes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures Created 5 years, 7 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 { 6 {
7 'variables' : 7 'variables' :
8 { 8 {
9 'data_reduction_proxy_core_browser_sources' : [ 9 'data_reduction_proxy_core_browser_sources' : [
10 # Note: sources list duplicated in GN build. 10 # Note: sources list duplicated in GN build.
11 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h", 11 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h",
12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc', 12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc',
13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h', 13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h',
14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' , 14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' ,
15 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h', 15 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h',
16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc', 16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc',
17 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h', 17 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h',
18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', 18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
19 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', 19 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.cc',
21 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.h',
20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc', 22 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc',
21 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h', 23 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h',
22 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 24 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
23 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 25 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
24 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 26 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
25 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 27 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
28 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.cc',
29 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.h',
26 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 30 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
27 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 31 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
28 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 32 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
29 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 33 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
30 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 34 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
31 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 35 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
32 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc', 36 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc',
33 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.h', 37 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.h',
34 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc', 38 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc',
35 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h', 39 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 '<@(_outputs)', 301 '<@(_outputs)',
298 ], 302 ],
299 'includes': [ 303 'includes': [
300 '../build/util/version.gypi', 304 '../build/util/version.gypi',
301 ], 305 ],
302 }, 306 },
303 ], 307 ],
304 }, 308 },
305 ], 309 ],
306 } 310 }
OLDNEW
« no previous file with comments | « components/cronet/android/cronet_data_reduction_proxy.cc ('k') | components/data_reduction_proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698