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

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

Issue 1172093002: Implement HttpUserAgentSettings delegate for Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'aw_contents_io_thread_client_impl.cc', 48 'aw_contents_io_thread_client_impl.cc',
49 'aw_contents_io_thread_client_impl.h', 49 'aw_contents_io_thread_client_impl.h',
50 'aw_contents_statics.cc', 50 'aw_contents_statics.cc',
51 'aw_contents_statics.h', 51 'aw_contents_statics.h',
52 'aw_dev_tools_server.cc', 52 'aw_dev_tools_server.cc',
53 'aw_dev_tools_server.h', 53 'aw_dev_tools_server.h',
54 'aw_form_database.cc', 54 'aw_form_database.cc',
55 'aw_form_database.h', 55 'aw_form_database.h',
56 'aw_http_auth_handler.cc', 56 'aw_http_auth_handler.cc',
57 'aw_http_auth_handler.h', 57 'aw_http_auth_handler.h',
58 'aw_locale_manager_impl.cc',
59 'aw_locale_manager_impl.h',
58 'aw_media_url_interceptor.cc', 60 'aw_media_url_interceptor.cc',
59 'aw_media_url_interceptor.h', 61 'aw_media_url_interceptor.h',
60 'aw_message_port_service_impl.cc', 62 'aw_message_port_service_impl.cc',
61 'aw_messagE_port_service_impl.h', 63 'aw_messagE_port_service_impl.h',
62 'aw_pdf_exporter.cc', 64 'aw_pdf_exporter.cc',
63 'aw_pdf_exporter.h', 65 'aw_pdf_exporter.h',
64 'aw_picture.cc', 66 'aw_picture.cc',
65 'aw_picture.h', 67 'aw_picture.h',
66 'aw_quota_manager_bridge_impl.cc', 68 'aw_quota_manager_bridge_impl.cc',
67 'aw_quota_manager_bridge_impl.h', 69 'aw_quota_manager_bridge_impl.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 { 155 {
154 'target_name': 'android_webview_aw_permission_request_resource', 156 'target_name': 'android_webview_aw_permission_request_resource',
155 'type': 'none', 157 'type': 'none',
156 'variables': { 158 'variables': {
157 'source_file': 'permission/aw_permission_request.h', 159 'source_file': 'permission/aw_permission_request.h',
158 }, 160 },
159 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 161 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
160 }, 162 },
161 ], 163 ],
162 } 164 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_locale_manager_impl.cc ('k') | base/android/java/src/org/chromium/base/LocaleUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698