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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 'base/network_config_watcher_mac.h', | 512 'base/network_config_watcher_mac.h', |
513 'base/network_delegate.cc', | 513 'base/network_delegate.cc', |
514 'base/network_delegate.h', | 514 'base/network_delegate.h', |
515 'base/network_delegate_impl.cc', | 515 'base/network_delegate_impl.cc', |
516 'base/network_delegate_impl.h', | 516 'base/network_delegate_impl.h', |
517 'base/network_interfaces_linux.cc', | 517 'base/network_interfaces_linux.cc', |
518 'base/network_interfaces_mac.cc', | 518 'base/network_interfaces_mac.cc', |
519 'base/network_interfaces_win.cc', | 519 'base/network_interfaces_win.cc', |
520 'base/network_quality_estimator.cc', | 520 'base/network_quality_estimator.cc', |
521 'base/network_quality_estimator.h', | 521 'base/network_quality_estimator.h', |
| 522 'base/network_stream_throttler.cc', |
| 523 'base/network_stream_throttler.h', |
522 'base/nss_memio.c', | 524 'base/nss_memio.c', |
523 'base/nss_memio.h', | 525 'base/nss_memio.h', |
524 'base/platform_mime_util.h', | 526 'base/platform_mime_util.h', |
525 'base/platform_mime_util_linux.cc', | 527 'base/platform_mime_util_linux.cc', |
526 'base/platform_mime_util_mac.mm', | 528 'base/platform_mime_util_mac.mm', |
527 'base/platform_mime_util_win.cc', | 529 'base/platform_mime_util_win.cc', |
528 'base/prioritized_dispatcher.cc', | 530 'base/prioritized_dispatcher.cc', |
529 'base/prioritized_dispatcher.h', | 531 'base/prioritized_dispatcher.h', |
530 'base/priority_queue.h', | 532 'base/priority_queue.h', |
531 'base/proxy_delegate.h', | 533 'base/proxy_delegate.h', |
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2003 "websockets/websocket_handshake_stream_create_helper.cc", | 2005 "websockets/websocket_handshake_stream_create_helper.cc", |
2004 "websockets/websocket_handshake_stream_create_helper.h", | 2006 "websockets/websocket_handshake_stream_create_helper.h", |
2005 "websockets/websocket_inflater.cc", | 2007 "websockets/websocket_inflater.cc", |
2006 "websockets/websocket_inflater.h", | 2008 "websockets/websocket_inflater.h", |
2007 "websockets/websocket_mux.h", | 2009 "websockets/websocket_mux.h", |
2008 "websockets/websocket_stream.cc", | 2010 "websockets/websocket_stream.cc", |
2009 "websockets/websocket_stream.h", | 2011 "websockets/websocket_stream.h", |
2010 ], | 2012 ], |
2011 } | 2013 } |
2012 } | 2014 } |
OLD | NEW |