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

Unified Diff: extensions/BUILD.gn

Issue 1924323002: Move Cast certificate verification code from extensions to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified OWNERS files Created 4 years, 8 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/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index a0f0ef87e5e73ea4b02cbc36755da5dbbf80e927..133bda8d17192bb5c5481bffde9024d69b325c69 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -81,6 +81,7 @@ source_set("test_support") {
deps = [
":extensions_resources",
"//base",
+ "//components/cast_certificate:test_support",
"//components/guest_view/browser:test_support",
"//components/pref_registry:test_support",
"//components/prefs:test_support",
@@ -155,6 +156,7 @@ test("extensions_unittests") {
data = [
"test/data/",
"//chrome/test/data/extensions/",
+ "//components/test/data/cast_certificate/",
"$root_out_dir/extensions_shell_and_test.pak",
]
« no previous file with comments | « components/test/data/cast_certificate/signeddata/AudioReferenceDevTest.pem ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698