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

Unified Diff: android_webview/libwebviewchromium.gypi

Issue 834133004: Don't initialize C++ constants in Java during JNI registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: multi-line package name yet again 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: android_webview/libwebviewchromium.gypi
diff --git a/android_webview/libwebviewchromium.gypi b/android_webview/libwebviewchromium.gypi
index 49a2ef0e04ba7569837e5b66bc29279514132965..b082f12f3164ecae6a8814525ec81ad329c356a0 100644
--- a/android_webview/libwebviewchromium.gypi
+++ b/android_webview/libwebviewchromium.gypi
@@ -18,6 +18,7 @@
'../base/base.gyp:base_java_memory_pressure_level',
'../content/content.gyp:content_gamepad_mapping',
'../content/content.gyp:gesture_event_type_java',
+ '../content/content.gyp:navigation_controller_java',
'../content/content.gyp:popup_item_type_java',
'../content/content.gyp:result_codes_java',
'../content/content.gyp:screen_orientation_values_java',
@@ -29,6 +30,8 @@
'../net/net.gyp:network_change_notifier_types_java',
'../net/net.gyp:net_errors_java',
'../net/net.gyp:private_key_types_java',
+ '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java',
+ '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type',
'../ui/android/ui_android.gyp:android_resource_type_java',
'../ui/android/ui_android.gyp:bitmap_format_java',
'../ui/android/ui_android.gyp:page_transition_types_java',
« no previous file with comments | « android_webview/java_library_common.mk ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698