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:navigation_interception', |
103 '../components/components.gyp:web_contents_delegate_android', | 104 '../components/components.gyp:web_contents_delegate_android', |
104 '../content/content.gyp:content', | 105 '../content/content.gyp:content', |
105 '../content/content.gyp:navigation_interception', | |
106 '../skia/skia.gyp:skia', | 106 '../skia/skia.gyp:skia', |
107 'android_webview_pak', | 107 'android_webview_pak', |
108 ], | 108 ], |
109 'include_dirs': [ | 109 'include_dirs': [ |
110 '..', | 110 '..', |
111 '../skia/config', | 111 '../skia/config', |
112 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', | 112 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', |
113 ], | 113 ], |
114 'sources': [ | 114 'sources': [ |
115 'browser/aw_browser_context.cc', | 115 'browser/aw_browser_context.cc', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'renderer/aw_render_process_observer.cc', | 180 'renderer/aw_render_process_observer.cc', |
181 'renderer/aw_render_process_observer.h', | 181 'renderer/aw_render_process_observer.h', |
182 'renderer/aw_render_view_ext.cc', | 182 'renderer/aw_render_view_ext.cc', |
183 'renderer/aw_render_view_ext.h', | 183 'renderer/aw_render_view_ext.h', |
184 ], | 184 ], |
185 }, | 185 }, |
186 { | 186 { |
187 'target_name': 'android_webview_java', | 187 'target_name': 'android_webview_java', |
188 'type': 'none', | 188 'type': 'none', |
189 'dependencies': [ | 189 'dependencies': [ |
| 190 '../components/components.gyp:navigation_interception_java', |
| 191 '../components/components.gyp:web_contents_delegate_android_java', |
190 '../content/content.gyp:content_java', | 192 '../content/content.gyp:content_java', |
191 '../content/content.gyp:navigation_interception_java', | |
192 '../components/components.gyp:web_contents_delegate_android_java', | |
193 '../ui/ui.gyp:ui_java', | 193 '../ui/ui.gyp:ui_java', |
194 ], | 194 ], |
195 'variables': { | 195 'variables': { |
196 'package_name': 'android_webview_java', | 196 'package_name': 'android_webview_java', |
197 'java_in_dir': '../android_webview/java', | 197 'java_in_dir': '../android_webview/java', |
198 }, | 198 }, |
199 'includes': [ '../build/java.gypi' ], | 199 'includes': [ '../build/java.gypi' ], |
200 }, | 200 }, |
201 { | 201 { |
202 'target_name': 'android_webview_apk', | 202 'target_name': 'android_webview_apk', |
203 'type': 'none', | 203 'type': 'none', |
204 'dependencies': [ | 204 'dependencies': [ |
205 '../base/base.gyp:base_java', | 205 '../base/base.gyp:base_java', |
| 206 '../components/components.gyp:navigation_interception_java', |
206 '../components/components.gyp:web_contents_delegate_android_java', | 207 '../components/components.gyp:web_contents_delegate_android_java', |
207 '../content/content.gyp:content_java', | 208 '../content/content.gyp:content_java', |
208 '../content/content.gyp:navigation_interception_java', | |
209 '../media/media.gyp:media_java', | 209 '../media/media.gyp:media_java', |
210 '../net/net.gyp:net_java', | 210 '../net/net.gyp:net_java', |
211 '../ui/ui.gyp:ui_java', | 211 '../ui/ui.gyp:ui_java', |
212 'libwebviewchromium', | 212 'libwebviewchromium', |
213 ], | 213 ], |
214 'variables': { | 214 'variables': { |
215 'package_name': 'android_webview', | 215 'package_name': 'android_webview', |
216 'apk_name': 'AndroidWebView', | 216 'apk_name': 'AndroidWebView', |
217 'manifest_package_name': 'org.chromium.android_webview', | 217 'manifest_package_name': 'org.chromium.android_webview', |
218 'java_in_dir': '../android_webview/java', | 218 'java_in_dir': '../android_webview/java', |
219 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], | 219 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], |
220 }, | 220 }, |
221 'includes': [ '../build/java_apk.gypi' ], | 221 'includes': [ '../build/java_apk.gypi' ], |
222 }, | 222 }, |
223 ], | 223 ], |
224 } | 224 } |
OLD | NEW |