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

Side by Side Diff: android_webview/native/webview_native.gyp

Issue 330143002: Simplify geolocation permission request in the Content API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'webview_native', 10 'target_name': 'webview_native',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'aw_contents_client_bridge.cc', 45 'aw_contents_client_bridge.cc',
46 'aw_contents_client_bridge.h', 46 'aw_contents_client_bridge.h',
47 'aw_contents_io_thread_client_impl.cc', 47 'aw_contents_io_thread_client_impl.cc',
48 'aw_contents_io_thread_client_impl.h', 48 'aw_contents_io_thread_client_impl.h',
49 'aw_contents_statics.cc', 49 'aw_contents_statics.cc',
50 'aw_contents_statics.h', 50 'aw_contents_statics.h',
51 'aw_dev_tools_server.cc', 51 'aw_dev_tools_server.cc',
52 'aw_dev_tools_server.h', 52 'aw_dev_tools_server.h',
53 'aw_form_database.cc', 53 'aw_form_database.cc',
54 'aw_form_database.h', 54 'aw_form_database.h',
55 'aw_geolocation_permission_context.cc',
56 'aw_geolocation_permission_context.h',
57 'aw_http_auth_handler.cc', 55 'aw_http_auth_handler.cc',
58 'aw_http_auth_handler.h', 56 'aw_http_auth_handler.h',
59 'aw_pdf_exporter.cc', 57 'aw_pdf_exporter.cc',
60 'aw_pdf_exporter.h', 58 'aw_pdf_exporter.h',
61 'aw_picture.cc', 59 'aw_picture.cc',
62 'aw_picture.h', 60 'aw_picture.h',
63 'aw_quota_manager_bridge_impl.cc', 61 'aw_quota_manager_bridge_impl.cc',
64 'aw_quota_manager_bridge_impl.h', 62 'aw_quota_manager_bridge_impl.h',
65 'aw_resource.cc', 63 'aw_resource.cc',
66 'aw_resource.h', 64 'aw_resource.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'jni_gen_package': 'android_webview', 150 'jni_gen_package': 'android_webview',
153 }, 151 },
154 'includes': [ '../../build/jni_generator.gypi' ], 152 'includes': [ '../../build/jni_generator.gypi' ],
155 'dependencies': [ 153 'dependencies': [
156 'input_stream_android_jar_jni_headers', 154 'input_stream_android_jar_jni_headers',
157 'cancellation_signal_android_jar_jni_headers', 155 'cancellation_signal_android_jar_jni_headers',
158 ], 156 ],
159 }, 157 },
160 ], 158 ],
161 } 159 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_geolocation_permission_context.cc ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698