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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'android_unmangled_name': 1, 6 'android_unmangled_name': 1,
7 'dependencies': [ 7 'dependencies': [
8 'android_webview_common', 8 'android_webview_common',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
11 [ 'android_webview_build==1', { 11 [ 'android_webview_build==1', {
12 'dependencies': [ 12 'dependencies': [
13 # When building inside the android tree we also need to depend on all 13 # When building inside the android tree we also need to depend on all
14 # the java sources generated from templates which will be needed by 14 # the java sources generated from templates which will be needed by
15 # android_webview_java in android_webview/java_library_common.mk. 15 # android_webview_java in android_webview/java_library_common.mk.
16 '../base/base.gyp:base_java_application_state', 16 '../base/base.gyp:base_java_application_state',
17 '../base/base.gyp:base_java_library_load_from_apk_status_codes', 17 '../base/base.gyp:base_java_library_load_from_apk_status_codes',
18 '../base/base.gyp:base_java_memory_pressure_level', 18 '../base/base.gyp:base_java_memory_pressure_level',
19 '../content/content.gyp:content_gamepad_mapping', 19 '../content/content.gyp:content_gamepad_mapping',
20 '../content/content.gyp:gesture_event_type_java', 20 '../content/content.gyp:gesture_event_type_java',
21 '../content/content.gyp:navigation_controller_java',
21 '../content/content.gyp:popup_item_type_java', 22 '../content/content.gyp:popup_item_type_java',
22 '../content/content.gyp:result_codes_java', 23 '../content/content.gyp:result_codes_java',
23 '../content/content.gyp:screen_orientation_values_java', 24 '../content/content.gyp:screen_orientation_values_java',
24 '../content/content.gyp:speech_recognition_error_java', 25 '../content/content.gyp:speech_recognition_error_java',
25 '../content/content.gyp:top_controls_state_java', 26 '../content/content.gyp:top_controls_state_java',
26 '../media/media.gyp:media_android_imageformat', 27 '../media/media.gyp:media_android_imageformat',
27 '../net/net.gyp:cert_verify_status_android_java', 28 '../net/net.gyp:cert_verify_status_android_java',
28 '../net/net.gyp:certificate_mime_types_java', 29 '../net/net.gyp:certificate_mime_types_java',
29 '../net/net.gyp:network_change_notifier_types_java', 30 '../net/net.gyp:network_change_notifier_types_java',
30 '../net/net.gyp:net_errors_java', 31 '../net/net.gyp:net_errors_java',
31 '../net/net.gyp:private_key_types_java', 32 '../net/net.gyp:private_key_types_java',
33 '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java',
34 '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type',
32 '../ui/android/ui_android.gyp:android_resource_type_java', 35 '../ui/android/ui_android.gyp:android_resource_type_java',
33 '../ui/android/ui_android.gyp:bitmap_format_java', 36 '../ui/android/ui_android.gyp:bitmap_format_java',
34 '../ui/android/ui_android.gyp:page_transition_types_java', 37 '../ui/android/ui_android.gyp:page_transition_types_java',
35 '../ui/android/ui_android.gyp:system_ui_resource_type_java', 38 '../ui/android/ui_android.gyp:system_ui_resource_type_java',
36 '../ui/android/ui_android.gyp:touch_device_types_java', 39 '../ui/android/ui_android.gyp:touch_device_types_java',
37 '../ui/android/ui_android.gyp:window_open_disposition_java', 40 '../ui/android/ui_android.gyp:window_open_disposition_java',
38 '../ui/android/ui_android.gyp:text_input_type_java', 41 '../ui/android/ui_android.gyp:text_input_type_java',
39 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java' , 42 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java' ,
40 # We also need to depend on the Java bindings generated from the .mojom files. 43 # We also need to depend on the Java bindings generated from the .mojom files.
41 '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview' , 44 '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview' ,
42 ], 45 ],
43 # Enable feedback-directed optimisation for the library when building in 46 # Enable feedback-directed optimisation for the library when building in
44 # android. 47 # android.
45 'aosp_build_settings': { 48 'aosp_build_settings': {
46 'LOCAL_FDO_SUPPORT': 'true', 49 'LOCAL_FDO_SUPPORT': 'true',
47 }, 50 },
48 }], 51 }],
49 ], 52 ],
50 'sources': [ 53 'sources': [
51 'lib/main/webview_entry_point.cc', 54 'lib/main/webview_entry_point.cc',
52 ], 55 ],
53 } 56 }
54 57
OLDNEW
« 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