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

Side by Side Diff: content/content_browser.gypi

Issue 15907012: Implement SpeechRecognizerImplAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'browser/speech/input_tag_speech_dispatcher_host.h', 916 'browser/speech/input_tag_speech_dispatcher_host.h',
917 'browser/speech/speech_recognition_dispatcher_host.cc', 917 'browser/speech/speech_recognition_dispatcher_host.cc',
918 'browser/speech/speech_recognition_dispatcher_host.h', 918 'browser/speech/speech_recognition_dispatcher_host.h',
919 'browser/speech/speech_recognition_engine.cc', 919 'browser/speech/speech_recognition_engine.cc',
920 'browser/speech/speech_recognition_engine.h', 920 'browser/speech/speech_recognition_engine.h',
921 'browser/speech/speech_recognition_manager_impl.cc', 921 'browser/speech/speech_recognition_manager_impl.cc',
922 'browser/speech/speech_recognition_manager_impl.h', 922 'browser/speech/speech_recognition_manager_impl.h',
923 'browser/speech/speech_recognizer.h', 923 'browser/speech/speech_recognizer.h',
924 'browser/speech/speech_recognizer_impl.cc', 924 'browser/speech/speech_recognizer_impl.cc',
925 'browser/speech/speech_recognizer_impl.h', 925 'browser/speech/speech_recognizer_impl.h',
926 'browser/speech/speech_recognizer_impl_android.cc',
927 'browser/speech/speech_recognizer_impl_android.h',
926 'browser/ssl/ssl_cert_error_handler.cc', 928 'browser/ssl/ssl_cert_error_handler.cc',
927 'browser/ssl/ssl_cert_error_handler.h', 929 'browser/ssl/ssl_cert_error_handler.h',
928 'browser/ssl/ssl_client_auth_handler.cc', 930 'browser/ssl/ssl_client_auth_handler.cc',
929 'browser/ssl/ssl_client_auth_handler.h', 931 'browser/ssl/ssl_client_auth_handler.h',
930 'browser/ssl/ssl_error_handler.cc', 932 'browser/ssl/ssl_error_handler.cc',
931 'browser/ssl/ssl_error_handler.h', 933 'browser/ssl/ssl_error_handler.h',
932 'browser/ssl/ssl_host_state.cc', 934 'browser/ssl/ssl_host_state.cc',
933 'browser/ssl/ssl_host_state.h', 935 'browser/ssl/ssl_host_state.h',
934 'browser/ssl/ssl_manager.cc', 936 'browser/ssl/ssl_manager.cc',
935 'browser/ssl/ssl_manager.h', 937 'browser/ssl/ssl_manager.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 ], 1228 ],
1227 }, 1229 },
1228 'sources/': [ 1230 'sources/': [
1229 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], 1231 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
1230 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], 1232 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
1231 ['exclude', '^browser/tracing/tracing_ui'], 1233 ['exclude', '^browser/tracing/tracing_ui'],
1232 ['exclude', '^browser/speech/'], 1234 ['exclude', '^browser/speech/'],
1233 ['include', '^browser/speech/speech_recognition_dispatcher_host'], 1235 ['include', '^browser/speech/speech_recognition_dispatcher_host'],
1234 ['include', '^browser/speech/speech_recognition_manager_impl'], 1236 ['include', '^browser/speech/speech_recognition_manager_impl'],
1235 ['include', '^browser/speech/speech_recognizer\\.h$'], 1237 ['include', '^browser/speech/speech_recognizer\\.h$'],
1238 ['include', '^browser/speech/speech_recognizer_impl_android'],
1236 ], 1239 ],
1237 }], 1240 }],
1238 ['OS=="mac"', { 1241 ['OS=="mac"', {
1239 'sources': [ 1242 'sources': [
1240 # Build necessary Mozilla sources 1243 # Build necessary Mozilla sources
1241 '../third_party/mozilla/ComplexTextInputPanel.h', 1244 '../third_party/mozilla/ComplexTextInputPanel.h',
1242 '../third_party/mozilla/ComplexTextInputPanel.mm', 1245 '../third_party/mozilla/ComplexTextInputPanel.mm',
1243 '../third_party/mozilla/NSPasteboard+Utils.h', 1246 '../third_party/mozilla/NSPasteboard+Utils.h',
1244 '../third_party/mozilla/NSPasteboard+Utils.mm', 1247 '../third_party/mozilla/NSPasteboard+Utils.mm',
1245 '../third_party/mozilla/NSString+Utils.h', 1248 '../third_party/mozilla/NSString+Utils.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 '../third_party/speex/speex.gyp:libspeex', 1370 '../third_party/speex/speex.gyp:libspeex',
1368 ], 1371 ],
1369 }], 1372 }],
1370 ['linux_use_libgps==1', { 1373 ['linux_use_libgps==1', {
1371 'dependencies': [ 1374 'dependencies': [
1372 '../build/linux/system.gyp:libgps', 1375 '../build/linux/system.gyp:libgps',
1373 ], 1376 ],
1374 }], 1377 }],
1375 ], 1378 ],
1376 } 1379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698