From a13283ccd0eef981bd92b5ba3b78c7d1b4a678f5 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Thu, 5 Apr 2012 00:21:22 +0000 Subject: Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK Add gtk dependency to base.gyp for android host_os="linux" case BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9969080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130784 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/cld/base/build_config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'third_party/cld') diff --git a/third_party/cld/base/build_config.h b/third_party/cld/base/build_config.h index 3bb388c..0292c14f 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. -- cgit v1.1