| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'base/network_change_notifier_linux.cc', | 231 'base/network_change_notifier_linux.cc', |
| 232 'base/network_change_notifier_linux.h', | 232 'base/network_change_notifier_linux.h', |
| 233 'base/network_change_notifier_mac.cc', | 233 'base/network_change_notifier_mac.cc', |
| 234 'base/network_change_notifier_mac.h', | 234 'base/network_change_notifier_mac.h', |
| 235 'base/network_change_notifier_win.cc', | 235 'base/network_change_notifier_win.cc', |
| 236 'base/network_change_notifier_win.h', | 236 'base/network_change_notifier_win.h', |
| 237 'base/network_config_watcher_mac.cc', | 237 'base/network_config_watcher_mac.cc', |
| 238 'base/network_config_watcher_mac.h', | 238 'base/network_config_watcher_mac.h', |
| 239 'base/network_delegate.cc', | 239 'base/network_delegate.cc', |
| 240 'base/network_delegate.h', | 240 'base/network_delegate.h', |
| 241 'base/network_time_notifier.cc', | |
| 242 'base/network_time_notifier.h', | |
| 243 'base/nss_memio.c', | 241 'base/nss_memio.c', |
| 244 'base/nss_memio.h', | 242 'base/nss_memio.h', |
| 245 'base/platform_mime_util.h', | 243 'base/platform_mime_util.h', |
| 246 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 244 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 247 'base/platform_mime_util_linux.cc', | 245 'base/platform_mime_util_linux.cc', |
| 248 'base/platform_mime_util_mac.mm', | 246 'base/platform_mime_util_mac.mm', |
| 249 'base/platform_mime_util_win.cc', | 247 'base/platform_mime_util_win.cc', |
| 250 'base/prioritized_dispatcher.cc', | 248 'base/prioritized_dispatcher.cc', |
| 251 'base/prioritized_dispatcher.h', | 249 'base/prioritized_dispatcher.h', |
| 252 'base/priority_queue.h', | 250 'base/priority_queue.h', |
| (...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 'tools/quic/test_tools/quic_test_client.h', | 1706 'tools/quic/test_tools/quic_test_client.h', |
| 1709 'tools/quic/test_tools/quic_test_utils.cc', | 1707 'tools/quic/test_tools/quic_test_utils.cc', |
| 1710 'tools/quic/test_tools/quic_test_utils.h', | 1708 'tools/quic/test_tools/quic_test_utils.h', |
| 1711 'tools/quic/test_tools/server_thread.h', | 1709 'tools/quic/test_tools/server_thread.h', |
| 1712 'tools/quic/test_tools/server_thread.cc', | 1710 'tools/quic/test_tools/server_thread.cc', |
| 1713 'tools/quic/test_tools/simple_client.h', | 1711 'tools/quic/test_tools/simple_client.h', |
| 1714 'tools/quic/test_tools/simple_client.cc', | 1712 'tools/quic/test_tools/simple_client.cc', |
| 1715 ], | 1713 ], |
| 1716 } | 1714 } |
| 1717 } | 1715 } |
| OLD | NEW |