Index: ppapi/features/features.gni |
diff --git a/ppapi/features/features.gni b/ppapi/features/features.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b28feac0fdf00acc0179731028e0d6be442b06a6 |
--- /dev/null |
+++ b/ppapi/features/features.gni |
@@ -0,0 +1,12 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+import("//build/config/features.gni") |
+ |
+# 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 |