Revert 229507 "aura: Allow creating content_shell without views."

Speculative. All windows bots on the main waterfall except for the clobber
builder started timing out during compile during a window that had only this
change and two test-only changes in the range.

> aura: Allow creating content_shell without views.
> 
> This builds content_shell with use_aura=1 and toolkit_views=0.
> 
> BUG=none
> R=derat@chromium.org, jamescook@chromium.org, jochen@chromium.org
> 
> Review URL: https://codereview.chromium.org/26695007

TBR=sadrul@chromium.org

Review URL: https://codereview.chromium.org/30413002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229521 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thakis@chromium.org 2013-10-19 05:27:55 +00:00
Родитель 71b19773b3
Коммит d664e14b37
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@
#elif defined(__linux__)
#define OS_LINUX 1
// Use TOOLKIT_GTK on linux if TOOLKIT_VIEWS isn't defined.
#if !defined(TOOLKIT_VIEWS) && defined(USE_X11) && !defined(USE_AURA)
#if !defined(TOOLKIT_VIEWS) && defined(USE_X11)
#define TOOLKIT_GTK
#endif
#if defined(__GLIBC__) && !defined(__UCLIBC__)