From 2a078fbc13cd575bbb1ac5d5978d0fe43e03615c Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Wed, 5 Oct 2011 20:18:06 +0000 Subject: aura: Build aura_builder on linux. . aura is never built with gtk anymore. So it's not necesary to disable GTK events in the message-pump. . Make sure glib headers are included when building non-gtk aura. . Update the 'glib' target to include gobject-2.0 and gthread-2.0 packages. BUG=none TEST=aura_builder builds on linux with use_aura=1 Review URL: http://codereview.chromium.org/8144009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104165 0039d316-1c4b-4281-b951-d872f2087c98 --- views/aura_desktop/aura_desktop_main.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'views/aura_desktop') diff --git a/views/aura_desktop/aura_desktop_main.cc b/views/aura_desktop/aura_desktop_main.cc index 3516f2a..f600b31 100644 --- a/views/aura_desktop/aura_desktop_main.cc +++ b/views/aura_desktop/aura_desktop_main.cc @@ -135,10 +135,6 @@ int main(int argc, char** argv) { icu_util::Initialize(); ResourceBundle::InitSharedInstance("en-US"); -#if defined(USE_X11) - base::MessagePumpX::DisableGtkMessagePump(); -#endif - // Create the message-loop here before creating the desktop. MessageLoop message_loop(MessageLoop::TYPE_UI); -- cgit v1.1