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

Unified Diff: media/BUILD.gn

Issue 1989893004: 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b3c55e74a83d6ecdf4c58794e4987e038be52441..4901b73d34f8f0815a46e6564fa59e284c4d018c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -89,6 +89,8 @@ component("media") {
"cdm/cdm_file_io.h",
"cdm/cdm_helpers.cc",
"cdm/cdm_helpers.h",
+ "cdm/cdm_paths.cc",
ddorwin 2016/05/19 00:04:26 Might be worth making this its own component if we
xhwang 2016/05/20 00:22:35 Done.
+ "cdm/cdm_paths.h",
"cdm/cdm_wrapper.h",
"cdm/default_cdm_factory.cc",
"cdm/default_cdm_factory.h",

Powered by Google App Engine
This is Rietveld 408576698