| Index: third_party/cld/base/build_config.h
|
| diff --git a/third_party/cld/base/build_config.h b/third_party/cld/base/build_config.h
|
| index 3bb388c12ccca86a6c9c64d549caf8705e18a6d1..0292c14f9a2f1eed84b4c9a78e7199bc7f571174 100644
|
| --- a/third_party/cld/base/build_config.h
|
| +++ b/third_party/cld/base/build_config.h
|
| @@ -41,12 +41,6 @@
|
| #error Please add support for your platform in build/build_config.h
|
| #endif
|
|
|
| -// 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))
|
| -#define TOOLKIT_USES_GTK 1
|
| -#endif
|
| -
|
| #if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_OPENBSD) || \
|
| defined(OS_ANDROID)
|
| #define USE_NSS 1 // Use NSS for crypto.
|
|
|