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

Side by Side Diff: android_webview/android_webview.gyp

Issue 794023002: Remember user's decisions on SSL errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years 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
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.h » ('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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'android_webview_pak', 10 'target_name': 'android_webview_pak',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'browser/aw_pref_store.cc', 157 'browser/aw_pref_store.cc',
158 'browser/aw_pref_store.h', 158 'browser/aw_pref_store.h',
159 'browser/aw_quota_manager_bridge.cc', 159 'browser/aw_quota_manager_bridge.cc',
160 'browser/aw_quota_manager_bridge.h', 160 'browser/aw_quota_manager_bridge.h',
161 'browser/aw_quota_permission_context.cc', 161 'browser/aw_quota_permission_context.cc',
162 'browser/aw_quota_permission_context.h', 162 'browser/aw_quota_permission_context.h',
163 'browser/aw_request_interceptor.cc', 163 'browser/aw_request_interceptor.cc',
164 'browser/aw_request_interceptor.h', 164 'browser/aw_request_interceptor.h',
165 'browser/aw_resource_context.cc', 165 'browser/aw_resource_context.cc',
166 'browser/aw_resource_context.h', 166 'browser/aw_resource_context.h',
167 'browser/aw_ssl_host_state_delegate.cc',
168 'browser/aw_ssl_host_state_delegate.h',
167 'browser/aw_result_codes.h', 169 'browser/aw_result_codes.h',
168 'browser/aw_web_preferences_populater.cc', 170 'browser/aw_web_preferences_populater.cc',
169 'browser/aw_web_preferences_populater.h', 171 'browser/aw_web_preferences_populater.h',
170 'browser/aw_web_resource_response.cc', 172 'browser/aw_web_resource_response.cc',
171 'browser/aw_web_resource_response.h', 173 'browser/aw_web_resource_response.h',
172 'browser/browser_view_renderer.cc', 174 'browser/browser_view_renderer.cc',
173 'browser/browser_view_renderer.h', 175 'browser/browser_view_renderer.h',
174 'browser/browser_view_renderer_client.h', 176 'browser/browser_view_renderer_client.h',
175 'browser/deferred_gpu_command_service.cc', 177 'browser/deferred_gpu_command_service.cc',
176 'browser/deferred_gpu_command_service.h', 178 'browser/deferred_gpu_command_service.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '../ui/android/ui_android.gyp:ui_strings_grd', 318 '../ui/android/ui_android.gyp:ui_strings_grd',
317 'android_webview_jarjar_content_resources', 319 'android_webview_jarjar_content_resources',
318 'android_webview_jarjar_ui_resources', 320 'android_webview_jarjar_ui_resources',
319 'android_webview_strings_grd', 321 'android_webview_strings_grd',
320 ], 322 ],
321 }, 323 },
322 ], 324 ],
323 }], 325 }],
324 ], 326 ],
325 } 327 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698