| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'socket/ssl_client_socket_nss.cc', | 586 'socket/ssl_client_socket_nss.cc', |
| 587 'socket/ssl_client_socket_nss.h', | 587 'socket/ssl_client_socket_nss.h', |
| 588 'socket/ssl_client_socket_nss_factory.cc', | 588 'socket/ssl_client_socket_nss_factory.cc', |
| 589 'socket/ssl_client_socket_nss_factory.h', | 589 'socket/ssl_client_socket_nss_factory.h', |
| 590 'socket/ssl_client_socket_openssl.cc', | 590 'socket/ssl_client_socket_openssl.cc', |
| 591 'socket/ssl_client_socket_openssl.h', | 591 'socket/ssl_client_socket_openssl.h', |
| 592 'socket/ssl_client_socket_pool.cc', | 592 'socket/ssl_client_socket_pool.cc', |
| 593 'socket/ssl_client_socket_pool.h', | 593 'socket/ssl_client_socket_pool.h', |
| 594 'socket/ssl_client_socket_win.cc', | 594 'socket/ssl_client_socket_win.cc', |
| 595 'socket/ssl_client_socket_win.h', | 595 'socket/ssl_client_socket_win.h', |
| 596 'socket/tcp_client_socket.cc', |
| 596 'socket/tcp_client_socket.h', | 597 'socket/tcp_client_socket.h', |
| 597 'socket/tcp_client_socket_libevent.cc', | 598 'socket/tcp_client_socket_libevent.cc', |
| 598 'socket/tcp_client_socket_libevent.h', | 599 'socket/tcp_client_socket_libevent.h', |
| 599 'socket/tcp_client_socket_pool.cc', | 600 'socket/tcp_client_socket_pool.cc', |
| 600 'socket/tcp_client_socket_pool.h', | 601 'socket/tcp_client_socket_pool.h', |
| 601 'socket/tcp_client_socket_win.cc', | 602 'socket/tcp_client_socket_win.cc', |
| 602 'socket/tcp_client_socket_win.h', | 603 'socket/tcp_client_socket_win.h', |
| 603 'socket_stream/socket_stream.cc', | 604 'socket_stream/socket_stream.cc', |
| 604 'socket_stream/socket_stream.h', | 605 'socket_stream/socket_stream.h', |
| 605 'socket_stream/socket_stream_job.cc', | 606 'socket_stream/socket_stream_job.cc', |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 ], | 1335 ], |
| 1335 }], | 1336 }], |
| 1336 ], | 1337 ], |
| 1337 } | 1338 } |
| 1338 | 1339 |
| 1339 # Local Variables: | 1340 # Local Variables: |
| 1340 # tab-width:2 | 1341 # tab-width:2 |
| 1341 # indent-tabs-mode:nil | 1342 # indent-tabs-mode:nil |
| 1342 # End: | 1343 # End: |
| 1343 # vim: set expandtab tabstop=2 shiftwidth=2: | 1344 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |