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

Unified Diff: media/media.gyp

Issue 7250001: Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 6 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
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',

Powered by Google App Engine
This is Rietveld 408576698