Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index 3adec3ea004546663a1c994bc78a04bdd7986a67..7bc40bfbc37e795809d9673d135d7542dcca910a 100644 |
| --- a/content/content.gyp |
| +++ b/content/content.gyp |
| @@ -438,6 +438,7 @@ |
| '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java', |
| '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', |
| 'common_aidl', |
| + 'console_message_level_java', |
| 'content_common', |
| 'content_strings_grd', |
| 'content_gamepad_mapping', |
| @@ -458,6 +459,14 @@ |
| 'includes': [ '../build/java.gypi' ], |
| }, |
| { |
| + 'target_name': 'console_message_level_java', |
|
no sievers
2015/01/27 20:01:18
wow, this is getting cluttered (see all other dupl
Jaekyun Seok (inactive)
2015/01/27 21:59:11
I filed http://crbug.com/452661 to follow up this
|
| + 'type': 'none', |
| + 'variables': { |
| + 'source_file': 'public/common/console_message_level.h', |
| + }, |
| + 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| + }, |
| + { |
| 'target_name': 'content_strings_grd', |
| # The android_webview/Android.mk file depends on this target directly. |
| 'android_unmangled_name': 1, |