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

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: Removing explicit base dep Created 5 years, 3 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') | no next file with comments »
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 07ed6c766e7ec0e4dbda0ad5ed1d63636a114219..be5a714d79d6b59ef17fded47d2156bf634ddda3 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -254,6 +254,7 @@ group("all_components") {
deps += [
"//components/app_modal",
"//components/browsing_data",
+ "//components/certificate_transparency",
"//components/guest_view/browser",
"//components/guest_view/common",
"//components/guest_view/renderer",
@@ -309,6 +310,7 @@ test("components_unittests") {
"//components/bookmarks/managed:unit_tests",
"//components/bubble:unit_tests",
"//components/captive_portal:unit_tests",
+ "//components/certificate_transparency:unit_tests",
"//components/cloud_devices/common:unit_tests",
"//components/component_updater:unit_tests",
"//components/content_settings/core/browser:unit_tests",
« no previous file with comments | « no previous file | components/certificate_transparency.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698