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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'browser/worker_host/worker_document_set.cc', | 708 'browser/worker_host/worker_document_set.cc', |
709 'browser/worker_host/worker_document_set.h', | 709 'browser/worker_host/worker_document_set.h', |
710 'browser/worker_host/worker_message_filter.cc', | 710 'browser/worker_host/worker_message_filter.cc', |
711 'browser/worker_host/worker_message_filter.h', | 711 'browser/worker_host/worker_message_filter.h', |
712 'browser/worker_host/worker_process_host.cc', | 712 'browser/worker_host/worker_process_host.cc', |
713 'browser/worker_host/worker_process_host.h', | 713 'browser/worker_host/worker_process_host.h', |
714 'browser/worker_host/worker_service_impl.cc', | 714 'browser/worker_host/worker_service_impl.cc', |
715 'browser/worker_host/worker_service_impl.h', | 715 'browser/worker_host/worker_service_impl.h', |
716 'browser/zygote_host_impl_linux.cc', | 716 'browser/zygote_host_impl_linux.cc', |
717 'browser/zygote_host_impl_linux.h', | 717 'browser/zygote_host_impl_linux.h', |
718 'browser/zygote_main_linux.cc', | |
719 # TODO: These should be moved to test_support (see below), but | 718 # TODO: These should be moved to test_support (see below), but |
720 # are currently used by production code in automation_provider.cc. | 719 # are currently used by production code in automation_provider.cc. |
721 'test/net/url_request_failed_job.cc', | 720 'test/net/url_request_failed_job.cc', |
722 'test/net/url_request_failed_job.h', | 721 'test/net/url_request_failed_job.h', |
723 'test/net/url_request_mock_http_job.cc', | 722 'test/net/url_request_mock_http_job.cc', |
724 'test/net/url_request_mock_http_job.h', | 723 'test/net/url_request_mock_http_job.h', |
725 'test/net/url_request_slow_download_job.cc', | 724 'test/net/url_request_slow_download_job.cc', |
726 'test/net/url_request_slow_download_job.h', | 725 'test/net/url_request_slow_download_job.h', |
727 'test/net/url_request_slow_http_job.cc', | 726 'test/net/url_request_slow_http_job.cc', |
728 'test/net/url_request_slow_http_job.h', | 727 'test/net/url_request_slow_http_job.h', |
| 728 'zygote/zygote_main_linux.cc', |
729 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', | 729 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', |
730 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', | 730 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', |
731 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 731 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
732 ], | 732 ], |
733 'conditions': [ | 733 'conditions': [ |
734 ['OS!="win" and OS!="mac" and OS!="linux"', { | 734 ['OS!="win" and OS!="mac" and OS!="linux"', { |
735 'sources': [ | 735 'sources': [ |
736 'browser/gamepad/platform_data_fetcher.cc', | 736 'browser/gamepad/platform_data_fetcher.cc', |
737 ] | 737 ] |
738 }], | 738 }], |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 ], | 913 ], |
914 }], | 914 }], |
915 ['input_speech==0', { | 915 ['input_speech==0', { |
916 'sources/': [ | 916 'sources/': [ |
917 ['exclude', '^browser/speech/'], | 917 ['exclude', '^browser/speech/'], |
918 ], | 918 ], |
919 }], | 919 }], |
920 ], | 920 ], |
921 } | 921 } |
922 | 922 |
OLD | NEW |