| Index: build/build_config.h
|
| diff --git a/build/build_config.h b/build/build_config.h
|
| index 0a42a47998630c62b150e061ce60e839eccc513a..5c09d4548787b0cecb12b6d5f274777f57527190 100644
|
| --- a/build/build_config.h
|
| +++ b/build/build_config.h
|
| @@ -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
|
|
|
|
|