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

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

Issue 2761333002: Add a DevTools warning for a missing subjectAltName (Closed)
Patch Set: Feedback & fixes Created 3 years, 9 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 | « no previous file | components/security_state/content/content_utils.cc » ('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 2016 The Chromium Authors. All rights reserved. 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 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("content") { 5 static_library("content") {
6 sources = [ 6 sources = [
7 "content_utils.cc", 7 "content_utils.cc",
8 "content_utils.h", 8 "content_utils.h",
9 ] 9 ]
10 10
(...skipping 19 matching lines...) Expand all
30 ] 30 ]
31 31
32 deps = [ 32 deps = [
33 ":content", 33 ":content",
34 "//base", 34 "//base",
35 "//base/test:test_support", 35 "//base/test:test_support",
36 "//components/security_state/core", 36 "//components/security_state/core",
37 "//content/public/browser", 37 "//content/public/browser",
38 "//content/test:test_support", 38 "//content/test:test_support",
39 "//net", 39 "//net",
40 "//net:test_support",
40 "//testing/gtest", 41 "//testing/gtest",
41 ] 42 ]
42 } 43 }
OLDNEW
« no previous file with comments | « no previous file | components/security_state/content/content_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698