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

Unified Diff: content/content.gyp

Issue 873133002: Add AddMessageToDevToolsConsole to WebContentsAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the method Created 5 years, 11 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
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,

Powered by Google App Engine
This is Rietveld 408576698