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

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: Rebased, nits 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
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | 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 '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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'browser/speech/input_tag_speech_dispatcher_host.h', 965 'browser/speech/input_tag_speech_dispatcher_host.h',
966 'browser/speech/speech_recognition_dispatcher_host.cc', 966 'browser/speech/speech_recognition_dispatcher_host.cc',
967 'browser/speech/speech_recognition_dispatcher_host.h', 967 'browser/speech/speech_recognition_dispatcher_host.h',
968 'browser/speech/speech_recognition_engine.cc', 968 'browser/speech/speech_recognition_engine.cc',
969 'browser/speech/speech_recognition_engine.h', 969 'browser/speech/speech_recognition_engine.h',
970 'browser/speech/speech_recognition_manager_impl.cc', 970 'browser/speech/speech_recognition_manager_impl.cc',
971 'browser/speech/speech_recognition_manager_impl.h', 971 'browser/speech/speech_recognition_manager_impl.h',
972 'browser/speech/speech_recognizer.h', 972 'browser/speech/speech_recognizer.h',
973 'browser/speech/speech_recognizer_impl.cc', 973 'browser/speech/speech_recognizer_impl.cc',
974 'browser/speech/speech_recognizer_impl.h', 974 'browser/speech/speech_recognizer_impl.h',
975 'browser/speech/speech_recognizer_impl_android.cc',
976 'browser/speech/speech_recognizer_impl_android.h',
975 'browser/ssl/ssl_cert_error_handler.cc', 977 'browser/ssl/ssl_cert_error_handler.cc',
976 'browser/ssl/ssl_cert_error_handler.h', 978 'browser/ssl/ssl_cert_error_handler.h',
977 'browser/ssl/ssl_client_auth_handler.cc', 979 'browser/ssl/ssl_client_auth_handler.cc',
978 'browser/ssl/ssl_client_auth_handler.h', 980 'browser/ssl/ssl_client_auth_handler.h',
979 'browser/ssl/ssl_error_handler.cc', 981 'browser/ssl/ssl_error_handler.cc',
980 'browser/ssl/ssl_error_handler.h', 982 'browser/ssl/ssl_error_handler.h',
981 'browser/ssl/ssl_host_state.cc', 983 'browser/ssl/ssl_host_state.cc',
982 'browser/ssl/ssl_host_state.h', 984 'browser/ssl/ssl_host_state.h',
983 'browser/ssl/ssl_manager.cc', 985 'browser/ssl/ssl_manager.cc',
984 'browser/ssl/ssl_manager.h', 986 'browser/ssl/ssl_manager.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'link_settings': { 1292 'link_settings': {
1291 'libraries': [ 1293 'libraries': [
1292 '-ljnigraphics', 1294 '-ljnigraphics',
1293 ], 1295 ],
1294 }, 1296 },
1295 'sources/': [ 1297 'sources/': [
1296 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], 1298 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
1297 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], 1299 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
1298 ['exclude', '^browser/tracing/tracing_ui'], 1300 ['exclude', '^browser/tracing/tracing_ui'],
1299 ['exclude', '^browser/speech/'], 1301 ['exclude', '^browser/speech/'],
1300 ['include', '^browser/speech/speech_recognition_dispatcher_host'], 1302 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'],
1301 ['include', '^browser/speech/speech_recognition_manager_impl'], 1303 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] ,
1302 ['include', '^browser/speech/speech_recognizer\\.h$'], 1304 ['include', '^browser/speech/speech_recognizer\\.h$'],
1305 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'],
1303 ], 1306 ],
1304 }, { 1307 }, { # OS!="android"
1305 'sources/': [ 1308 'sources/': [
1306 ['exclude', '^browser/renderer_host/java/'], 1309 ['exclude', '^browser/renderer_host/java/'],
1310 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'],
1307 ], 1311 ],
1308 }], 1312 }],
1309 ['OS=="mac"', { 1313 ['OS=="mac"', {
1310 'sources': [ 1314 'sources': [
1311 # Build necessary Mozilla sources 1315 # Build necessary Mozilla sources
1312 '../third_party/mozilla/ComplexTextInputPanel.h', 1316 '../third_party/mozilla/ComplexTextInputPanel.h',
1313 '../third_party/mozilla/ComplexTextInputPanel.mm', 1317 '../third_party/mozilla/ComplexTextInputPanel.mm',
1314 '../third_party/mozilla/NSPasteboard+Utils.h', 1318 '../third_party/mozilla/NSPasteboard+Utils.h',
1315 '../third_party/mozilla/NSPasteboard+Utils.mm', 1319 '../third_party/mozilla/NSPasteboard+Utils.mm',
1316 '../third_party/mozilla/NSString+Utils.h', 1320 '../third_party/mozilla/NSString+Utils.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 'browser/plugin_service_impl.h', 1418 'browser/plugin_service_impl.h',
1415 'browser/ppapi_plugin_process_host.cc', 1419 'browser/ppapi_plugin_process_host.cc',
1416 'public/browser/plugin_service.h', 1420 'public/browser/plugin_service.h',
1417 ], 1421 ],
1418 'sources/': [ 1422 'sources/': [
1419 ['exclude', '^browser/renderer_host/pepper/'], 1423 ['exclude', '^browser/renderer_host/pepper/'],
1420 ], 1424 ],
1421 }], 1425 }],
1422 ['input_speech==0', { 1426 ['input_speech==0', {
1423 'sources/': [ 1427 'sources/': [
1424 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host'], 1428 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1425 ], 1429 ],
1426 }, { # input_speech==1 1430 }, { # input_speech==1
1427 'dependencies': [ 1431 'dependencies': [
1428 '../third_party/flac/flac.gyp:libflac', 1432 '../third_party/flac/flac.gyp:libflac',
1429 '../third_party/speex/speex.gyp:libspeex', 1433 '../third_party/speex/speex.gyp:libspeex',
1430 ], 1434 ],
1431 }], 1435 }],
1432 ['linux_use_libgps==1', { 1436 ['linux_use_libgps==1', {
1433 'dependencies': [ 1437 'dependencies': [
1434 '../build/linux/system.gyp:libgps', 1438 '../build/linux/system.gyp:libgps',
1435 ], 1439 ],
1436 }], 1440 }],
1437 ], 1441 ],
1438 } 1442 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698