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

Unified Diff: media/BUILD.gn

Issue 2001953002: Revert of media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/tools/build/win/FILES.cfg ('k') | media/cdm/cdm_paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 4fd5d4b9e3207ce216551e26ff706a83fb5e6403..b3c55e74a83d6ecdf4c58794e4987e038be52441 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -474,16 +474,6 @@
]
}
-source_set("cdm_paths") {
- sources = [
- "cdm/cdm_paths.cc",
- "cdm/cdm_paths.h",
- ]
- deps = [
- "//base",
- ]
-}
-
# Minimal media component for media/cast on iOS.
if (is_ios) {
component("media_for_cast_ios") {
@@ -576,7 +566,6 @@
deps = [
":cdm_api",
- ":cdm_paths",
":media",
":test_support",
"//base/test:test_support",
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | media/cdm/cdm_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698