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

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

Issue 2808563002: Revert of media: Implement MediaDrmStorageImpl with tests (Closed)
Patch Set: 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 0706d10fa98f1246c96db61c55771ef0236bafd2..b9b45f1ee5dcdc262ddd440c9831c47e23b0a631 100644
--- a/components/cdm/browser/BUILD.gn
+++ b/components/cdm/browser/BUILD.gn
@@ -21,17 +21,3 @@
"//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