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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1024553009: Add the ability to use DataReductionProxyParams from DataReductionProxyConfigServiceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_control_local
Patch Set: Address sclittle comment 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/BUILD.gn » ('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 { 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 101 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
102 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 102 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
103 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 103 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
104 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 104 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
105 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 105 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
106 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 106 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
107 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 107 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
108 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 108 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
109 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 109 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
110 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 110 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
111 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc',
112 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.h',
111 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc', 113 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc',
112 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h', 114 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h',
113 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', 115 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc',
114 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', 116 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h',
115 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. cc', 117 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. cc',
116 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. h', 118 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options. h',
117 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', 119 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc',
118 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', 120 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h',
119 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', 121 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc',
120 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', 122 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 '<@(_outputs)', 238 '<@(_outputs)',
237 ], 239 ],
238 'includes': [ 240 'includes': [
239 '../build/util/version.gypi', 241 '../build/util/version.gypi',
240 ], 242 ],
241 }, 243 },
242 ], 244 ],
243 }, 245 },
244 ], 246 ],
245 } 247 }
OLDNEW
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698