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

Side by Side Diff: components/certificate_transparency/BUILD.gn

Issue 2650803004: Wire NetLog into the TreeStateTracker (Closed)
Patch Set: Looking for entry first Created 3 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
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("certificate_transparency") { 5 static_library("certificate_transparency") {
6 sources = [ 6 sources = [
7 "ct_policy_manager.cc", 7 "ct_policy_manager.cc",
8 "ct_policy_manager.h", 8 "ct_policy_manager.h",
9 "log_dns_client.cc", 9 "log_dns_client.cc",
10 "log_dns_client.h", 10 "log_dns_client.h",
(...skipping 21 matching lines...) Expand all
32 32
33 source_set("unit_tests") { 33 source_set("unit_tests") {
34 testonly = true 34 testonly = true
35 sources = [ 35 sources = [
36 "ct_policy_manager_unittest.cc", 36 "ct_policy_manager_unittest.cc",
37 "log_dns_client_unittest.cc", 37 "log_dns_client_unittest.cc",
38 "log_proof_fetcher_unittest.cc", 38 "log_proof_fetcher_unittest.cc",
39 "mock_log_dns_traffic.cc", 39 "mock_log_dns_traffic.cc",
40 "mock_log_dns_traffic.h", 40 "mock_log_dns_traffic.h",
41 "single_tree_tracker_unittest.cc", 41 "single_tree_tracker_unittest.cc",
42 "tree_state_tracker_unittest.cc",
42 ] 43 ]
43 deps = [ 44 deps = [
44 ":certificate_transparency", 45 ":certificate_transparency",
45 "//base/test:test_support", 46 "//base/test:test_support",
46 "//components/base32", 47 "//components/base32",
47 "//components/prefs:test_support", 48 "//components/prefs:test_support",
48 "//components/safe_json:test_support", 49 "//components/safe_json:test_support",
49 "//net:test_support", 50 "//net:test_support",
50 "//testing/gmock", 51 "//testing/gmock",
51 "//testing/gtest", 52 "//testing/gtest",
52 ] 53 ]
53 } 54 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | components/certificate_transparency/single_tree_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698