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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 'browser/worker_host/worker_document_set.cc', | 760 'browser/worker_host/worker_document_set.cc', |
761 'browser/worker_host/worker_document_set.h', | 761 'browser/worker_host/worker_document_set.h', |
762 'browser/worker_host/worker_message_filter.cc', | 762 'browser/worker_host/worker_message_filter.cc', |
763 'browser/worker_host/worker_message_filter.h', | 763 'browser/worker_host/worker_message_filter.h', |
764 'browser/worker_host/worker_process_host.cc', | 764 'browser/worker_host/worker_process_host.cc', |
765 'browser/worker_host/worker_process_host.h', | 765 'browser/worker_host/worker_process_host.h', |
766 'browser/worker_host/worker_service_impl.cc', | 766 'browser/worker_host/worker_service_impl.cc', |
767 'browser/worker_host/worker_service_impl.h', | 767 'browser/worker_host/worker_service_impl.h', |
768 'browser/zygote_host_impl_linux.cc', | 768 'browser/zygote_host_impl_linux.cc', |
769 'browser/zygote_host_impl_linux.h', | 769 'browser/zygote_host_impl_linux.h', |
| 770 'zygote/zygote_libc_override_linux.cc', |
| 771 'zygote/zygote_libc_override_linux.h', |
770 'zygote/zygote_linux.cc', | 772 'zygote/zygote_linux.cc', |
771 'zygote/zygote_linux.h', | 773 'zygote/zygote_linux.h', |
772 'zygote/zygote_main_linux.cc', | 774 'zygote/zygote_main_linux.cc', |
773 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', | 775 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', |
774 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', | 776 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', |
775 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 777 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
776 ], | 778 ], |
777 'conditions': [ | 779 'conditions': [ |
778 ['OS!="win" and OS!="mac" and OS!="linux"', { | 780 ['OS!="win" and OS!="mac" and OS!="linux"', { |
779 'sources': [ | 781 'sources': [ |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
979 ], | 981 ], |
980 }], | 982 }], |
981 ['input_speech==0', { | 983 ['input_speech==0', { |
982 'sources/': [ | 984 'sources/': [ |
983 ['exclude', '^browser/speech/'], | 985 ['exclude', '^browser/speech/'], |
984 ], | 986 ], |
985 }], | 987 }], |
986 ], | 988 ], |
987 } | 989 } |
988 | 990 |
OLD | NEW |