Home | History | Annotate | Download | only in common
      1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 #include "chrome/common/widevine_cdm_constants.h"
      6 
      7 #include "build/build_config.h"
      8 #include "ppapi/shared_impl/ppapi_permissions.h"
      9 
     10 const base::FilePath::CharType kWidevineCdmBaseDirectory[] =
     11     FILE_PATH_LITERAL("WidevineCDM");
     12 
     13 const char kWidevineCdmPluginExtension[] = "";
     14 
     15 const int32 kWidevineCdmPluginPermissions = ppapi::PERMISSION_DEV |
     16                                             ppapi::PERMISSION_PRIVATE;
     17