| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../net/net.gyp:http_server', | 10 '../net/net.gyp:http_server', |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'browser/worker_host/worker_document_set.h', | 695 'browser/worker_host/worker_document_set.h', |
| 696 'browser/worker_host/worker_message_filter.cc', | 696 'browser/worker_host/worker_message_filter.cc', |
| 697 'browser/worker_host/worker_message_filter.h', | 697 'browser/worker_host/worker_message_filter.h', |
| 698 'browser/worker_host/worker_process_host.cc', | 698 'browser/worker_host/worker_process_host.cc', |
| 699 'browser/worker_host/worker_process_host.h', | 699 'browser/worker_host/worker_process_host.h', |
| 700 'browser/worker_host/worker_service_impl.cc', | 700 'browser/worker_host/worker_service_impl.cc', |
| 701 'browser/worker_host/worker_service_impl.h', | 701 'browser/worker_host/worker_service_impl.h', |
| 702 'browser/zygote_host_impl_linux.cc', | 702 'browser/zygote_host_impl_linux.cc', |
| 703 'browser/zygote_host_impl_linux.h', | 703 'browser/zygote_host_impl_linux.h', |
| 704 'browser/zygote_main_linux.cc', | 704 'browser/zygote_main_linux.cc', |
| 705 'common/chrome_switches.cc', |
| 706 'common/chrome_switches.h', |
| 705 # TODO: These should be moved to test_support (see below), but | 707 # TODO: These should be moved to test_support (see below), but |
| 706 # are currently used by production code in automation_provider.cc. | 708 # are currently used by production code in automation_provider.cc. |
| 707 'test/net/url_request_failed_job.cc', | 709 'test/net/url_request_failed_job.cc', |
| 708 'test/net/url_request_failed_job.h', | 710 'test/net/url_request_failed_job.h', |
| 709 'test/net/url_request_mock_http_job.cc', | 711 'test/net/url_request_mock_http_job.cc', |
| 710 'test/net/url_request_mock_http_job.h', | 712 'test/net/url_request_mock_http_job.h', |
| 711 'test/net/url_request_slow_download_job.cc', | 713 'test/net/url_request_slow_download_job.cc', |
| 712 'test/net/url_request_slow_download_job.h', | 714 'test/net/url_request_slow_download_job.h', |
| 713 'test/net/url_request_slow_http_job.cc', | 715 'test/net/url_request_slow_http_job.cc', |
| 714 'test/net/url_request_slow_http_job.h', | 716 'test/net/url_request_slow_http_job.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 ], | 895 ], |
| 894 }], | 896 }], |
| 895 ['input_speech==0', { | 897 ['input_speech==0', { |
| 896 'sources/': [ | 898 'sources/': [ |
| 897 ['exclude', '^browser/speech/'], | 899 ['exclude', '^browser/speech/'], |
| 898 ], | 900 ], |
| 899 }], | 901 }], |
| 900 ], | 902 ], |
| 901 } | 903 } |
| 902 | 904 |
| OLD | NEW |