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

Unified Diff: extensions/browser/BUILD.gn

Issue 2303673004: Hook up Chrome Cast sender to Cast CRL. (Closed)
Patch Set: Fixed nit Created 4 years, 2 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: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 93ecfcda6089a3fa015f26653b2eca1a3d67f661..73e9271e91cb97ae98761b8f0ba65dedc1157d83 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -416,7 +416,9 @@ source_set("unit_tests") {
":browser",
"//base",
"//base/test:test_support",
+ "//components/cast_certificate",
"//components/cast_certificate:test_support",
+ "//components/cast_certificate/proto:unittest_proto",
"//components/crx_file",
"//components/keyed_service/content",
"//components/pref_registry:test_support",

Powered by Google App Engine
This is Rietveld 408576698