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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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_linux.cc', | 770 'zygote/zygote_linux.cc', |
771 'zygote/zygote_linux.h', | 771 'zygote/zygote_linux.h', |
772 'zygote/zygote_main_linux.cc', | 772 'zygote/zygote_main_linux.cc', |
773 '../sandbox/linux/services/libc_urandom_override.cc', | |
774 '../sandbox/linux/services/libc_urandom_override.h', | |
jam
2012/07/11 21:35:16
these should be listed in the sandbox gyp, and con
| |
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': [ |
780 'browser/gamepad/platform_data_fetcher.cc', | 782 'browser/gamepad/platform_data_fetcher.cc', |
781 ] | 783 ] |
782 }], | 784 }], |
(...skipping 196 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 |