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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 'base/int128.h', | 228 'base/int128.h', |
229 'base/iovec.h', | 229 'base/iovec.h', |
230 'base/ip_pattern.cc', | 230 'base/ip_pattern.cc', |
231 'base/ip_pattern.h', | 231 'base/ip_pattern.h', |
232 'base/keygen_handler.cc', | 232 'base/keygen_handler.cc', |
233 'base/keygen_handler.h', | 233 'base/keygen_handler.h', |
234 'base/keygen_handler_mac.cc', | 234 'base/keygen_handler_mac.cc', |
235 'base/keygen_handler_nss.cc', | 235 'base/keygen_handler_nss.cc', |
236 'base/keygen_handler_openssl.cc', | 236 'base/keygen_handler_openssl.cc', |
237 'base/keygen_handler_win.cc', | 237 'base/keygen_handler_win.cc', |
| 238 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 239 'base/layered_network_delegate.cc', |
| 240 'base/layered_network_delegate.h', |
238 'base/linked_hash_map.h', | 241 'base/linked_hash_map.h', |
239 'base/load_flags.h', | 242 'base/load_flags.h', |
240 'base/load_flags_list.h', | 243 'base/load_flags_list.h', |
241 'base/load_states.h', | 244 'base/load_states.h', |
242 'base/load_states_list.h', | 245 'base/load_states_list.h', |
243 'base/mime_sniffer.cc', | 246 'base/mime_sniffer.cc', |
244 'base/mime_sniffer.h', | 247 'base/mime_sniffer.h', |
245 'base/mime_util.cc', | 248 'base/mime_util.cc', |
246 'base/mime_util.h', | 249 'base/mime_util.h', |
247 'base/net_errors_win.cc', | 250 'base/net_errors_win.cc', |
(...skipping 18 matching lines...) Expand all Loading... |
266 'base/network_change_notifier_win.h', | 269 'base/network_change_notifier_win.h', |
267 'base/network_config_watcher_mac.cc', | 270 'base/network_config_watcher_mac.cc', |
268 'base/network_config_watcher_mac.h', | 271 'base/network_config_watcher_mac.h', |
269 'base/network_delegate.cc', | 272 'base/network_delegate.cc', |
270 'base/network_delegate.h', | 273 'base/network_delegate.h', |
271 'base/network_delegate_impl.cc', | 274 'base/network_delegate_impl.cc', |
272 'base/network_delegate_impl.h', | 275 'base/network_delegate_impl.h', |
273 'base/nss_memio.c', | 276 'base/nss_memio.c', |
274 'base/nss_memio.h', | 277 'base/nss_memio.h', |
275 'base/platform_mime_util.h', | 278 'base/platform_mime_util.h', |
276 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | |
277 'base/layered_network_delegate.cc', | |
278 'base/layered_network_delegate.h', | |
279 'base/platform_mime_util_linux.cc', | 279 'base/platform_mime_util_linux.cc', |
280 'base/platform_mime_util_mac.mm', | 280 'base/platform_mime_util_mac.mm', |
281 'base/platform_mime_util_win.cc', | 281 'base/platform_mime_util_win.cc', |
282 'base/prioritized_dispatcher.cc', | 282 'base/prioritized_dispatcher.cc', |
283 'base/prioritized_dispatcher.h', | 283 'base/prioritized_dispatcher.h', |
284 'base/priority_queue.h', | 284 'base/priority_queue.h', |
285 'base/proxy_delegate.h', | 285 'base/proxy_delegate.h', |
286 'base/request_priority.cc', | 286 'base/request_priority.cc', |
287 'base/request_priority.h', | 287 'base/request_priority.h', |
288 'base/sdch_manager.cc', | 288 'base/sdch_manager.cc', |
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1769 ], | 1769 ], |
1770 'net_base_mac_ios_sources': [ | 1770 'net_base_mac_ios_sources': [ |
1771 'base/mac/url_conversions.h', | 1771 'base/mac/url_conversions.h', |
1772 'base/mac/url_conversions.mm', | 1772 'base/mac/url_conversions.mm', |
1773 ], | 1773 ], |
1774 'net_base_test_mac_ios_sources': [ | 1774 'net_base_test_mac_ios_sources': [ |
1775 'base/mac/url_conversions_unittest.mm', | 1775 'base/mac/url_conversions_unittest.mm', |
1776 ], | 1776 ], |
1777 } | 1777 } |
1778 } | 1778 } |
OLD | NEW |