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

Unified Diff: components/cdm/browser/BUILD.gn

Issue 2791903004: media: Implement MediaDrmStorageImpl with tests (Closed)
Patch Set: comments Created 3 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
« no previous file with comments | « components/BUILD.gn ('k') | components/cdm/browser/media_drm_storage_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/browser/BUILD.gn
diff --git a/components/cdm/browser/BUILD.gn b/components/cdm/browser/BUILD.gn
index b9b45f1ee5dcdc262ddd440c9831c47e23b0a631..0706d10fa98f1246c96db61c55771ef0236bafd2 100644
--- a/components/cdm/browser/BUILD.gn
+++ b/components/cdm/browser/BUILD.gn
@@ -21,3 +21,17 @@ source_set("browser") {
"//media/mojo/interfaces",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "media_drm_storage_impl_unittest.cc",
+ ]
+ deps = [
+ ":browser",
+ "//base/test:test_support",
+ "//components/prefs:test_support",
+ "//media/mojo/services",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/BUILD.gn ('k') | components/cdm/browser/media_drm_storage_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698