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

Unified Diff: media/media.gyp

Issue 1937093002: Fix Windows component builds: Use component type in gyp build for media_gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export InitializeVideoToolbox 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/vt_video_decode_accelerator_mac.h ('k') | media/media_gpu.gypi » ('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 9c03efa9a0f714bd90389202f17eefc498815f78..6d7dce5ca9478844d13eaf5956654d4ec5d9ad23 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1621,7 +1621,7 @@
{
# GN version: //media/gpu
'target_name': 'media_gpu',
- 'type': 'static_library',
+ 'type': '<(component)',
'includes': [ 'media_gpu.gypi' ],
},
],
« no previous file with comments | « media/gpu/vt_video_decode_accelerator_mac.h ('k') | media/media_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698