Revert 229524 "Revert 229521 "Revert 229507 "aura: Allow creating content_shell...""

Breaks blink waterfall due to TOOLKIT_VIEWS not defined there.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229525 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
pfeldman@chromium.org 2013-10-19 07:06:42 +00:00
Родитель 27e783d9f0
Коммит a6f0a4010b
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__)