From c71fc77963db75fc518483dc38a1b4498499cb6f Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Wed, 5 Oct 2011 02:17:49 +0000 Subject: Fixed aura dependencies to not include gtk but bring in necessary X libraries BUG=97131 TEST=None Review URL: http://codereview.chromium.org/8118027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104050 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_main.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chrome/app') diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc index a24e1b3..4d26172 100644 --- a/chrome/app/chrome_main.cc +++ b/chrome/app/chrome_main.cc @@ -79,10 +79,13 @@ #include "chrome/browser/chromeos/boot_times_loader.h" #endif -#if defined(USE_X11) +#if defined(TOOLKIT_USES_GTK) #include #include #include +#endif + +#if defined(USE_X11) #include #include #include "ui/base/x/x11_util.h" -- cgit v1.1