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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'base/nss_memio.c', | 252 'base/nss_memio.c', |
253 'base/nss_memio.h', | 253 'base/nss_memio.h', |
254 'base/platform_mime_util.h', | 254 'base/platform_mime_util.h', |
255 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 255 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
256 'base/platform_mime_util_linux.cc', | 256 'base/platform_mime_util_linux.cc', |
257 'base/platform_mime_util_mac.mm', | 257 'base/platform_mime_util_mac.mm', |
258 'base/platform_mime_util_win.cc', | 258 'base/platform_mime_util_win.cc', |
259 'base/prioritized_dispatcher.cc', | 259 'base/prioritized_dispatcher.cc', |
260 'base/prioritized_dispatcher.h', | 260 'base/prioritized_dispatcher.h', |
261 'base/priority_queue.h', | 261 'base/priority_queue.h', |
| 262 'base/proxy_delegate.h', |
262 'base/request_priority.cc', | 263 'base/request_priority.cc', |
263 'base/request_priority.h', | 264 'base/request_priority.h', |
264 'base/sdch_dictionary_fetcher.cc', | 265 'base/sdch_dictionary_fetcher.cc', |
265 'base/sdch_dictionary_fetcher.h', | 266 'base/sdch_dictionary_fetcher.h', |
266 'base/sdch_manager.cc', | 267 'base/sdch_manager.cc', |
267 'base/sdch_manager.h', | 268 'base/sdch_manager.h', |
268 'base/static_cookie_policy.cc', | 269 'base/static_cookie_policy.cc', |
269 'base/static_cookie_policy.h', | 270 'base/static_cookie_policy.h', |
270 'base/test_data_stream.cc', | 271 'base/test_data_stream.cc', |
271 'base/test_data_stream.h', | 272 'base/test_data_stream.h', |
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1740 'tools/quic/test_tools/quic_test_client.h', | 1741 'tools/quic/test_tools/quic_test_client.h', |
1741 'tools/quic/test_tools/quic_test_utils.cc', | 1742 'tools/quic/test_tools/quic_test_utils.cc', |
1742 'tools/quic/test_tools/quic_test_utils.h', | 1743 'tools/quic/test_tools/quic_test_utils.h', |
1743 'tools/quic/test_tools/server_thread.h', | 1744 'tools/quic/test_tools/server_thread.h', |
1744 'tools/quic/test_tools/server_thread.cc', | 1745 'tools/quic/test_tools/server_thread.cc', |
1745 'tools/quic/test_tools/simple_client.h', | 1746 'tools/quic/test_tools/simple_client.h', |
1746 'tools/quic/test_tools/simple_client.cc', | 1747 'tools/quic/test_tools/simple_client.cc', |
1747 ], | 1748 ], |
1748 } | 1749 } |
1749 } | 1750 } |
OLD | NEW |