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: components/security_interstitials/core/BUILD.gn

Issue 2852333003: Rename SafeBrowsingErrorUI to SafeBrowsingLoudErrorUI (Closed)
Patch Set: Comments 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",
10 "base_safe_browsing_error_ui.h",
9 "common_string_util.cc", 11 "common_string_util.cc",
10 "common_string_util.h", 12 "common_string_util.h",
11 "controller_client.cc", 13 "controller_client.cc",
12 "controller_client.h", 14 "controller_client.h",
13 "metrics_helper.cc", 15 "metrics_helper.cc",
14 "metrics_helper.h", 16 "metrics_helper.h",
15 "safe_browsing_error_ui.cc", 17 "safe_browsing_loud_error_ui.cc",
16 "safe_browsing_error_ui.h", 18 "safe_browsing_loud_error_ui.h",
17 "ssl_error_ui.cc", 19 "ssl_error_ui.cc",
18 "ssl_error_ui.h", 20 "ssl_error_ui.h",
19 ] 21 ]
20 22
21 deps = [ 23 deps = [
22 "//base", 24 "//base",
23 "//base:i18n", 25 "//base:i18n",
24 "//components/google/core/browser", 26 "//components/google/core/browser",
25 "//components/history/core/browser", 27 "//components/history/core/browser",
26 "//components/metrics", 28 "//components/metrics",
27 "//components/prefs", 29 "//components/prefs",
28 "//components/ssl_errors", 30 "//components/ssl_errors",
29 "//components/strings", 31 "//components/strings",
30 "//components/url_formatter", 32 "//components/url_formatter",
31 "//net", 33 "//net",
32 "//ui/base", 34 "//ui/base",
33 ] 35 ]
34 } 36 }
OLDNEW
« no previous file with comments | « components/safe_browsing/base_blocking_page.cc ('k') | components/security_interstitials/core/base_safe_browsing_error_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698