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/api/cast_channel/BUILD.gn

Issue 2332473002: Use new BoringSSL scopers in //crypto (Closed)
Patch Set: typo Created 4 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
Index: extensions/browser/api/cast_channel/BUILD.gn
diff --git a/extensions/browser/api/cast_channel/BUILD.gn b/extensions/browser/api/cast_channel/BUILD.gn
index 319bffd409d809a903bfd3897932b3f3f2a7ca4e..7cb5fb7bfec84219cc277a4b7096ef62e4a0dec9 100644
--- a/extensions/browser/api/cast_channel/BUILD.gn
+++ b/extensions/browser/api/cast_channel/BUILD.gn
@@ -25,7 +25,9 @@ source_set("cast_channel") {
]
deps = [
+ "//base",
"//extensions/common/api",
"//extensions/common/api/cast_channel:cast_channel_proto",
+ "//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698