| Index: build/build_config.h
|
| diff --git a/build/build_config.h b/build/build_config.h
|
| index e26d75e5723aa8999c78fe576d1058bf6c44af91..538995ba544bc43abdb2a48442d8db3b28e7ef03 100644
|
| --- a/build/build_config.h
|
| +++ b/build/build_config.h
|
| @@ -49,12 +49,6 @@
|
| #error Please add support for your platform in build/build_config.h
|
| #endif
|
|
|
| -// Use TOOLKIT_GTK on X11 if TOOLKIT_VIEWS and USE_AURA aren't defined.
|
| -#if defined(USE_X11) && !defined(TOOLKIT_VIEWS) && !defined(USE_AURA) && \
|
| - !defined(OS_NACL)
|
| -#define TOOLKIT_GTK
|
| -#endif
|
| -
|
| #if defined(USE_OPENSSL) && defined(USE_NSS)
|
| #error Cannot use both OpenSSL and NSS
|
| #endif
|
|
|