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

Side by Side Diff: chrome/renderer/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//components/data_reduction_proxy/core/common", 119 "//components/data_reduction_proxy/core/common",
120 "//components/dom_distiller/content/renderer", 120 "//components/dom_distiller/content/renderer",
121 "//components/error_page/renderer", 121 "//components/error_page/renderer",
122 "//components/network_hints/renderer", 122 "//components/network_hints/renderer",
123 "//components/omnibox/common", 123 "//components/omnibox/common",
124 "//components/password_manager/content/renderer", 124 "//components/password_manager/content/renderer",
125 "//components/plugins/renderer", 125 "//components/plugins/renderer",
126 "//components/rappor/public/interfaces", 126 "//components/rappor/public/interfaces",
127 "//components/resources:components_resources", 127 "//components/resources:components_resources",
128 "//components/safe_browsing/common:interfaces", 128 "//components/safe_browsing/common:interfaces",
129 "//components/safe_browsing/renderer:websocket_sb_handshake_throttle",
129 "//components/spellcheck:build_features", 130 "//components/spellcheck:build_features",
130 "//components/startup_metric_utils/common:interfaces", 131 "//components/startup_metric_utils/common:interfaces",
131 "//components/subresource_filter/content/renderer", 132 "//components/subresource_filter/content/renderer",
132 "//components/task_scheduler_util/renderer", 133 "//components/task_scheduler_util/renderer",
133 "//components/translate/content/renderer", 134 "//components/translate/content/renderer",
134 "//components/translate/core/common", 135 "//components/translate/core/common",
135 "//components/translate/core/language_detection", 136 "//components/translate/core/language_detection",
136 "//components/ukm/public", 137 "//components/ukm/public",
137 "//components/ukm/public/interfaces", 138 "//components/ukm/public/interfaces",
138 "//components/visitedlink/renderer", 139 "//components/visitedlink/renderer",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 ] 430 ]
430 } 431 }
431 432
432 if (is_android) { 433 if (is_android) {
433 sources -= [ 434 sources -= [
434 "safe_browsing/mock_feature_extractor_clock.cc", 435 "safe_browsing/mock_feature_extractor_clock.cc",
435 "safe_browsing/mock_feature_extractor_clock.h", 436 "safe_browsing/mock_feature_extractor_clock.h",
436 ] 437 ]
437 } 438 }
438 } 439 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698