| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 'socket/ssl_test_util.cc', | 316 'socket/ssl_test_util.cc', |
| 317 'socket/ssl_test_util.h', | 317 'socket/ssl_test_util.h', |
| 318 'socket/tcp_client_socket.h', | 318 'socket/tcp_client_socket.h', |
| 319 'socket/tcp_client_socket_libevent.cc', | 319 'socket/tcp_client_socket_libevent.cc', |
| 320 'socket/tcp_client_socket_libevent.h', | 320 'socket/tcp_client_socket_libevent.h', |
| 321 'socket/tcp_client_socket_pool.cc', | 321 'socket/tcp_client_socket_pool.cc', |
| 322 'socket/tcp_client_socket_pool.h', | 322 'socket/tcp_client_socket_pool.h', |
| 323 'socket/tcp_client_socket_win.cc', | 323 'socket/tcp_client_socket_win.cc', |
| 324 'socket/tcp_client_socket_win.h', | 324 'socket/tcp_client_socket_win.h', |
| 325 'socket/tcp_pinger.h', | 325 'socket/tcp_pinger.h', |
| 326 'socket_stream/socket_stream.cc', |
| 327 'socket_stream/socket_stream.h', |
| 326 'third_party/parseftp/ParseFTPList.cpp', | 328 'third_party/parseftp/ParseFTPList.cpp', |
| 327 'third_party/parseftp/ParseFTPList.h', | 329 'third_party/parseftp/ParseFTPList.h', |
| 328 'url_request/url_request.cc', | 330 'url_request/url_request.cc', |
| 329 'url_request/url_request.h', | 331 'url_request/url_request.h', |
| 330 'url_request/url_request_about_job.cc', | 332 'url_request/url_request_about_job.cc', |
| 331 'url_request/url_request_about_job.h', | 333 'url_request/url_request_about_job.h', |
| 332 'url_request/url_request_context.h', | 334 'url_request/url_request_context.h', |
| 333 'url_request/url_request_error_job.cc', | 335 'url_request/url_request_error_job.cc', |
| 334 'url_request/url_request_error_job.h', | 336 'url_request/url_request_error_job.h', |
| 335 'url_request/url_request_file_dir_job.cc', | 337 'url_request/url_request_file_dir_job.cc', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 ], | 745 ], |
| 744 }], | 746 }], |
| 745 ], | 747 ], |
| 746 } | 748 } |
| 747 | 749 |
| 748 # Local Variables: | 750 # Local Variables: |
| 749 # tab-width:2 | 751 # tab-width:2 |
| 750 # indent-tabs-mode:nil | 752 # indent-tabs-mode:nil |
| 751 # End: | 753 # End: |
| 752 # vim: set expandtab tabstop=2 shiftwidth=2: | 754 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |