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

Unified Diff: content/content.gyp

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/speech/speech_recognizer_impl_android.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 7499e9be4e126fd67ed147600d77e73bec40ce8c..68a6f4016caad44368555dcb746c0c7a01379c03 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -364,6 +364,7 @@
'content_common',
'page_transition_types_java',
'result_codes_java',
+ 'speech_recognition_error_java',
'top_controls_state_java',
'content_native_libraries_gen',
],
@@ -410,6 +411,18 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ 'target_name': 'speech_recognition_error_java',
+ 'type': 'none',
+ 'sources': [
+ 'public/android/java/src/org/chromium/content/browser/SpeechRecognitionError.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/content/browser',
+ 'template_deps': ['public/common/speech_recognition_error_list.h'],
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'top_controls_state_java',
'type': 'none',
'sources': [
« no previous file with comments | « content/browser/speech/speech_recognizer_impl_android.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698