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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2076 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2076 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
2077 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 2077 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
2078 ], | 2078 ], |
2079 'sources': [ | 2079 'sources': [ |
2080 '<@(plugin_browser_sources)', | 2080 '<@(plugin_browser_sources)', |
2081 ], | 2081 ], |
2082 }], | 2082 }], |
2083 ['enable_web_speech==1', { | 2083 ['enable_web_speech==1', { |
2084 'dependencies': [ | 2084 'dependencies': [ |
2085 '../third_party/flac/flac.gyp:libflac', | 2085 '../third_party/flac/flac.gyp:libflac', |
2086 '../third_party/speex/speex.gyp:libspeex', | |
2087 ], | 2086 ], |
2088 }], | 2087 }], |
2089 ['enable_web_speech==0 and OS=="android"', { | 2088 ['enable_web_speech==0 and OS=="android"', { |
2090 'sources/': [ | 2089 'sources/': [ |
2091 ['exclude', '^browser/speech/'], | 2090 ['exclude', '^browser/speech/'], |
2092 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], | 2091 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], |
2093 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, | 2092 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
2094 ['include', '^browser/speech/speech_recognizer\\.h$'], | 2093 ['include', '^browser/speech/speech_recognizer\\.h$'], |
2095 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | 2094 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
2096 ], | 2095 ], |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2131 'sources': [ | 2130 'sources': [ |
2132 'browser/vr/vr_device.cc', | 2131 'browser/vr/vr_device.cc', |
2133 'browser/vr/vr_device.h', | 2132 'browser/vr/vr_device.h', |
2134 'browser/vr/vr_device_manager.cc', | 2133 'browser/vr/vr_device_manager.cc', |
2135 'browser/vr/vr_device_manager.h', | 2134 'browser/vr/vr_device_manager.h', |
2136 'browser/vr/vr_device_provider.h', | 2135 'browser/vr/vr_device_provider.h', |
2137 ] | 2136 ] |
2138 }], | 2137 }], |
2139 ], | 2138 ], |
2140 } | 2139 } |
OLD | NEW |