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

Side by Side Diff: android_webview/BUILD.gn

Issue 2863723002: WebView: create AwSafeBrowsingBlockingPage (Closed)
Patch Set: Fixing comment, fixing forward decl. Created 3 years, 7 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
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//android_webview/system_webview_apk_tmpl.gni") 5 import("//android_webview/system_webview_apk_tmpl.gni")
6 import("//android_webview/webview_repack_locales.gni") 6 import("//android_webview/webview_repack_locales.gni")
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//components/spellcheck/spellcheck_build_features.gni") 10 import("//components/spellcheck/spellcheck_build_features.gni")
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "browser/aw_quota_manager_bridge.cc", 405 "browser/aw_quota_manager_bridge.cc",
406 "browser/aw_quota_manager_bridge.h", 406 "browser/aw_quota_manager_bridge.h",
407 "browser/aw_quota_permission_context.cc", 407 "browser/aw_quota_permission_context.cc",
408 "browser/aw_quota_permission_context.h", 408 "browser/aw_quota_permission_context.h",
409 "browser/aw_render_process_gone_delegate.h", 409 "browser/aw_render_process_gone_delegate.h",
410 "browser/aw_render_thread_context_provider.cc", 410 "browser/aw_render_thread_context_provider.cc",
411 "browser/aw_render_thread_context_provider.h", 411 "browser/aw_render_thread_context_provider.h",
412 "browser/aw_resource_context.cc", 412 "browser/aw_resource_context.cc",
413 "browser/aw_resource_context.h", 413 "browser/aw_resource_context.h",
414 "browser/aw_result_codes.h", 414 "browser/aw_result_codes.h",
415 "browser/aw_safe_browsing_blocking_page.cc",
416 "browser/aw_safe_browsing_blocking_page.h",
415 "browser/aw_safe_browsing_config_helper.cc", 417 "browser/aw_safe_browsing_config_helper.cc",
416 "browser/aw_safe_browsing_config_helper.h", 418 "browser/aw_safe_browsing_config_helper.h",
417 "browser/aw_safe_browsing_resource_throttle.cc", 419 "browser/aw_safe_browsing_resource_throttle.cc",
418 "browser/aw_safe_browsing_resource_throttle.h", 420 "browser/aw_safe_browsing_resource_throttle.h",
419 "browser/aw_safe_browsing_ui_manager.cc", 421 "browser/aw_safe_browsing_ui_manager.cc",
420 "browser/aw_safe_browsing_ui_manager.h", 422 "browser/aw_safe_browsing_ui_manager.h",
421 "browser/aw_ssl_host_state_delegate.cc", 423 "browser/aw_ssl_host_state_delegate.cc",
422 "browser/aw_ssl_host_state_delegate.h", 424 "browser/aw_ssl_host_state_delegate.h",
423 "browser/aw_web_preferences_populater.cc", 425 "browser/aw_web_preferences_populater.cc",
424 "browser/aw_web_preferences_populater.h", 426 "browser/aw_web_preferences_populater.h",
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 system_webview_apk_tmpl("system_webview_apk") { 815 system_webview_apk_tmpl("system_webview_apk") {
814 android_manifest = system_webview_android_manifest 816 android_manifest = system_webview_android_manifest
815 android_manifest_dep = ":system_webview_manifest" 817 android_manifest_dep = ":system_webview_manifest"
816 deps = [ 818 deps = [
817 ":system_webview_resources", 819 ":system_webview_resources",
818 "//android_webview/glue", 820 "//android_webview/glue",
819 ] 821 ]
820 apk_name = "SystemWebView" 822 apk_name = "SystemWebView"
821 } 823 }
822 } 824 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698