| 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 'variables' : | 7 'variables' : |
| 8 { | 8 { |
| 9 'data_reduction_proxy_core_browser_sources' : [ | 9 'data_reduction_proxy_core_browser_sources' : [ |
| 10 # Note: sources list duplicated in GN build. | 10 # Note: sources list duplicated in GN build. |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'data_reduction_proxy_core_common', | 216 'data_reduction_proxy_core_common', |
| 217 'data_reduction_proxy_proto', | 217 'data_reduction_proxy_proto', |
| 218 ], | 218 ], |
| 219 'include_dirs': [ | 219 'include_dirs': [ |
| 220 '..', | 220 '..', |
| 221 ], | 221 ], |
| 222 'sources': [ | 222 'sources': [ |
| 223 # Note: sources list duplicated in GN build. | 223 # Note: sources list duplicated in GN build. |
| 224 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.cc', | 224 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.cc', |
| 225 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.h', | 225 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.h', |
| 226 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes
t_utils.cc', | |
| 227 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes
t_utils.h', | |
| 228 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.cc', | 226 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.cc', |
| 229 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.h', | 227 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.h', |
| 230 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc', | 228 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc', |
| 231 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h', | 229 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h', |
| 232 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del
egate_test_utils.cc', | 230 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del
egate_test_utils.cc', |
| 233 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del
egate_test_utils.h', | 231 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del
egate_test_utils.h', |
| 234 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.cc', | 232 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.cc', |
| 235 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.h', | 233 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.h', |
| 236 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.cc', | 234 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.cc', |
| 237 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.h', | 235 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.h', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 '<@(_outputs)', | 283 '<@(_outputs)', |
| 286 ], | 284 ], |
| 287 'includes': [ | 285 'includes': [ |
| 288 '../build/util/version.gypi', | 286 '../build/util/version.gypi', |
| 289 ], | 287 ], |
| 290 }, | 288 }, |
| 291 ], | 289 ], |
| 292 }, | 290 }, |
| 293 ], | 291 ], |
| 294 } | 292 } |
| OLD | NEW |