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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'pref_registry', | 53 'pref_registry', |
54 ], | 54 ], |
55 'include_dirs': [ | 55 'include_dirs': [ |
56 '..', | 56 '..', |
57 ], | 57 ], |
58 'sources': [ | 58 'sources': [ |
59 # Note: sources list duplicated in GN build. | 59 # Note: sources list duplicated in GN build. |
60 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service
.h", | 60 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service
.h", |
61 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
cc', | 61 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
cc', |
62 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
h', | 62 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
h', |
| 63 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.cc', |
| 64 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat
s.h', |
63 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', | 65 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', |
64 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', | 66 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', |
65 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, | 67 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, |
66 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', | 68 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', |
67 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', | 69 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', |
68 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', | 70 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', |
69 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', | 71 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', |
70 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', | 72 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', |
71 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', | 73 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', |
72 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', | 74 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', |
73 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', | 75 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', |
74 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', | 76 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', |
75 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', | 77 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', |
76 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', | 78 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', |
77 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', | 79 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', |
78 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', | 80 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h', |
79 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
cc', | 81 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
cc', |
80 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
h', | 82 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.
h', |
81 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', | 83 'data_reduction_proxy/core/browser/data_reduction_proxy_service.cc', |
82 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', | 84 'data_reduction_proxy/core/browser/data_reduction_proxy_service.h', |
83 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', | 85 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc', |
84 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', | 86 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h', |
85 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.cc', | |
86 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs
.h', | |
87 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.cc', | 87 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.cc', |
88 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.h', | 88 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection
.h', |
89 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc', | 89 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc', |
90 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h', | 90 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h', |
91 ], | 91 ], |
92 }, | 92 }, |
93 { | 93 { |
94 # GN version: //components/data_reduction_proxy/core/common | 94 # GN version: //components/data_reduction_proxy/core/common |
95 'target_name': 'data_reduction_proxy_core_common', | 95 'target_name': 'data_reduction_proxy_core_common', |
96 'type': 'static_library', | 96 'type': 'static_library', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 ], | 177 ], |
178 'includes': [ | 178 'includes': [ |
179 '../build/util/version.gypi', | 179 '../build/util/version.gypi', |
180 ], | 180 ], |
181 }, | 181 }, |
182 ], | 182 ], |
183 }, | 183 }, |
184 | 184 |
185 ], | 185 ], |
186 } | 186 } |
OLD | NEW |