| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', | 71 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', |
| 72 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', | 72 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', |
| 73 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', | 73 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', |
| 74 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', | 74 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', |
| 75 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', | 75 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', |
| 76 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', | 76 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', |
| 77 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', | 77 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', |
| 78 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', | 78 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', |
| 79 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
cc', | 79 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
cc', |
| 80 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
h', | 80 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
h', |
| 81 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', |
| 82 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', |
| 81 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', | 83 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', |
| 82 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', | 84 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', |
| 83 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.cc', | 85 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.cc', |
| 84 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.h', | 86 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.h', |
| 85 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.cc', | 87 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.cc', |
| 86 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.h', | 88 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.h', |
| 87 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc', | 89 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc', |
| 88 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h', | 90 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h', |
| 89 ], | 91 ], |
| 90 }, | 92 }, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 ], | 177 ], |
| 176 'includes': [ | 178 'includes': [ |
| 177 '../build/util/version.gypi', | 179 '../build/util/version.gypi', |
| 178 ], | 180 ], |
| 179 }, | 181 }, |
| 180 ], | 182 ], |
| 181 }, | 183 }, |
| 182 | 184 |
| 183 ], | 185 ], |
| 184 } | 186 } |
| OLD | NEW |