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

Unified Diff: components/BUILD.gn

Issue 811353002: Move CT EV white list packaging API from chrome/ to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed missed nit Created 5 years, 11 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 | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('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 dad4b80a787077b3c7adcb7a0c4dc4a9bb3c916a..ca44c5878425b95d14b5a3604eaca44848000f2b 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -58,6 +58,7 @@ group("all_components") {
"//components/omnibox",
"//components/onc",
"//components/os_crypt",
+ "//components/packed_ct_ev_whitelist",
"//components/pairing",
"//components/password_manager/content/browser",
"//components/password_manager/core/browser",
@@ -242,6 +243,7 @@ test("components_unittests") {
"//components/metrics:unit_tests",
"//components/omnibox:unit_tests",
"//components/ownership:unit_tests",
+ "//components/packed_ct_ev_whitelist:unit_tests",
"//components/proximity_auth:unit_tests",
"//components/variations:unit_tests",
"//components/web_resource:unit_tests",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698