| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 'browser/worker_host/worker_message_filter.h', | 692 'browser/worker_host/worker_message_filter.h', |
| 693 'browser/worker_host/worker_process_host.cc', | 693 'browser/worker_host/worker_process_host.cc', |
| 694 'browser/worker_host/worker_process_host.h', | 694 'browser/worker_host/worker_process_host.h', |
| 695 'browser/worker_host/worker_service_impl.cc', | 695 'browser/worker_host/worker_service_impl.cc', |
| 696 'browser/worker_host/worker_service_impl.h', | 696 'browser/worker_host/worker_service_impl.h', |
| 697 'browser/zygote_host_impl_linux.cc', | 697 'browser/zygote_host_impl_linux.cc', |
| 698 'browser/zygote_host_impl_linux.h', | 698 'browser/zygote_host_impl_linux.h', |
| 699 'browser/zygote_main_linux.cc', | 699 'browser/zygote_main_linux.cc', |
| 700 # TODO: These should be moved to test_support (see below), but | 700 # TODO: These should be moved to test_support (see below), but |
| 701 # are currently used by production code in automation_provider.cc. | 701 # are currently used by production code in automation_provider.cc. |
| 702 'test/net/url_request_failed_dns_job.cc', | 702 'test/net/url_request_failed_job.cc', |
| 703 'test/net/url_request_failed_dns_job.h', | 703 'test/net/url_request_failed_job.h', |
| 704 'test/net/url_request_mock_http_job.cc', | 704 'test/net/url_request_mock_http_job.cc', |
| 705 'test/net/url_request_mock_http_job.h', | 705 'test/net/url_request_mock_http_job.h', |
| 706 'test/net/url_request_slow_download_job.cc', | 706 'test/net/url_request_slow_download_job.cc', |
| 707 'test/net/url_request_slow_download_job.h', | 707 'test/net/url_request_slow_download_job.h', |
| 708 'test/net/url_request_slow_http_job.cc', | 708 'test/net/url_request_slow_http_job.cc', |
| 709 'test/net/url_request_slow_http_job.h', | 709 'test/net/url_request_slow_http_job.h', |
| 710 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', | 710 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', |
| 711 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', | 711 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', |
| 712 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 712 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
| 713 ], | 713 ], |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 ], | 894 ], |
| 895 }], | 895 }], |
| 896 ['input_speech==0', { | 896 ['input_speech==0', { |
| 897 'sources/': [ | 897 'sources/': [ |
| 898 ['exclude', '^browser/speech/'], | 898 ['exclude', '^browser/speech/'], |
| 899 ], | 899 ], |
| 900 }], | 900 }], |
| 901 ], | 901 ], |
| 902 } | 902 } |
| 903 | 903 |
| OLD | NEW |