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

Side by Side Diff: components/security_interstitials/core/BUILD.gn

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rename test 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
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 static_library("core") { 5 static_library("core") {
6 sources = [ 6 sources = [
7 "bad_clock_ui.cc", 7 "bad_clock_ui.cc",
8 "bad_clock_ui.h", 8 "bad_clock_ui.h",
9 "base_safe_browsing_error_ui.cc", 9 "base_safe_browsing_error_ui.cc",
10 "base_safe_browsing_error_ui.h", 10 "base_safe_browsing_error_ui.h",
(...skipping 11 matching lines...) Expand all
22 "ssl_error_ui.h", 22 "ssl_error_ui.h",
23 ] 23 ]
24 24
25 deps = [ 25 deps = [
26 "//base", 26 "//base",
27 "//base:i18n", 27 "//base:i18n",
28 "//components/google/core/browser", 28 "//components/google/core/browser",
29 "//components/history/core/browser", 29 "//components/history/core/browser",
30 "//components/metrics", 30 "//components/metrics",
31 "//components/prefs", 31 "//components/prefs",
32 "//components/resources",
32 "//components/ssl_errors", 33 "//components/ssl_errors",
33 "//components/strings", 34 "//components/strings",
34 "//components/url_formatter", 35 "//components/url_formatter",
35 "//net", 36 "//net",
36 "//ui/base", 37 "//ui/base",
37 ] 38 ]
38 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698