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

Unified Diff: media/base/BUILD.gn

Issue 1921823003: media: Move key_system_names to media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/BUILD.gn ('k') | media/base/key_system_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 7b523daba69cbf487cc766bc823eb3d1dc58b3ca..b825c204180b5c8b5591f12e84b40609aae89866 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -119,11 +119,12 @@ source_set("base") {
"encryption_scheme.h",
"key_system_info.cc",
"key_system_info.h",
+ "key_system_names.cc",
+ "key_system_names.h",
"key_system_properties.cc",
"key_system_properties.h",
"key_systems.cc",
"key_systems.h",
- "key_systems.h",
"loopback_audio_converter.cc",
"loopback_audio_converter.h",
"media.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/key_system_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698