Chromium Code Reviews| Index: build/build_config.h |
| diff --git a/build/build_config.h b/build/build_config.h |
| index 5c09d4548787b0cecb12b6d5f274777f57527190..6422a94ef857efdabf31791be609bbb65719b385 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) |
|
oshima
2011/09/19 17:08:08
(defined(TOOLKIT_VIEWS) && !defined(OS_WIN) && !de
|
| #define TOOLKIT_USES_GTK 1 |
| #endif |