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

Unified Diff: components/BUILD.gn

Issue 1222953002: Certificate Transparency: Add STH Fetching capability. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with master Created 5 years, 5 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
« no previous file with comments | « no previous file | components/certificate_transparency.gypi » ('j') | components/certificate_transparency/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 591d2fd4cdf575ffe6e70b368704c4f4627b2411..cd7e32a3a2bc9fecac332afba1fafb1192168f8c 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -229,6 +229,7 @@ group("all_components") {
if (!is_ios && !is_android) {
deps += [
+ "//components/certificate_transparency",
davidben 2015/07/16 21:53:38 This doesn't match the gyp which only excludes it
Eran Messeri 2015/07/17 15:40:23 My bad, fixed.
"//components/copresence",
"//components/storage_monitor",
]
« no previous file with comments | « no previous file | components/certificate_transparency.gypi » ('j') | components/certificate_transparency/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698