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

Unified Diff: android_webview/libwebviewchromium.gypi

Issue 975253002: refactoring Android Webview JNI_OnLoad interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 5 years, 10 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 32b1c95516969df43cfd857d1902fcb0751e79e2..c39980de8749b28ec8bc6de1542810aa50f1c989 100644
--- a/android_webview/libwebviewchromium.gypi
+++ b/android_webview/libwebviewchromium.gypi
@@ -5,51 +5,13 @@
'type': 'shared_library',
'android_unmangled_name': 1,
'dependencies': [
- 'android_webview_common',
+ 'android_webview',
],
'variables': {
'use_native_jni_exports': 1,
},
'conditions': [
[ 'android_webview_build==1', {
- 'dependencies': [
- # When building inside the android tree we also need to depend on all
- # the java sources generated from templates which will be needed by
- # android_webview_java in android_webview/java_library_common.mk.
- '../base/base.gyp:base_java_application_state',
- '../base/base.gyp:base_java_library_load_from_apk_status_codes',
- '../base/base.gyp:base_java_library_process_type',
- '../base/base.gyp:base_java_memory_pressure_level',
- '../content/content.gyp:console_message_level_java',
- '../content/content.gyp:content_gamepad_mapping',
- '../content/content.gyp:gesture_event_type_java',
- '../content/content.gyp:invalidate_types_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',
- '../content/content.gyp:speech_recognition_error_java',
- '../content/content.gyp:top_controls_state_java',
- '../media/media.gyp:media_android_imageformat',
- '../net/net.gyp:cert_verify_status_android_java',
- '../net/net.gyp:certificate_mime_types_java',
- '../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',
- '../ui/android/ui_android.gyp:system_ui_resource_type_java',
- '../ui/android/ui_android.gyp:touch_device_types_java',
- '../ui/android/ui_android.gyp:window_open_disposition_java',
- '../ui/android/ui_android.gyp:text_input_type_java',
- '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java',
- '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientation_java',
- # We also need to depend on the Java bindings generated from the .mojom files.
- '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview',
- ],
# Enable feedback-directed optimisation for the library when building in
# android.
'aosp_build_settings': {

Powered by Google App Engine
This is Rietveld 408576698