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

Unified Diff: media/base/BUILD.gn

Issue 1129643002: Moved media mime type and codec checks to media/base/mime_util.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use media/base/mime_util.h in //components/mime_util/DEPS Created 5 years, 7 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 | « content/shell/app/shell_main_delegate.cc ('k') | media/base/mime_util.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 a728cfa27039f72f81e4458354440c527f78f7e5..888f96792da2da5968aab3ee957ed60551ad5380 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -119,6 +119,8 @@ source_set("base") {
"media_permission.h",
"media_switches.cc",
"media_switches.h",
+ "mime_util.cc",
+ "mime_util.h",
"moving_average.cc",
"moving_average.h",
"multi_channel_resampler.cc",
@@ -377,6 +379,7 @@ source_set("unittests") {
"djb2_unittest.cc",
"gmock_callback_support_unittest.cc",
"key_systems_unittest.cc",
+ "mime_util_unittest.cc",
"moving_average_unittest.cc",
"multi_channel_resampler_unittest.cc",
"null_video_sink_unittest.cc",
« no previous file with comments | « content/shell/app/shell_main_delegate.cc ('k') | media/base/mime_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698