OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |