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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 ], | 93 ], |
94 'action': ['python', '<(repack_path)', '<@(_outputs)', | 94 'action': ['python', '<(repack_path)', '<@(_outputs)', |
95 '<@(pak_inputs)'], | 95 '<@(pak_inputs)'], |
96 }], | 96 }], |
97 }, | 97 }, |
98 { | 98 { |
99 'target_name': 'android_webview_common', | 99 'target_name': 'android_webview_common', |
100 'type': 'static_library', | 100 'type': 'static_library', |
101 'dependencies': [ | 101 'dependencies': [ |
102 '../android_webview/native/webview_native.gyp:webview_native', | 102 '../android_webview/native/webview_native.gyp:webview_native', |
| 103 '../components/components.gyp:visitedlink_browser', |
| 104 '../components/components.gyp:visitedlink_renderer', |
103 '../components/components.gyp:web_contents_delegate_android', | 105 '../components/components.gyp:web_contents_delegate_android', |
104 '../content/content.gyp:content', | 106 '../content/content.gyp:content', |
105 '../content/content.gyp:navigation_interception', | 107 '../content/content.gyp:navigation_interception', |
106 '../skia/skia.gyp:skia', | 108 '../skia/skia.gyp:skia', |
107 'android_webview_pak', | 109 'android_webview_pak', |
108 ], | 110 ], |
109 'include_dirs': [ | 111 'include_dirs': [ |
110 '..', | 112 '..', |
111 '../skia/config', | 113 '../skia/config', |
112 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', | 114 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'package_name': 'android_webview', | 215 'package_name': 'android_webview', |
214 'apk_name': 'AndroidWebView', | 216 'apk_name': 'AndroidWebView', |
215 'manifest_package_name': 'org.chromium.android_webview', | 217 'manifest_package_name': 'org.chromium.android_webview', |
216 'java_in_dir': '../android_webview/java', | 218 'java_in_dir': '../android_webview/java', |
217 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], | 219 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], |
218 }, | 220 }, |
219 'includes': [ '../build/java_apk.gypi' ], | 221 'includes': [ '../build/java_apk.gypi' ], |
220 }, | 222 }, |
221 ], | 223 ], |
222 } | 224 } |
OLD | NEW |