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

Unified Diff: media/gpu/ipc/media_ipc.gyp

Issue 1919323002: Added media_features dependency for media gpu targets (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/gpu/ipc/client/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/media_ipc.gyp
diff --git a/media/gpu/ipc/media_ipc.gyp b/media/gpu/ipc/media_ipc.gyp
index e8d6b91a6865b4645a4225c65d8bc2e64715260b..3c4c1c3948daca0c70f616ee14ba9f9fe6638c57 100644
--- a/media/gpu/ipc/media_ipc.gyp
+++ b/media/gpu/ipc/media_ipc.gyp
@@ -10,6 +10,7 @@
'type': 'static_library',
'dependencies': [
'../../media.gyp:media',
+ '../../media.gyp:media_features',
'../../../base/base.gyp:base',
'../../../gpu/gpu.gyp:gpu_ipc_common',
'../../../ipc/ipc.gyp:ipc',
@@ -38,6 +39,7 @@
'type': 'static_library',
'dependencies': [
'../../media.gyp:media',
+ '../../media.gyp:media_features',
'../../../base/base.gyp:base',
'../../../gpu/gpu.gyp:gpu_ipc_common',
'../../../ipc/ipc.gyp:ipc',
« no previous file with comments | « media/gpu/ipc/client/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698