| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index ef9d21aa853f9687bd2c32187a512a9163fa97c8..3d73378c51bbd5de8acd08c7cadd3e53fe909b81 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -444,6 +444,7 @@
|
| 'content_strings_grd',
|
| 'content_gamepad_mapping',
|
| 'gesture_event_type_java',
|
| + 'invalidate_types_java',
|
| 'navigation_controller_java',
|
| 'popup_item_type_java',
|
| 'result_codes_java',
|
| @@ -496,6 +497,14 @@
|
| 'includes': [ '../build/android/java_cpp_enum.gypi' ],
|
| },
|
| {
|
| + 'target_name': 'invalidate_types_java',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'source_file': 'public/browser/invalidate_type.h',
|
| + },
|
| + 'includes': [ '../build/android/java_cpp_enum.gypi' ],
|
| + },
|
| + {
|
| 'target_name': 'navigation_controller_java',
|
| 'type': 'none',
|
| 'variables': {
|
|
|