| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'include_dirs': [ | 89 'include_dirs': [ |
| 90 '..', | 90 '..', |
| 91 ], | 91 ], |
| 92 'sources': [ | 92 'sources': [ |
| 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', |
| 100 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.h', |
| 99 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', | 101 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', |
| 100 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', | 102 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', |
| 101 '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', |
| 102 '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', |
| 103 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, | 105 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, |
| 104 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', | 106 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', |
| 105 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', | 107 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', |
| 106 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', | 108 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', |
| 107 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', | 109 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', |
| 108 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', | 110 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', |
| 109 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', | 111 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', |
| 110 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', | 112 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', |
| 111 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', | 113 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', |
| 112 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', | 114 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', |
| 113 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.cc', | 115 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.cc', |
| 114 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.h', | 116 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v
alues.h', |
| 115 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', | 117 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', |
| 116 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', | 118 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', |
| 117 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', | 119 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', |
| 118 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', | 120 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', |
| 119 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
cc', | 121 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
cc', |
| 120 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
h', | 122 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
h', |
| 121 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', | 123 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', |
| 122 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', | 124 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', |
| 123 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', | 125 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', |
| 124 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', | 126 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', |
| 125 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.cc', | |
| 126 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.h', | |
| 127 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.cc', | 127 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.cc', |
| 128 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.h', | 128 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.h', |
| 129 ], | 129 ], |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 # GN version: //components/data_reduction_proxy/core/common | 132 # GN version: //components/data_reduction_proxy/core/common |
| 133 'target_name': 'data_reduction_proxy_core_common', | 133 'target_name': 'data_reduction_proxy_core_common', |
| 134 'type': 'static_library', | 134 'type': 'static_library', |
| 135 'dependencies': [ | 135 'dependencies': [ |
| 136 '../base/base.gyp:base', | 136 '../base/base.gyp:base', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 '<@(_outputs)', | 238 '<@(_outputs)', |
| 239 ], | 239 ], |
| 240 'includes': [ | 240 'includes': [ |
| 241 '../build/util/version.gypi', | 241 '../build/util/version.gypi', |
| 242 ], | 242 ], |
| 243 }, | 243 }, |
| 244 ], | 244 ], |
| 245 }, | 245 }, |
| 246 ], | 246 ], |
| 247 } | 247 } |
| OLD | NEW |