Index: ppapi/features/features.gni |
diff --git a/ppapi/features/features.gni b/ppapi/features/features.gni |
deleted file mode 100644 |
index b28feac0fdf00acc0179731028e0d6be442b06a6..0000000000000000000000000000000000000000 |
--- a/ppapi/features/features.gni |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-# 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 |