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

Side by Side Diff: components/data_reduction_proxy.gypi

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 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 # GN Version: //components/data_reduction_proxy/content 9 # GN Version: //components/data_reduction_proxy/content
10 'target_name': 'data_reduction_proxy_content', 10 'target_name': 'data_reduction_proxy_content',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'pref_registry', 86 'pref_registry',
87 ], 87 ],
88 'include_dirs': [ 88 'include_dirs': [
89 '..', 89 '..',
90 ], 90 ],
91 'sources': [ 91 'sources': [
92 # Note: sources list duplicated in GN build. 92 # Note: sources list duplicated in GN build.
93 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h", 93 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h",
94 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc', 94 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc',
95 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h', 95 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h',
96 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' ,
97 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h',
96 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', 98 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
97 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', 99 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
98 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 100 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
99 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 101 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
100 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 102 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
101 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 103 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
102 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 104 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
103 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 105 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
104 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 106 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
105 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 107 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
106 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 108 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
107 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 109 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
108 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc', 110 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc',
109 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h', 111 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h',
110 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', 112 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc',
111 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', 113 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h',
112 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. cc', 114 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. cc',
113 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. h', 115 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. h',
114 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', 116 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc',
115 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', 117 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h',
116 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', 118 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc',
117 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', 119 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h',
118 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs .cc', 120 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs .cc',
119 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs .h', 121 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs .h',
120 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection .cc', 122 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection .cc',
121 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection .h', 123 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection .h',
122 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc',
123 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h',
124 ], 124 ],
125 }, 125 },
126 { 126 {
127 # GN version: //components/data_reduction_proxy/core/common 127 # GN version: //components/data_reduction_proxy/core/common
128 'target_name': 'data_reduction_proxy_core_common', 128 'target_name': 'data_reduction_proxy_core_common',
129 'type': 'static_library', 129 'type': 'static_library',
130 'dependencies': [ 130 'dependencies': [
131 '../base/base.gyp:base', 131 '../base/base.gyp:base',
132 '../url/url.gyp:url_lib', 132 '../url/url.gyp:url_lib',
133 ], 133 ],
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 '<@(_outputs)', 212 '<@(_outputs)',
213 ], 213 ],
214 'includes': [ 214 'includes': [
215 '../build/util/version.gypi', 215 '../build/util/version.gypi',
216 ], 216 ],
217 }, 217 },
218 ], 218 ],
219 }, 219 },
220 ], 220 ],
221 } 221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698