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

Unified Diff: media/base/BUILD.gn

Issue 2656523002: Rename media_resources -> localized_strings (Closed)
Patch Set: Created 3 years, 11 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
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 80efe056e765410b517919a3c1219b008822c91e..1a1d13f6b398bbd33e62232161bd18820fe4046c 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -159,6 +159,8 @@ target(link_target_type, "base") {
"media_client.h",
"media_content_type.cc",
"media_content_type.h",
+ "media_localization_resources.cc",
+ "media_localization_resources.h",
"media_log.cc",
"media_log.h",
"media_log_event.h",
@@ -166,8 +168,6 @@ target(link_target_type, "base") {
"media_observer.h",
"media_permission.cc",
"media_permission.h",
- "media_resources.cc",
- "media_resources.h",
"media_switches.cc",
"media_switches.h",
"media_track.cc",
@@ -364,8 +364,8 @@ static_library("test_support") {
"fake_audio_renderer_sink.h",
"fake_demuxer_stream.cc",
"fake_demuxer_stream.h",
- "fake_media_resources.cc",
- "fake_media_resources.h",
+ "fake_media_localization_resources.cc",
+ "fake_media_localization_resources.h",
"fake_single_thread_task_runner.cc",
"fake_single_thread_task_runner.h",
"fake_text_track_stream.cc",

Powered by Google App Engine
This is Rietveld 408576698