| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index fbd3b7d332d9898c90c1256cd3527a4e11c0e154..6d5430c808450d13564a5227c52b3a88248f917c 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -390,6 +390,7 @@
|
| 'page_transition_types_java',
|
| 'popup_item_type_java',
|
| 'result_codes_java',
|
| + 'selection_event_type_java',
|
| 'speech_recognition_error_java',
|
| 'top_controls_state_java',
|
| 'screen_orientation_values_java',
|
| @@ -471,6 +472,18 @@
|
| 'includes': [ '../build/android/java_cpp_template.gypi' ],
|
| },
|
| {
|
| + 'target_name': 'selection_event_type_java',
|
| + 'type': 'none',
|
| + 'sources': [
|
| + 'public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template',
|
| + ],
|
| + 'variables': {
|
| + 'package_name': 'org/chromium/content/browser/input',
|
| + 'template_deps': ['browser/renderer_host/input/selection_event_type_list.h'],
|
| + },
|
| + 'includes': [ '../build/android/java_cpp_template.gypi' ],
|
| + },
|
| + {
|
| 'target_name': 'speech_recognition_error_java',
|
| 'type': 'none',
|
| 'sources': [
|
|
|