| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'spdy/spdy_settings_storage.h', | 523 'spdy/spdy_settings_storage.h', |
| 524 'spdy/spdy_stream.cc', | 524 'spdy/spdy_stream.cc', |
| 525 'spdy/spdy_stream.h', | 525 'spdy/spdy_stream.h', |
| 526 'spdy/spdy_transaction_factory.h', | 526 'spdy/spdy_transaction_factory.h', |
| 527 'url_request/https_prober.h', | 527 'url_request/https_prober.h', |
| 528 'url_request/https_prober.cc', | 528 'url_request/https_prober.cc', |
| 529 'url_request/url_request.cc', | 529 'url_request/url_request.cc', |
| 530 'url_request/url_request.h', | 530 'url_request/url_request.h', |
| 531 'url_request/url_request_about_job.cc', | 531 'url_request/url_request_about_job.cc', |
| 532 'url_request/url_request_about_job.h', | 532 'url_request/url_request_about_job.h', |
| 533 'url_request/url_request_context.cc', |
| 533 'url_request/url_request_context.h', | 534 'url_request/url_request_context.h', |
| 534 'url_request/url_request_data_job.cc', | 535 'url_request/url_request_data_job.cc', |
| 535 'url_request/url_request_data_job.h', | 536 'url_request/url_request_data_job.h', |
| 536 'url_request/url_request_error_job.cc', | 537 'url_request/url_request_error_job.cc', |
| 537 'url_request/url_request_error_job.h', | 538 'url_request/url_request_error_job.h', |
| 538 'url_request/url_request_file_dir_job.cc', | 539 'url_request/url_request_file_dir_job.cc', |
| 539 'url_request/url_request_file_dir_job.h', | 540 'url_request/url_request_file_dir_job.h', |
| 540 'url_request/url_request_file_job.cc', | 541 'url_request/url_request_file_job.cc', |
| 541 'url_request/url_request_file_job.h', | 542 'url_request/url_request_file_job.h', |
| 542 'url_request/url_request_filter.cc', | 543 'url_request/url_request_filter.cc', |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1132 ], | 1133 ], |
| 1133 }], | 1134 }], |
| 1134 ], | 1135 ], |
| 1135 } | 1136 } |
| 1136 | 1137 |
| 1137 # Local Variables: | 1138 # Local Variables: |
| 1138 # tab-width:2 | 1139 # tab-width:2 |
| 1139 # indent-tabs-mode:nil | 1140 # indent-tabs-mode:nil |
| 1140 # End: | 1141 # End: |
| 1141 # vim: set expandtab tabstop=2 shiftwidth=2: | 1142 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |