| OLD | NEW | 
|---|
| 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   'variables': { | 10   'variables': { | 
| (...skipping 27 matching lines...) Expand all  Loading... | 
| 38         '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java', | 38         '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java', | 
| 39         '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type', | 39         '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type', | 
| 40         '../ui/android/ui_android.gyp:android_resource_type_java', | 40         '../ui/android/ui_android.gyp:android_resource_type_java', | 
| 41         '../ui/android/ui_android.gyp:bitmap_format_java', | 41         '../ui/android/ui_android.gyp:bitmap_format_java', | 
| 42         '../ui/android/ui_android.gyp:page_transition_types_java', | 42         '../ui/android/ui_android.gyp:page_transition_types_java', | 
| 43         '../ui/android/ui_android.gyp:system_ui_resource_type_java', | 43         '../ui/android/ui_android.gyp:system_ui_resource_type_java', | 
| 44         '../ui/android/ui_android.gyp:touch_device_types_java', | 44         '../ui/android/ui_android.gyp:touch_device_types_java', | 
| 45         '../ui/android/ui_android.gyp:window_open_disposition_java', | 45         '../ui/android/ui_android.gyp:window_open_disposition_java', | 
| 46         '../ui/android/ui_android.gyp:text_input_type_java', | 46         '../ui/android/ui_android.gyp:text_input_type_java', | 
| 47         '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java'
    , | 47         '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java'
    , | 
|  | 48         '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientation_j
    ava', | 
| 48         # We also need to depend on the Java bindings generated from the .mojom 
    files. | 49         # We also need to depend on the Java bindings generated from the .mojom 
    files. | 
| 49         '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview'
    , | 50         '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview'
    , | 
| 50       ], | 51       ], | 
| 51       # Enable feedback-directed optimisation for the library when building in | 52       # Enable feedback-directed optimisation for the library when building in | 
| 52       # android. | 53       # android. | 
| 53       'aosp_build_settings': { | 54       'aosp_build_settings': { | 
| 54         'LOCAL_FDO_SUPPORT': 'true', | 55         'LOCAL_FDO_SUPPORT': 'true', | 
| 55       }, | 56       }, | 
| 56     }], | 57     }], | 
| 57   ], | 58   ], | 
| 58   'sources': [ | 59   'sources': [ | 
| 59     'lib/main/webview_entry_point.cc', | 60     'lib/main/webview_entry_point.cc', | 
| 60   ], | 61   ], | 
| 61 } | 62 } | 
| OLD | NEW | 
|---|