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

Unified Diff: ppapi/features/features.gni

Issue 2649353007: [chromecast] Removes pepper plugin support. (Closed)
Patch Set: rebase Created 3 years, 11 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/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/features/features.gni
diff --git a/ppapi/features/features.gni b/ppapi/features/features.gni
index 559373e9794b8f2f4e1ce7acc535f4e656af8b57..5982e3146d0d31149023c086c1801298d263f922 100644
--- a/ppapi/features/features.gni
+++ b/ppapi/features/features.gni
@@ -6,12 +6,11 @@ import("//build/config/chromecast_build.gni")
import("//build/config/features.gni")
declare_args() {
- enable_plugins = (!is_android && !is_ios) || is_chromecast
+ enable_plugins = !is_android && !is_ios && !is_chromecast
}
# Enables the use of CDMs in pepper plugins.
#
# This is available as a buildflag for C++ preprocessor, see
# //ppapi:features.
-enable_pepper_cdms =
- enable_plugins && (is_linux || is_mac || is_win) && !is_chromecast
+enable_pepper_cdms = enable_plugins && (is_linux || is_mac || is_win)
« no previous file with comments | « chromecast/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698