Chromium Code Reviews| Index: build/build_config.h |
| diff --git a/build/build_config.h b/build/build_config.h |
| index 5c09d4548787b0cecb12b6d5f274777f57527190..0a42a47998630c62b150e061ce60e839eccc513a 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)) |
| +#if defined(TOOLKIT_GTK) || (defined(TOOLKIT_VIEWS) && !defined(OS_WIN) && !defined(USE_AURA)) |
|
Daniel Erat
2011/09/22 17:07:05
nit: wrap long line
|
| #define TOOLKIT_USES_GTK 1 |
| #endif |