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

Unified Diff: chrome/common/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 | « chrome/browser/plugins/plugin_info_message_filter.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 5a6616d1bc5d0d90dc23786f309b3ca66078b39a..a5072a53cbed7cc1ca05d8705f4bf0c6a49b423a 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -213,11 +213,12 @@ static_library("common") {
"//media",
"//mojo/public/cpp/bindings",
"//net",
+ "//ppapi/features",
"//skia",
"//third_party/icu",
"//third_party/kasko:kasko_features",
"//third_party/re2",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
"//third_party/zlib:zip",
"//ui/accessibility",
"//ui/base",
@@ -578,7 +579,8 @@ static_library("constants") {
"//components/bookmarks/common",
"//components/nacl/common:switches",
"//media:cdm_paths", # Needed by chrome_paths.cc.
- "//third_party/widevine/cdm:version_h",
+ "//ppapi/features",
+ "//third_party/widevine/cdm:headers",
]
if (is_android) {
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698