OLD | NEW |
1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'conditions': [ | 8 'conditions': [ |
9 ['android_webview_build==0', { | 9 ['android_webview_build==0', { |
10 'includes': [ | 10 'includes': [ |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'renderer/aw_render_view_ext.h', | 206 'renderer/aw_render_view_ext.h', |
207 ], | 207 ], |
208 }, | 208 }, |
209 { | 209 { |
210 'target_name': 'android_webview_java', | 210 'target_name': 'android_webview_java', |
211 'type': 'none', | 211 'type': 'none', |
212 'dependencies': [ | 212 'dependencies': [ |
213 '../components/components.gyp:navigation_interception_java', | 213 '../components/components.gyp:navigation_interception_java', |
214 '../components/components.gyp:web_contents_delegate_android_java', | 214 '../components/components.gyp:web_contents_delegate_android_java', |
215 '../content/content.gyp:content_java', | 215 '../content/content.gyp:content_java', |
216 '../ui/ui.gyp:ui_java', | 216 '../ui/android/ui_android.gyp:ui_java', |
217 ], | 217 ], |
218 'variables': { | 218 'variables': { |
219 'java_in_dir': '../android_webview/java', | 219 'java_in_dir': '../android_webview/java', |
220 }, | 220 }, |
221 'includes': [ '../build/java.gypi' ], | 221 'includes': [ '../build/java.gypi' ], |
222 }, | 222 }, |
223 ], | 223 ], |
224 } | 224 } |
OLD | NEW |