| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 'socket/tcp_pinger.h', | 342 'socket/tcp_pinger.h', |
| 343 'socket_stream/socket_stream.cc', | 343 'socket_stream/socket_stream.cc', |
| 344 'socket_stream/socket_stream.h', | 344 'socket_stream/socket_stream.h', |
| 345 'third_party/parseftp/ParseFTPList.cpp', | 345 'third_party/parseftp/ParseFTPList.cpp', |
| 346 'third_party/parseftp/ParseFTPList.h', | 346 'third_party/parseftp/ParseFTPList.h', |
| 347 'url_request/url_request.cc', | 347 'url_request/url_request.cc', |
| 348 'url_request/url_request.h', | 348 'url_request/url_request.h', |
| 349 'url_request/url_request_about_job.cc', | 349 'url_request/url_request_about_job.cc', |
| 350 'url_request/url_request_about_job.h', | 350 'url_request/url_request_about_job.h', |
| 351 'url_request/url_request_context.h', | 351 'url_request/url_request_context.h', |
| 352 'url_request/url_request_data_job.cc', |
| 353 'url_request/url_request_data_job.h', |
| 352 'url_request/url_request_error_job.cc', | 354 'url_request/url_request_error_job.cc', |
| 353 'url_request/url_request_error_job.h', | 355 'url_request/url_request_error_job.h', |
| 354 'url_request/url_request_file_dir_job.cc', | 356 'url_request/url_request_file_dir_job.cc', |
| 355 'url_request/url_request_file_dir_job.h', | 357 'url_request/url_request_file_dir_job.h', |
| 356 'url_request/url_request_file_job.cc', | 358 'url_request/url_request_file_job.cc', |
| 357 'url_request/url_request_file_job.h', | 359 'url_request/url_request_file_job.h', |
| 358 'url_request/url_request_filter.cc', | 360 'url_request/url_request_filter.cc', |
| 359 'url_request/url_request_filter.h', | 361 'url_request/url_request_filter.h', |
| 360 'url_request/url_request_ftp_job.cc', | 362 'url_request/url_request_ftp_job.cc', |
| 361 'url_request/url_request_ftp_job.h', | 363 'url_request/url_request_ftp_job.h', |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 ], | 770 ], |
| 769 }], | 771 }], |
| 770 ], | 772 ], |
| 771 } | 773 } |
| 772 | 774 |
| 773 # Local Variables: | 775 # Local Variables: |
| 774 # tab-width:2 | 776 # tab-width:2 |
| 775 # indent-tabs-mode:nil | 777 # indent-tabs-mode:nil |
| 776 # End: | 778 # End: |
| 777 # vim: set expandtab tabstop=2 shiftwidth=2: | 779 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |