Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index 87f9077163762c38d0509df2ee2f7ff8af3985ec..3a7aa720313d6b2bdedce234cb98042a13bfe3f9 100644 |
--- a/media/media.gyp |
+++ b/media/media.gyp |
@@ -678,6 +678,13 @@ |
'../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
'../third_party/openmax/openmax.gyp:il', |
], |
+ 'conditions': [ |
+ ['touchui == 1', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:gtk', |
Ami GONE FROM CHROMIUM
2011/06/24 15:55:02
This looks strange to me, since none of the source
sadrul
2011/06/24 17:14:01
omx_test.cc uses the message_loop. Would it be a g
|
+ ], |
+ }], |
+ ], |
'sources': [ |
'tools/omx_test/color_space_util.cc', |
'tools/omx_test/color_space_util.h', |