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

Unified Diff: components/certificate_transparency/BUILD.gn

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with master Created 5 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 side-by-side diff with in-line comments
Download patch
Index: components/certificate_transparency/BUILD.gn
diff --git a/mojo/util/BUILD.gn b/components/certificate_transparency/BUILD.gn
similarity index 66%
copy from mojo/util/BUILD.gn
copy to components/certificate_transparency/BUILD.gn
index 379bc96230e7c6037bca99a4a311de60a65c109a..ba0a53647b15dbef2c9073f71f25f831dc504d27 100644
--- a/mojo/util/BUILD.gn
+++ b/components/certificate_transparency/BUILD.gn
@@ -2,14 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("filename_util") {
+static_library("ct_proofs_fetcher") {
sources = [
- "filename_util.cc",
- "filename_util.h",
+ "log_proofs_fetcher.cc",
+ "log_proofs_fetcher.h",
davidben 2015/05/07 21:59:36 new_scts_observer.{cc,h}?
Eran Messeri 2015/06/18 15:18:43 Done (sort of; it's now called tree_state_tracker.
]
deps = [
"//base",
- "//url",
+ "//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698