| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 # Note: sources list duplicated in GN build. | 93 # Note: sources list duplicated in GN build. |
| 94 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service
.h", | 94 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service
.h", |
| 95 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
cc', | 95 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
cc', |
| 96 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
h', | 96 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
h', |
| 97 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc'
, | 97 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc'
, |
| 98 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h', | 98 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h', |
| 99 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.cc', | 99 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.cc', |
| 100 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.h', | 100 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.h', |
| 101 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', | 101 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', |
| 102 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', | 102 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', |
| 103 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval
_params.cc', |
| 104 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval
_params.h', |
| 103 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c
lient.cc', | 105 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c
lient.cc', |
| 104 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c
lient.h', | 106 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c
lient.h', |
| 105 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, | 107 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, |
| 106 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', | 108 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', |
| 107 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', | 109 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', |
| 108 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', | 110 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', |
| 111 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat
s.cc', |
| 112 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat
s.h', |
| 109 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', | 113 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', |
| 110 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', | 114 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', |
| 111 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', | 115 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', |
| 112 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', | 116 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', |
| 113 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', | 117 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', |
| 114 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', | 118 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', |
| 115 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.cc', | 119 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.cc', |
| 116 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.h', | 120 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.h', |
| 117 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', | 121 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', |
| 118 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', | 122 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 '<@(_outputs)', | 249 '<@(_outputs)', |
| 246 ], | 250 ], |
| 247 'includes': [ | 251 'includes': [ |
| 248 '../build/util/version.gypi', | 252 '../build/util/version.gypi', |
| 249 ], | 253 ], |
| 250 }, | 254 }, |
| 251 ], | 255 ], |
| 252 }, | 256 }, |
| 253 ], | 257 ], |
| 254 } | 258 } |
| OLD | NEW |