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

Unified Diff: chrome/common/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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 5a6616d1bc5d0d90dc23786f309b3ca66078b39a..9a62de27131cf6e727364c86de071f74e07a9664 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -217,6 +217,7 @@ static_library("common") {
"//third_party/icu",
"//third_party/kasko:kasko_features",
"//third_party/re2",
+ "//third_party/widevine/cdm:cdm_features",
"//third_party/widevine/cdm:version_h",
"//third_party/zlib:zip",
"//ui/accessibility",
@@ -578,6 +579,7 @@ static_library("constants") {
"//components/bookmarks/common",
"//components/nacl/common:switches",
"//media:cdm_paths", # Needed by chrome_paths.cc.
+ "//third_party/widevine/cdm:cdm_features",
"//third_party/widevine/cdm:version_h",
]

Powered by Google App Engine
This is Rietveld 408576698