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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'base/network_change_notifier_linux.cc', | 257 'base/network_change_notifier_linux.cc', |
258 'base/network_change_notifier_linux.h', | 258 'base/network_change_notifier_linux.h', |
259 'base/network_change_notifier_mac.cc', | 259 'base/network_change_notifier_mac.cc', |
260 'base/network_change_notifier_mac.h', | 260 'base/network_change_notifier_mac.h', |
261 'base/network_change_notifier_win.cc', | 261 'base/network_change_notifier_win.cc', |
262 'base/network_change_notifier_win.h', | 262 'base/network_change_notifier_win.h', |
263 'base/network_config_watcher_mac.cc', | 263 'base/network_config_watcher_mac.cc', |
264 'base/network_config_watcher_mac.h', | 264 'base/network_config_watcher_mac.h', |
265 'base/network_delegate.cc', | 265 'base/network_delegate.cc', |
266 'base/network_delegate.h', | 266 'base/network_delegate.h', |
| 267 'base/network_delegate_impl.cc', |
| 268 'base/network_delegate_impl.h', |
267 'base/nss_memio.c', | 269 'base/nss_memio.c', |
268 'base/nss_memio.h', | 270 'base/nss_memio.h', |
269 'base/platform_mime_util.h', | 271 'base/platform_mime_util.h', |
270 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 272 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
271 'base/platform_mime_util_linux.cc', | 273 'base/platform_mime_util_linux.cc', |
272 'base/platform_mime_util_mac.mm', | 274 'base/platform_mime_util_mac.mm', |
273 'base/platform_mime_util_win.cc', | 275 'base/platform_mime_util_win.cc', |
274 'base/prioritized_dispatcher.cc', | 276 'base/prioritized_dispatcher.cc', |
275 'base/prioritized_dispatcher.h', | 277 'base/prioritized_dispatcher.h', |
276 'base/priority_queue.h', | 278 'base/priority_queue.h', |
(...skipping 22 matching lines...) Expand all Loading... |
299 'base/upload_element_reader.h', | 301 'base/upload_element_reader.h', |
300 'base/upload_file_element_reader.cc', | 302 'base/upload_file_element_reader.cc', |
301 'base/upload_file_element_reader.h', | 303 'base/upload_file_element_reader.h', |
302 'base/upload_progress.h', | 304 'base/upload_progress.h', |
303 'base/url_util.cc', | 305 'base/url_util.cc', |
304 'base/url_util.h', | 306 'base/url_util.h', |
305 'base/winsock_init.cc', | 307 'base/winsock_init.cc', |
306 'base/winsock_init.h', | 308 'base/winsock_init.h', |
307 'base/winsock_util.cc', | 309 'base/winsock_util.cc', |
308 'base/winsock_util.h', | 310 'base/winsock_util.h', |
| 311 'base/wrapping_network_delegate.cc', |
| 312 'base/wrapping_network_delegate.h', |
309 'cert/cert_database_android.cc', | 313 'cert/cert_database_android.cc', |
310 'cert/cert_database_ios.cc', | 314 'cert/cert_database_ios.cc', |
311 'cert/cert_database_mac.cc', | 315 'cert/cert_database_mac.cc', |
312 'cert/cert_database_nss.cc', | 316 'cert/cert_database_nss.cc', |
313 'cert/cert_database_win.cc', | 317 'cert/cert_database_win.cc', |
314 'cert/cert_trust_anchor_provider.h', | 318 'cert/cert_trust_anchor_provider.h', |
315 'cert/cert_verify_proc.cc', | 319 'cert/cert_verify_proc.cc', |
316 'cert/cert_verify_proc.h', | 320 'cert/cert_verify_proc.h', |
317 'cert/cert_verify_proc_android.cc', | 321 'cert/cert_verify_proc_android.cc', |
318 'cert/cert_verify_proc_android.h', | 322 'cert/cert_verify_proc_android.h', |
(...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1749 'tools/quic/test_tools/quic_test_client.h', | 1753 'tools/quic/test_tools/quic_test_client.h', |
1750 'tools/quic/test_tools/quic_test_utils.cc', | 1754 'tools/quic/test_tools/quic_test_utils.cc', |
1751 'tools/quic/test_tools/quic_test_utils.h', | 1755 'tools/quic/test_tools/quic_test_utils.h', |
1752 'tools/quic/test_tools/server_thread.h', | 1756 'tools/quic/test_tools/server_thread.h', |
1753 'tools/quic/test_tools/server_thread.cc', | 1757 'tools/quic/test_tools/server_thread.cc', |
1754 'tools/quic/test_tools/simple_client.h', | 1758 'tools/quic/test_tools/simple_client.h', |
1755 'tools/quic/test_tools/simple_client.cc', | 1759 'tools/quic/test_tools/simple_client.cc', |
1756 ], | 1760 ], |
1757 } | 1761 } |
1758 } | 1762 } |
OLD | NEW |