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

Side by Side Diff: android_webview/android_webview.gyp

Issue 20666003: [Android] Expose showFileChooser in AwContentsClient interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: again2 Created 7 years, 4 months 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
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 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../components/components.gyp:auto_login_parser', 77 '../components/components.gyp:auto_login_parser',
78 '../components/components.gyp:autofill_content_renderer', 78 '../components/components.gyp:autofill_content_renderer',
79 '../components/components.gyp:navigation_interception', 79 '../components/components.gyp:navigation_interception',
80 '../components/components.gyp:visitedlink_browser', 80 '../components/components.gyp:visitedlink_browser',
81 '../components/components.gyp:visitedlink_renderer', 81 '../components/components.gyp:visitedlink_renderer',
82 '../components/components.gyp:web_contents_delegate_android', 82 '../components/components.gyp:web_contents_delegate_android',
83 '../content/content.gyp:content', 83 '../content/content.gyp:content',
84 '../skia/skia.gyp:skia', 84 '../skia/skia.gyp:skia',
85 '../gpu/gpu.gyp:gles2_implementation', 85 '../gpu/gpu.gyp:gles2_implementation',
86 '../ui/gl/gl.gyp:gl', 86 '../ui/gl/gl.gyp:gl',
87 '../ui/ui.gyp:shell_dialogs',
87 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 88 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
88 'android_webview_pak', 89 'android_webview_pak',
89 ], 90 ],
90 'include_dirs': [ 91 'include_dirs': [
91 '..', 92 '..',
92 '../skia/config', 93 '../skia/config',
93 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', 94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/',
94 ], 95 ],
95 'sources': [ 96 'sources': [
96 'browser/aw_browser_context.cc', 97 'browser/aw_browser_context.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 '../content/content.gyp:content_java', 193 '../content/content.gyp:content_java',
193 '../ui/ui.gyp:ui_java', 194 '../ui/ui.gyp:ui_java',
194 ], 195 ],
195 'variables': { 196 'variables': {
196 'java_in_dir': '../android_webview/java', 197 'java_in_dir': '../android_webview/java',
197 }, 198 },
198 'includes': [ '../build/java.gypi' ], 199 'includes': [ '../build/java.gypi' ],
199 }, 200 },
200 ], 201 ],
201 } 202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698