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

Unified Diff: media/media.gyp

Issue 1123343007: iOS experiments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added media_blink dependency on media_mime_util 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 | « media/blink/media_blink.gyp ('k') | net/base/mime_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 758166b47fb49fb7105996879ab3b3ab24b91bed..c03269c91b299c7303ae149810216a2ec3d964aa 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -53,6 +53,18 @@
],
'targets': [
{
+ # GN version: //media_mime_util
+ 'target_name': 'media_mime_util',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ ],
+ 'sources': [
+ 'base/mime_util.cc',
+ 'base/mime_util.h',
+ ],
+ },
+ {
# GN version: //media
'target_name': 'media',
'type': '<(component)',
@@ -69,6 +81,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../url/url.gyp:url_lib',
+ 'media_mime_util',
'shared_memory_support',
],
'defines': [
@@ -1086,6 +1099,7 @@
'dependencies': [
'audio_test_config',
'media',
+ 'media_mime_util',
'media_test_support',
'shared_memory_support',
'../base/base.gyp:base',
@@ -1137,6 +1151,7 @@
'base/key_systems_unittest.cc',
'base/mac/video_frame_mac_unittests.cc',
'base/media_file_checker_unittest.cc',
+ 'base/mime_util_unittest.cc',
'base/moving_average_unittest.cc',
'base/multi_channel_resampler_unittest.cc',
'base/null_video_sink_unittest.cc',
« no previous file with comments | « media/blink/media_blink.gyp ('k') | net/base/mime_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698