| 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'browser/worker_host/message_port_service.cc', | 781 'browser/worker_host/message_port_service.cc', |
| 782 'browser/worker_host/message_port_service.h', | 782 'browser/worker_host/message_port_service.h', |
| 783 'browser/worker_host/worker_document_set.cc', | 783 'browser/worker_host/worker_document_set.cc', |
| 784 'browser/worker_host/worker_document_set.h', | 784 'browser/worker_host/worker_document_set.h', |
| 785 'browser/worker_host/worker_message_filter.cc', | 785 'browser/worker_host/worker_message_filter.cc', |
| 786 'browser/worker_host/worker_message_filter.h', | 786 'browser/worker_host/worker_message_filter.h', |
| 787 'browser/worker_host/worker_process_host.cc', | 787 'browser/worker_host/worker_process_host.cc', |
| 788 'browser/worker_host/worker_process_host.h', | 788 'browser/worker_host/worker_process_host.h', |
| 789 'browser/worker_host/worker_service_impl.cc', | 789 'browser/worker_host/worker_service_impl.cc', |
| 790 'browser/worker_host/worker_service_impl.h', | 790 'browser/worker_host/worker_service_impl.h', |
| 791 'browser/zygote_host_impl_linux.cc', | 791 'browser/zygote_host/zygote_host_impl_linux.cc', |
| 792 'browser/zygote_host_impl_linux.h', | 792 'browser/zygote_host/zygote_host_impl_linux.h', |
| 793 'zygote/zygote_linux.cc', | 793 'zygote/zygote_linux.cc', |
| 794 'zygote/zygote_linux.h', | 794 'zygote/zygote_linux.h', |
| 795 'zygote/zygote_main_linux.cc', | 795 'zygote/zygote_main_linux.cc', |
| 796 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', | 796 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', |
| 797 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', | 797 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', |
| 798 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 798 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
| 799 ], | 799 ], |
| 800 'conditions': [ | 800 'conditions': [ |
| 801 ['OS!="win" and OS!="mac" and OS!="linux"', { | 801 ['OS!="win" and OS!="mac" and OS!="linux"', { |
| 802 'sources': [ | 802 'sources': [ |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 ['exclude', '^browser/renderer_host/java/'], | 984 ['exclude', '^browser/renderer_host/java/'], |
| 985 ], | 985 ], |
| 986 }], | 986 }], |
| 987 ['input_speech==0', { | 987 ['input_speech==0', { |
| 988 'sources/': [ | 988 'sources/': [ |
| 989 ['exclude', '^browser/speech/'], | 989 ['exclude', '^browser/speech/'], |
| 990 ], | 990 ], |
| 991 }], | 991 }], |
| 992 ], | 992 ], |
| 993 } | 993 } |
| OLD | NEW |