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 'target_name': 'libwebview', | 10 'target_name': 'libwebview', |
11 'type': 'shared_library', | 11 'type': 'shared_library', |
| 12 'android_unmangled_name': 1, |
12 'dependencies': [ | 13 'dependencies': [ |
13 '../chrome/chrome.gyp:browser', | 14 '../chrome/chrome.gyp:browser', |
14 '../chrome/chrome.gyp:renderer', | 15 '../chrome/chrome.gyp:renderer', |
15 '../content/content.gyp:content', | 16 '../content/content.gyp:content', |
16 '../android_webview/native/webview_native.gyp:webview_native', | 17 '../android_webview/native/webview_native.gyp:webview_native', |
17 '../chrome/browser/component/components.gyp:navigation_interception', | 18 '../chrome/browser/component/components.gyp:navigation_interception', |
18 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d', | 19 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d', |
19 '../chrome/browser/component/components.gyp:browser_component_jni_header
s', | 20 '../chrome/browser/component/components.gyp:browser_component_jni_header
s', |
20 ], | 21 ], |
21 'include_dirs': [ | 22 'include_dirs': [ |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'copies': [ | 157 'copies': [ |
157 { | 158 { |
158 'destination': '<(PRODUCT_DIR)/android_webview_test/assets', | 159 'destination': '<(PRODUCT_DIR)/android_webview_test/assets', |
159 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ] | 160 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ] |
160 }, | 161 }, |
161 ], | 162 ], |
162 'includes': [ '../build/java_apk.gypi' ], | 163 'includes': [ '../build/java_apk.gypi' ], |
163 }, | 164 }, |
164 ], | 165 ], |
165 } | 166 } |
OLD | NEW |