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

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

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format Created 4 years, 2 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/cdm/DEPS ('k') | components/cdm/renderer/external_clear_key_key_system_properties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/renderer/BUILD.gn
diff --git a/components/cdm/renderer/BUILD.gn b/components/cdm/renderer/BUILD.gn
index 9ec8fd05be404eb19a43eeb00acde9c2a89dc10f..d7dceadcbfbe6bf649914e6b527f5b3cf7143840 100644
--- a/components/cdm/renderer/BUILD.gn
+++ b/components/cdm/renderer/BUILD.gn
@@ -22,6 +22,7 @@ static_library("renderer") {
"//components/cdm/common",
"//content/public/renderer",
"//media",
- "//third_party/widevine/cdm:version_h",
+ "//ppapi/features",
+ "//third_party/widevine/cdm:headers",
]
}
« no previous file with comments | « components/cdm/DEPS ('k') | components/cdm/renderer/external_clear_key_key_system_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698