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

Unified Diff: content/browser/BUILD.gn

Issue 2565853003: media: Rename CdmService to CdmRegistry (Closed)
Patch Set: add missing BUILD.gn entry Created 4 years 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 473fba72b17973810b7360a5307a381dfe3f9025..0b932db07c53a4b33b3e965ec71619974b07ed0a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -869,8 +869,8 @@ source_set("browser") {
"media/capture/window_activity_tracker_aura.h",
"media/capture/window_activity_tracker_mac.h",
"media/capture/window_activity_tracker_mac.mm",
- "media/cdm_service_impl.cc",
- "media/cdm_service_impl.h",
+ "media/cdm_registry_impl.cc",
+ "media/cdm_registry_impl.h",
"media/media_devices_permission_checker.cc",
"media/media_devices_permission_checker.h",
"media/media_interface_proxy.cc",

Powered by Google App Engine
This is Rietveld 408576698