| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_service_c
lient.cc', | 103 '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', | 104 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c
lient.h', |
| 105 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, | 105 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, |
| 106 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', | 106 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', |
| 107 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', | 107 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', |
| 108 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', | 108 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', |
| 109 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat
s.cc', |
| 110 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat
s.h', |
| 109 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', | 111 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', |
| 110 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', | 112 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', |
| 111 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', | 113 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', |
| 112 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', | 114 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', |
| 113 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', | 115 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', |
| 114 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', | 116 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', |
| 115 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.cc', | 117 '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', | 118 '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', | 119 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', |
| 118 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', | 120 '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)', | 247 '<@(_outputs)', |
| 246 ], | 248 ], |
| 247 'includes': [ | 249 'includes': [ |
| 248 '../build/util/version.gypi', | 250 '../build/util/version.gypi', |
| 249 ], | 251 ], |
| 250 }, | 252 }, |
| 251 ], | 253 ], |
| 252 }, | 254 }, |
| 253 ], | 255 ], |
| 254 } | 256 } |
| OLD | NEW |