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

Unified Diff: media/base/BUILD.gn

Issue 2656523002: Rename media_resources -> localized_strings (Closed)
Patch Set: rebase 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
« no previous file with comments | « media/audio/cras/audio_manager_cras.cc ('k') | media/base/fake_localized_strings.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 80efe056e765410b517919a3c1219b008822c91e..29dcccdd79b541ea9005e95ca7fcc435316d2287 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -151,6 +151,8 @@ target(link_target_type, "base") {
"key_system_properties.h",
"key_systems.cc",
"key_systems.h",
+ "localized_strings.cc",
+ "localized_strings.h",
"loopback_audio_converter.cc",
"loopback_audio_converter.h",
"media.cc",
@@ -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_localized_strings.cc",
+ "fake_localized_strings.h",
"fake_single_thread_task_runner.cc",
"fake_single_thread_task_runner.h",
"fake_text_track_stream.cc",
« no previous file with comments | « media/audio/cras/audio_manager_cras.cc ('k') | media/base/fake_localized_strings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698