Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: android_webview/android_webview.gyp

Issue 70843003: ui: Android changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dom_distiller fixes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « android_webview/all_webview.gyp ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « android_webview/all_webview.gyp ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698