| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 # GN version: //android_webview/native:native |
| 10 'target_name': 'webview_native', | 11 'target_name': 'webview_native', |
| 11 'type': 'static_library', | 12 'type': 'static_library', |
| 12 'dependencies': [ | 13 'dependencies': [ |
| 13 '../../base/base.gyp:base_static', | 14 '../../base/base.gyp:base_static', |
| 14 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 15 '../../cc/cc.gyp:cc', | 16 '../../cc/cc.gyp:cc', |
| 16 '../../components/components.gyp:autofill_content_browser', | 17 '../../components/components.gyp:autofill_content_browser', |
| 17 '../../components/components.gyp:devtools_http_handler', | 18 '../../components/components.gyp:devtools_http_handler', |
| 18 '../../components/components.gyp:web_contents_delegate_android', | 19 '../../components/components.gyp:web_contents_delegate_android', |
| 19 '../../content/content.gyp:content_common', | 20 '../../content/content.gyp:content_common', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 ], | 108 ], |
| 108 'conditions': [ | 109 'conditions': [ |
| 109 ['video_hole==1', { | 110 ['video_hole==1', { |
| 110 'dependencies': [ | 111 'dependencies': [ |
| 111 '../../components/components.gyp:external_video_surface', | 112 '../../components/components.gyp:external_video_surface', |
| 112 ], | 113 ], |
| 113 }], | 114 }], |
| 114 ], | 115 ], |
| 115 }, | 116 }, |
| 116 { | 117 { |
| 118 # GN version: //android_webview/native:cancellation_signal_android_jar_jn
i_headers' |
| 117 'target_name': 'cancellation_signal_android_jar_jni_headers', | 119 'target_name': 'cancellation_signal_android_jar_jni_headers', |
| 118 'type': 'none', | 120 'type': 'none', |
| 119 'variables': { | 121 'variables': { |
| 120 'jni_gen_package': 'android_webview', | 122 'jni_gen_package': 'android_webview', |
| 121 'input_java_class': 'android/os/CancellationSignal.class', | 123 'input_java_class': 'android/os/CancellationSignal.class', |
| 122 }, | 124 }, |
| 123 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 125 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 124 }, | 126 }, |
| 125 { | 127 { |
| 128 # GN version: //android_webview/native:native_jni |
| 126 'target_name': 'android_webview_native_jni', | 129 'target_name': 'android_webview_native_jni', |
| 127 'type': 'none', | 130 'type': 'none', |
| 128 'sources': [ | 131 'sources': [ |
| 129 '../java/src/org/chromium/android_webview/AndroidProtocolHandler.java'
, | 132 '../java/src/org/chromium/android_webview/AndroidProtocolHandler.java'
, |
| 130 '../java/src/org/chromium/android_webview/AwAutofillClient.java', | 133 '../java/src/org/chromium/android_webview/AwAutofillClient.java', |
| 131 '../java/src/org/chromium/android_webview/AwContents.java', | 134 '../java/src/org/chromium/android_webview/AwContents.java', |
| 132 '../java/src/org/chromium/android_webview/AwContentsBackgroundThreadCl
ient.java', | 135 '../java/src/org/chromium/android_webview/AwContentsBackgroundThreadCl
ient.java', |
| 133 '../java/src/org/chromium/android_webview/AwContentsClientBridge.java'
, | 136 '../java/src/org/chromium/android_webview/AwContentsClientBridge.java'
, |
| 134 '../java/src/org/chromium/android_webview/AwContentsIoThreadClient.jav
a', | 137 '../java/src/org/chromium/android_webview/AwContentsIoThreadClient.jav
a', |
| 135 '../java/src/org/chromium/android_webview/AwContentsStatics.java', | 138 '../java/src/org/chromium/android_webview/AwContentsStatics.java', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 151 '../java/src/org/chromium/android_webview/permission/AwPermissionReque
st.java', | 154 '../java/src/org/chromium/android_webview/permission/AwPermissionReque
st.java', |
| 152 ], | 155 ], |
| 153 'variables': { | 156 'variables': { |
| 154 'jni_gen_package': 'android_webview', | 157 'jni_gen_package': 'android_webview', |
| 155 }, | 158 }, |
| 156 'includes': [ '../../build/jni_generator.gypi' ], | 159 'includes': [ '../../build/jni_generator.gypi' ], |
| 157 'dependencies': [ | 160 'dependencies': [ |
| 158 'cancellation_signal_android_jar_jni_headers', | 161 'cancellation_signal_android_jar_jni_headers', |
| 159 ], | 162 ], |
| 160 }, | 163 }, |
| 164 # GN version: //android_webview/native:aw_permission_request_resource' |
| 161 { | 165 { |
| 162 'target_name': 'android_webview_aw_permission_request_resource', | 166 'target_name': 'android_webview_aw_permission_request_resource', |
| 163 'type': 'none', | 167 'type': 'none', |
| 164 'variables': { | 168 'variables': { |
| 165 'source_file': 'permission/aw_permission_request.h', | 169 'source_file': 'permission/aw_permission_request.h', |
| 166 }, | 170 }, |
| 167 'includes': [ '../../build/android/java_cpp_enum.gypi' ], | 171 'includes': [ '../../build/android/java_cpp_enum.gypi' ], |
| 168 }, | 172 }, |
| 169 ], | 173 ], |
| 170 } | 174 } |
| OLD | NEW |