| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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': 'libwebviewchromium', | 10 'target_name': 'libwebviewchromium', |
| 11 'type': 'shared_library', | 11 'type': 'shared_library', |
| 12 'android_unmangled_name': 1, | 12 'android_unmangled_name': 1, |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../content/content.gyp:content', | 14 '../content/content.gyp:content', |
| 15 '../android_webview/native/webview_native.gyp:webview_native', | 15 '../android_webview/native/webview_native.gyp:webview_native', |
| 16 '../chrome/browser/component/components.gyp:navigation_interception', | 16 '../content/components/content_components.gyp:navigation_interception', |
| 17 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d', | 17 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d', |
| 18 '../chrome/browser/component/components.gyp:browser_component_jni_header
s', | 18 '../chrome/browser/component/components.gyp:browser_component_jni_header
s', |
| 19 '../ui/ui.gyp:ui_resources', | 19 '../ui/ui.gyp:ui_resources', |
| 20 ], | 20 ], |
| 21 'include_dirs': [ | 21 'include_dirs': [ |
| 22 '..', | 22 '..', |
| 23 '../skia/config', | 23 '../skia/config', |
| 24 ], | 24 ], |
| 25 'ldflags': [ | 25 'ldflags': [ |
| 26 # fix linking to hidden symbols and re-enable this (crbug.com/157326) | 26 # fix linking to hidden symbols and re-enable this (crbug.com/157326) |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'renderer/aw_render_process_observer.h', | 83 'renderer/aw_render_process_observer.h', |
| 84 'renderer/aw_render_view_ext.cc', | 84 'renderer/aw_render_view_ext.cc', |
| 85 'renderer/aw_render_view_ext.h', | 85 'renderer/aw_render_view_ext.h', |
| 86 ], | 86 ], |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 'target_name': 'android_webview_java', | 89 'target_name': 'android_webview_java', |
| 90 'type': 'none', | 90 'type': 'none', |
| 91 'dependencies': [ | 91 'dependencies': [ |
| 92 '../content/content.gyp:content_java', | 92 '../content/content.gyp:content_java', |
| 93 '../chrome/browser/component/components.gyp:navigation_interception_java
', | 93 '../content/components/content_components.gyp:navigation_interception_ja
va', |
| 94 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', | 94 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', |
| 95 '../ui/ui.gyp:ui_java', | 95 '../ui/ui.gyp:ui_java', |
| 96 ], | 96 ], |
| 97 'variables': { | 97 'variables': { |
| 98 'package_name': 'android_webview_java', | 98 'package_name': 'android_webview_java', |
| 99 'java_in_dir': '../android_webview/java', | 99 'java_in_dir': '../android_webview/java', |
| 100 }, | 100 }, |
| 101 'includes': [ '../build/java.gypi' ], | 101 'includes': [ '../build/java.gypi' ], |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 'target_name': 'android_webview_apk', | 104 'target_name': 'android_webview_apk', |
| 105 'type': 'none', | 105 'type': 'none', |
| 106 'dependencies': [ | 106 'dependencies': [ |
| 107 '../base/base.gyp:base_java', | 107 '../base/base.gyp:base_java', |
| 108 '../chrome/browser/component/components.gyp:navigation_interception_java
', | 108 '../content/components/content_components.gyp:navigation_interception_ja
va', |
| 109 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', | 109 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', |
| 110 '../chrome/chrome_resources.gyp:packed_extra_resources', | 110 '../chrome/chrome_resources.gyp:packed_extra_resources', |
| 111 '../chrome/chrome_resources.gyp:packed_resources', | 111 '../chrome/chrome_resources.gyp:packed_resources', |
| 112 '../content/content.gyp:content_java', | 112 '../content/content.gyp:content_java', |
| 113 '../media/media.gyp:media_java', | 113 '../media/media.gyp:media_java', |
| 114 '../net/net.gyp:net_java', | 114 '../net/net.gyp:net_java', |
| 115 '../ui/ui.gyp:ui_java', | 115 '../ui/ui.gyp:ui_java', |
| 116 'libwebviewchromium', | 116 'libwebviewchromium', |
| 117 ], | 117 ], |
| 118 'variables': { | 118 'variables': { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 140 }, | 140 }, |
| 141 ], | 141 ], |
| 142 'includes': [ '../build/java_apk.gypi' ], | 142 'includes': [ '../build/java_apk.gypi' ], |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 'target_name': 'android_webview_test_apk', | 145 'target_name': 'android_webview_test_apk', |
| 146 'type': 'none', | 146 'type': 'none', |
| 147 'dependencies': [ | 147 'dependencies': [ |
| 148 '../base/base.gyp:base_java', | 148 '../base/base.gyp:base_java', |
| 149 '../base/base.gyp:base_java_test_support', | 149 '../base/base.gyp:base_java_test_support', |
| 150 '../chrome/browser/component/components.gyp:navigation_interception_java
', | 150 '../content/components/content_components.gyp:navigation_interception_ja
va', |
| 151 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', | 151 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', |
| 152 '../chrome/chrome_resources.gyp:packed_extra_resources', | 152 '../chrome/chrome_resources.gyp:packed_extra_resources', |
| 153 '../chrome/chrome_resources.gyp:packed_resources', | 153 '../chrome/chrome_resources.gyp:packed_resources', |
| 154 '../content/content.gyp:content_java', | 154 '../content/content.gyp:content_java', |
| 155 '../content/content.gyp:content_java_test_support', | 155 '../content/content.gyp:content_java_test_support', |
| 156 '../media/media.gyp:media_java', | 156 '../media/media.gyp:media_java', |
| 157 '../net/net.gyp:net_java', | 157 '../net/net.gyp:net_java', |
| 158 '../ui/ui.gyp:ui_java', | 158 '../ui/ui.gyp:ui_java', |
| 159 'android_webview_java', | 159 'android_webview_java', |
| 160 'libwebviewchromium', | 160 'libwebviewchromium', |
| 161 ], | 161 ], |
| 162 'variables': { | 162 'variables': { |
| 163 'package_name': 'android_webview_test', | 163 'package_name': 'android_webview_test', |
| 164 'apk_name': 'AndroidWebViewTest', | 164 'apk_name': 'AndroidWebViewTest', |
| 165 'java_in_dir': '../android_webview/javatests', | 165 'java_in_dir': '../android_webview/javatests', |
| 166 'resource_dir': 'res', | 166 'resource_dir': 'res', |
| 167 }, | 167 }, |
| 168 'copies': [ | 168 'copies': [ |
| 169 { | 169 { |
| 170 'destination': '<(PRODUCT_DIR)/android_webview_test/assets', | 170 'destination': '<(PRODUCT_DIR)/android_webview_test/assets', |
| 171 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ] | 171 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ] |
| 172 }, | 172 }, |
| 173 ], | 173 ], |
| 174 'includes': [ '../build/java_apk.gypi' ], | 174 'includes': [ '../build/java_apk.gypi' ], |
| 175 }, | 175 }, |
| 176 ], | 176 ], |
| 177 } | 177 } |
| OLD | NEW |