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 'conditions': [ | 10 'conditions': [ |
(...skipping 13 matching lines...) Expand all Loading... |
24 '../content/content.gyp:selection_event_type_java', | 24 '../content/content.gyp:selection_event_type_java', |
25 '../content/content.gyp:speech_recognition_error_java', | 25 '../content/content.gyp:speech_recognition_error_java', |
26 '../content/content.gyp:top_controls_state_java', | 26 '../content/content.gyp:top_controls_state_java', |
27 '../media/media.gyp:media_android_imageformat', | 27 '../media/media.gyp:media_android_imageformat', |
28 '../net/net.gyp:cert_verify_status_android_java', | 28 '../net/net.gyp:cert_verify_status_android_java', |
29 '../net/net.gyp:certificate_mime_types_java', | 29 '../net/net.gyp:certificate_mime_types_java', |
30 '../net/net.gyp:net_errors_java', | 30 '../net/net.gyp:net_errors_java', |
31 '../net/net.gyp:private_key_types_java', | 31 '../net/net.gyp:private_key_types_java', |
32 '../ui/android/ui_android.gyp:bitmap_format_java', | 32 '../ui/android/ui_android.gyp:bitmap_format_java', |
33 '../ui/android/ui_android.gyp:page_transition_types_java', | 33 '../ui/android/ui_android.gyp:page_transition_types_java', |
| 34 '../ui/android/ui_android.gyp:system_ui_resource_type_java', |
34 '../ui/android/ui_android.gyp:window_open_disposition_java', | 35 '../ui/android/ui_android.gyp:window_open_disposition_java', |
35 ], | 36 ], |
36 # Enable feedback-directed optimisation for the library when building in | 37 # Enable feedback-directed optimisation for the library when building in |
37 # android. | 38 # android. |
38 'aosp_build_settings': { | 39 'aosp_build_settings': { |
39 'LOCAL_FDO_SUPPORT': 'true', | 40 'LOCAL_FDO_SUPPORT': 'true', |
40 }, | 41 }, |
41 }], | 42 }], |
42 ], | 43 ], |
43 'sources': [ | 44 'sources': [ |
44 'lib/main/webview_entry_point.cc', | 45 'lib/main/webview_entry_point.cc', |
45 ], | 46 ], |
46 } | 47 } |
47 | 48 |
OLD | NEW |