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

Unified Diff: build/config/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 | « android_webview/renderer/DEPS ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 9d9571563d2bca9469a57aa9c47785938acbcae0..35296de06dc6a5d5336ab9c9e603ff8ea8354d07 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -68,10 +68,6 @@ config("feature_flags") {
if (enable_notifications) {
defines += [ "ENABLE_NOTIFICATIONS" ]
}
- if (enable_pepper_cdms) {
- # TODO(brettw) should probably be "=1"
- defines += [ "ENABLE_PEPPER_CDMS" ]
- }
if (enable_plugins) {
defines += [ "ENABLE_PLUGINS=1" ]
}
« no previous file with comments | « android_webview/renderer/DEPS ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698