| 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': [
|
|
|