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

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

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 10 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 | « components/search_engines/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('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 # GYP version: components/security_interstitials.gyp:security_interstitials_core 5 # GYP version: components/security_interstitials.gyp:security_interstitials_core
6 static_library("core") { 6 static_library("core") {
7 sources = [ 7 sources = [
8 "bad_clock_ui.cc", 8 "bad_clock_ui.cc",
9 "bad_clock_ui.h", 9 "bad_clock_ui.h",
10 "common_string_util.cc", 10 "common_string_util.cc",
11 "common_string_util.h", 11 "common_string_util.h",
12 "controller_client.cc", 12 "controller_client.cc",
13 "controller_client.h", 13 "controller_client.h",
14 "metrics_helper.cc", 14 "metrics_helper.cc",
15 "metrics_helper.h", 15 "metrics_helper.h",
16 "ssl_error_ui.cc", 16 "ssl_error_ui.cc",
17 "ssl_error_ui.h", 17 "ssl_error_ui.h",
18 ] 18 ]
19 19
20 deps = [ 20 deps = [
21 "//base", 21 "//base",
22 "//base:i18n", 22 "//base:i18n",
23 "//base:prefs",
24 "//components/google/core/browser", 23 "//components/google/core/browser",
25 "//components/history/core/browser", 24 "//components/history/core/browser",
26 "//components/metrics", 25 "//components/metrics",
26 "//components/prefs",
27 "//components/rappor", 27 "//components/rappor",
28 "//components/ssl_errors", 28 "//components/ssl_errors",
29 "//components/strings", 29 "//components/strings",
30 "//components/url_formatter", 30 "//components/url_formatter",
31 "//net", 31 "//net",
32 "//ui/base", 32 "//ui/base",
33 ] 33 ]
34 } 34 }
OLDNEW
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698