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

Unified Diff: content/renderer/BUILD.gn

Issue 2411433002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: fix 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index f8847d44536df241647b23940888e50d3cad5867..57a524e9f0d8186e59d5bc9673d4ac129e7dee38 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
import("//third_party/webrtc/build/webrtc.gni")
+import("//third_party/widevine/cdm/widevine.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
if (is_component_build) {
@@ -448,6 +449,7 @@ target(link_target_type, "renderer") {
"//third_party/icu",
"//third_party/libjingle",
"//third_party/libyuv",
+ "//third_party/widevine/cdm:cdm_features",
"//third_party/widevine/cdm:version_h",
"//ui/accessibility",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698