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

Unified Diff: third_party/widevine/cdm/BUILD.gn

Issue 1402413005: Rename cdm_adapter to ppapi_cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename flag Created 5 years, 2 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 | « media/media_cdm_adapter.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index 8a540f0ea2de03e7e198d42397595342c261e595..803d0ab61188cddc53a01ff6470d1d51e037d76f 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/chrome_build.gni")
import("//build/config/features.gni")
import("//chrome/version.gni") # TODO layering violation
-import("//media/cdm/ppapi/cdm_adapter.gni")
+import("//media/cdm/ppapi/ppapi_cdm_adapter.gni")
import("//third_party/widevine/cdm/widevine.gni")
widevine_arch = current_cpu
@@ -122,7 +122,8 @@ if ((is_chrome_branded || enable_widevine) && enable_pepper_cdms) {
output = "$target_gen_dir/widevinecdmadapter_version.rc"
}
- cdm_adapter("widevinecdmadapter") {
+ ppapi_cdm_adapter("widevinecdmadapter") {
+ defines = []
deps = [
":widevinecdmadapter_resources",
":widevinecdm",
« no previous file with comments | « media/media_cdm_adapter.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698