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

Side by Side Diff: android_webview/BUILD.gn

Issue 2952583002: SafeBrowsing support for WebSocket (post-network-servicification) (Closed)
Patch Set: Revert change to WebSocketHandshakeThrottle.h Created 3 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
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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 "//components/network_session_configurator/common", 695 "//components/network_session_configurator/common",
696 "//components/policy:generated", 696 "//components/policy:generated",
697 "//components/policy/core/browser", 697 "//components/policy/core/browser",
698 "//components/prefs", 698 "//components/prefs",
699 "//components/printing/browser", 699 "//components/printing/browser",
700 "//components/printing/common", 700 "//components/printing/common",
701 "//components/printing/renderer", 701 "//components/printing/renderer",
702 "//components/safe_browsing", 702 "//components/safe_browsing",
703 "//components/safe_browsing/browser", 703 "//components/safe_browsing/browser",
704 "//components/safe_browsing/common", 704 "//components/safe_browsing/common",
705 "//components/safe_browsing/renderer:websocket_sb_handshake_throttle",
705 "//components/safe_browsing/triggers", 706 "//components/safe_browsing/triggers",
706 "//components/safe_browsing_db:safe_browsing_db_mobile", 707 "//components/safe_browsing_db:safe_browsing_db_mobile",
707 "//components/spellcheck:build_features", 708 "//components/spellcheck:build_features",
708 "//components/supervised_user_error_page", 709 "//components/supervised_user_error_page",
709 "//components/supervised_user_error_page:gin", 710 "//components/supervised_user_error_page:gin",
710 "//components/version_info", 711 "//components/version_info",
711 "//components/visitedlink/browser", 712 "//components/visitedlink/browser",
712 "//components/visitedlink/renderer", 713 "//components/visitedlink/renderer",
713 "//components/web_contents_delegate_android:web_contents_delegate_android", 714 "//components/web_contents_delegate_android:web_contents_delegate_android",
714 "//components/web_restrictions:browser", 715 "//components/web_restrictions:browser",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 system_webview_apk_tmpl("system_webview_apk") { 961 system_webview_apk_tmpl("system_webview_apk") {
961 android_manifest = system_webview_android_manifest 962 android_manifest = system_webview_android_manifest
962 android_manifest_dep = ":system_webview_manifest" 963 android_manifest_dep = ":system_webview_manifest"
963 deps = [ 964 deps = [
964 ":system_webview_resources", 965 ":system_webview_resources",
965 "//android_webview/glue", 966 "//android_webview/glue",
966 ] 967 ]
967 apk_name = "SystemWebView" 968 apk_name = "SystemWebView"
968 } 969 }
969 } 970 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/renderer/DEPS » ('j') | chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698