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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'dependencies': [ | 130 'dependencies': [ |
131 '../base/base.gyp:base', | 131 '../base/base.gyp:base', |
132 '../url/url.gyp:url_lib', | 132 '../url/url.gyp:url_lib', |
133 ], | 133 ], |
134 'include_dirs': [ | 134 'include_dirs': [ |
135 '..', | 135 '..', |
136 ], | 136 ], |
137 'sources': [ | 137 'sources': [ |
138 # Note: sources list duplicated in GN build. | 138 # Note: sources list duplicated in GN build. |
139 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.
h', | 139 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.
h', |
| 140 'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h', |
140 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', | 141 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', |
141 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', | 142 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', |
142 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', | 143 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', |
143 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', | 144 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', |
144 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', | 145 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', |
145 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', | 146 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', |
146 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', | 147 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', |
147 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', | 148 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', |
148 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', | 149 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', |
149 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', | 150 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 '<@(_outputs)', | 212 '<@(_outputs)', |
212 ], | 213 ], |
213 'includes': [ | 214 'includes': [ |
214 '../build/util/version.gypi', | 215 '../build/util/version.gypi', |
215 ], | 216 ], |
216 }, | 217 }, |
217 ], | 218 ], |
218 }, | 219 }, |
219 ], | 220 ], |
220 } | 221 } |
OLD | NEW |