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

Unified Diff: media/cdm/ppapi/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/cdm/cdm_wrapper.h ('k') | media/cdm/ppapi/cdm_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/BUILD.gn
diff --git a/media/cdm/ppapi/BUILD.gn b/media/cdm/ppapi/BUILD.gn
index b6b2dec79c847f1723df572d6d5fd0c9ea656f3b..9eb7fd6f8e28304b608025b918e5691f7fcc391d 100644
--- a/media/cdm/ppapi/BUILD.gn
+++ b/media/cdm/ppapi/BUILD.gn
@@ -4,7 +4,7 @@
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("//media/media_options.gni")
# The GYP version supports build flags "use_fake_video_decoder" and
@@ -58,7 +58,7 @@ process_version("clearkeycdmadapter_resources") {
output = "$target_gen_dir/clearkeycdmadapter_version.rc"
}
-cdm_adapter("clearkeycdmadapter") {
+ppapi_cdm_adapter("clearkeycdmadapter") {
# Check whether the plugin's origin URL is valid.
defines = [ "CHECK_DOCUMENT_URL" ]
deps = [
« no previous file with comments | « media/cdm/cdm_wrapper.h ('k') | media/cdm/ppapi/cdm_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698