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

Unified Diff: chromecast/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 | « chromecast/media/base/BUILD.gn ('k') | components/cdm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/BUILD.gn
diff --git a/chromecast/renderer/BUILD.gn b/chromecast/renderer/BUILD.gn
index 284f66a9e4403e4c7aa515d8cf30ba9f9d1da10a..93a808d9ad3a0ef77a1acf2ceb65330314f4ca00 100644
--- a/chromecast/renderer/BUILD.gn
+++ b/chromecast/renderer/BUILD.gn
@@ -44,6 +44,6 @@ source_set("renderer") {
"//ipc",
"//media",
"//services/shell/public/cpp",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
]
}
« no previous file with comments | « chromecast/media/base/BUILD.gn ('k') | components/cdm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698