Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: content/content_browser.gypi

Issue 1257923002: content: Remove unused speex related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm more references Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/speech/google_streaming_remote_engine.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/browser/speech/google_streaming_remote_engine.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698