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

Unified Diff: media/media_gpu.gypi

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/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_gpu.gypi
diff --git a/media/media_gpu.gypi b/media/media_gpu.gypi
index df2597bb213ef372e87188f7b294badaa9b80b08..88563bb158c25eacb789b84bfccf563ae8215102 100644
--- a/media/media_gpu.gypi
+++ b/media/media_gpu.gypi
@@ -245,6 +245,10 @@
],
'conditions': [
['use_x11 == 1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:x11',
+ '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
'variables': {
'sig_files': [
'gpu/va.sigs',
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698