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