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

Side by Side Diff: components/security_state/content/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Created 4 years, 1 month 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
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 static_library("content") {
6 sources = [
7 "web_contents_security_state_model_client.cc",
8 "web_contents_security_state_model_client.h",
9 ]
10
11 public_deps = [
12 "//components/security_state/core",
13 ]
14
15 deps = [
16 "//base",
17 "//components/strings",
18 "//content/public/browser",
19 "//content/public/common",
20 "//net",
21 "//third_party/WebKit/public:blink_headers",
22 "//ui/base",
23 ]
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698