| Index: build/build_config.h
|
| ===================================================================
|
| --- build/build_config.h (revision 102014)
|
| +++ build/build_config.h (working copy)
|
| @@ -45,7 +45,7 @@
|
|
|
| // A flag derived from the above flags, used to cover GTK code in
|
| // both TOOLKIT_GTK and TOOLKIT_VIEWS.
|
| -#if defined(TOOLKIT_GTK) || (defined(TOOLKIT_VIEWS) && !defined(OS_WIN) && !defined(USE_AURA))
|
| +#if defined(TOOLKIT_GTK) || (defined(TOOLKIT_VIEWS) && !defined(OS_WIN))
|
| #define TOOLKIT_USES_GTK 1
|
| #endif
|
|
|
|
|