media::KeySystemProperties now KeySystemInfo
Chromium change: https://chromium.googlesource.com/chromium/src/+/d2e5386def5cf7fa2d6fbaffb6cb4f4d32e28865 commit d2e5386def5cf7fa2d6fbaffb6cb4f4d32e28865 Author: Vikram Pasupathy <vpasupathy@chromium.org> Date: Fri Sep 2 17:32:25 2022 +0000 media: Rename KeySystemProperties to KeySystemInfo - file renaming This CL renames just the files *key_system_properties* to *key_system_info* as part of a greater effort to rename KeySystemProperties to KeySystemInfo. This renaming effort is due to KeySystemProperties being a plural noun, making it awkward and wordy to create vectors and maps. Replacing it with a singular noun was our (xhwang, jrummell, and vpasupathy) idea to simplify naming in Chromium. Bug: b/241047837
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "media/base/key_system_properties.h"
|
||||
#include "media/base/key_system_info.h"
|
||||
#include "third_party/widevine/cdm/buildflags.h"
|
||||
|
||||
// In components/cdm/renderer/android_key_systems.h the declaration of
|
||||
|
||||
@@ -2,6 +2,6 @@ include_rules = [
|
||||
"+brave/components/brave_shields/common",
|
||||
"+brave/components/content_settings/renderer",
|
||||
"+brave/renderer",
|
||||
"+media/base/key_system_properties.h",
|
||||
"+media/base/key_system_info.h",
|
||||
"+third_party/widevine/cdm/buildflags.h",
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "media/base/key_system_properties.h"
|
||||
#include "media/base/key_system_info.h"
|
||||
#include "third_party/widevine/cdm/buildflags.h"
|
||||
|
||||
#if BUILDFLAG(IS_ANDROID) && !BUILDFLAG(ENABLE_WIDEVINE)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include_rules = [
|
||||
"+media/base/key_system_properties.h",
|
||||
"+media/base/key_system_info.h",
|
||||
"+third_party/widevine/cdm/buildflags.h",
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "media/base/key_system_properties.h"
|
||||
#include "media/base/key_system_info.h"
|
||||
#include "third_party/widevine/cdm/buildflags.h"
|
||||
|
||||
// In components/cdm/renderer/android_key_systems.h the declaration of
|
||||
|
||||
Reference in New Issue
Block a user