| 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 'includes': [ | 8 'includes': [ |
| 9 'android_webview_tests.gypi', | 9 'android_webview_tests.gypi', |
| 10 ], | 10 ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | 57 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', |
| 58 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', | 58 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', |
| 59 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 59 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
| 60 ], | 60 ], |
| 61 }, | 61 }, |
| 62 'inputs': [ | 62 'inputs': [ |
| 63 '<(repack_path)', | 63 '<(repack_path)', |
| 64 '<@(pak_inputs)', | 64 '<@(pak_inputs)', |
| 65 ], | 65 ], |
| 66 'outputs': [ | 66 'outputs': [ |
| 67 '<(PRODUCT_DIR)/android_webview/assets/webviewchromium.pak', | 67 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', |
| 68 ], | 68 ], |
| 69 'action': ['python', '<(repack_path)', '<@(_outputs)', | 69 'action': ['python', '<(repack_path)', '<@(_outputs)', |
| 70 '<@(pak_inputs)'], | 70 '<@(pak_inputs)'], |
| 71 }, | 71 } |
| 72 ], | 72 ], |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 'target_name': 'android_webview_common', | 75 'target_name': 'android_webview_common', |
| 76 'type': 'static_library', | 76 'type': 'static_library', |
| 77 'dependencies': [ | 77 'dependencies': [ |
| 78 '../android_webview/native/webview_native.gyp:webview_native', | 78 '../android_webview/native/webview_native.gyp:webview_native', |
| 79 '../components/components.gyp:auto_login_parser', | 79 '../components/components.gyp:auto_login_parser', |
| 80 '../components/components.gyp:navigation_interception', | 80 '../components/components.gyp:navigation_interception', |
| 81 '../components/components.gyp:visitedlink_browser', | 81 '../components/components.gyp:visitedlink_browser', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 { | 173 { |
| 174 'target_name': 'android_webview_java', | 174 'target_name': 'android_webview_java', |
| 175 'type': 'none', | 175 'type': 'none', |
| 176 'dependencies': [ | 176 'dependencies': [ |
| 177 '../components/components.gyp:navigation_interception_java', | 177 '../components/components.gyp:navigation_interception_java', |
| 178 '../components/components.gyp:web_contents_delegate_android_java', | 178 '../components/components.gyp:web_contents_delegate_android_java', |
| 179 '../content/content.gyp:content_java', | 179 '../content/content.gyp:content_java', |
| 180 '../ui/ui.gyp:ui_java', | 180 '../ui/ui.gyp:ui_java', |
| 181 ], | 181 ], |
| 182 'variables': { | 182 'variables': { |
| 183 'package_name': 'android_webview_java', | |
| 184 'java_in_dir': '../android_webview/java', | 183 'java_in_dir': '../android_webview/java', |
| 185 }, | 184 }, |
| 186 'includes': [ '../build/java.gypi' ], | 185 'includes': [ '../build/java.gypi' ], |
| 187 }, | 186 }, |
| 188 { | 187 { |
| 189 'target_name': 'android_webview_apk', | 188 'target_name': 'android_webview_apk', |
| 190 'type': 'none', | 189 'type': 'none', |
| 191 'dependencies': [ | 190 'dependencies': [ |
| 192 '../base/base.gyp:base_java', | 191 '../base/base.gyp:base_java', |
| 193 '../components/components.gyp:navigation_interception_java', | 192 '../components/components.gyp:navigation_interception_java', |
| 194 '../components/components.gyp:web_contents_delegate_android_java', | 193 '../components/components.gyp:web_contents_delegate_android_java', |
| 195 '../content/content.gyp:content_java', | 194 '../content/content.gyp:content_java', |
| 196 '../media/media.gyp:media_java', | 195 '../media/media.gyp:media_java', |
| 197 '../net/net.gyp:net_java', | 196 '../net/net.gyp:net_java', |
| 198 '../ui/ui.gyp:ui_java', | 197 '../ui/ui.gyp:ui_java', |
| 199 'libwebviewchromium', | 198 'libwebviewchromium', |
| 200 ], | 199 ], |
| 201 'variables': { | 200 'variables': { |
| 202 'package_name': 'android_webview', | |
| 203 'apk_name': 'AndroidWebView', | 201 'apk_name': 'AndroidWebView', |
| 204 'manifest_package_name': 'org.chromium.android_webview', | 202 'manifest_package_name': 'org.chromium.android_webview', |
| 205 'java_in_dir': '../android_webview/java', | 203 'java_in_dir': '../android_webview/java', |
| 206 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], | 204 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], |
| 205 'additional_input_paths': [ |
| 206 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', |
| 207 ], |
| 207 }, | 208 }, |
| 208 'includes': [ '../build/java_apk.gypi' ], | 209 'includes': [ '../build/java_apk.gypi' ], |
| 209 }, | 210 }, |
| 210 ], | 211 ], |
| 211 } | 212 } |
| OLD | NEW |