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

Side by Side Diff: android_webview/android_webview.gyp

Issue 11198030: Android WebView: make sure libwebview target isn't mangled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698