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

Unified Diff: media/media.gyp

Issue 1912923002: Add media_features deps in media.gyp and media/base/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/base/BUILD.gn ('k') | no next file » | 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 480d89fdc67cf545f9080ddde8cac891a619d4f8..c3400dd17cf965cb95a53595e48fdab085966c8a 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1102,6 +1102,7 @@
'dependencies': [
'audio_test_config',
'media',
+ 'media_features',
wolenetz 2016/04/21 23:29:15 Is this explicitly necessary, since media_test_sup
servolk 2016/04/22 18:46:24 I assumed that it wasn't necessary, since I though
'media_test_support',
'shared_memory_support',
'../base/base.gyp:base',
@@ -1378,6 +1379,7 @@
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/gfx.gyp:gfx_test_support',
'media',
+ 'media_features',
wolenetz 2016/04/21 23:29:15 ditto
servolk 2016/04/22 18:46:24 Acknowledged.
'media_test_support',
'shared_memory_support',
],
@@ -1531,6 +1533,7 @@
'type': 'static_library',
'dependencies': [
'media',
+ 'media_features',
'shared_memory_support',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
« no previous file with comments | « media/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698