From 0ac8fce3591b1a72231c83827811aacd43121089 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Thu, 9 Apr 2009 22:51:41 +0000 Subject: Restore -Wall to Linux build and set up for -Werror. * Add -Wall to build/common.gypi (and -Werror, commented out for now). * Have build/external_code.gypi remove -Wall (and -Werror). * Remove chromium_code definition from build/all.gyp. * Remove chromium_code definitions from third_party/ *.gyp files. * Remove scons-specific -Werror removal in webkit.gyp. * Remove unused variables from: base/clipboard_linux.cc chrome/browser/gtk/download_shelf_gtk.cc chrome/browser/gtk/bookmark_bar_gtk.cc Review URL: http://codereview.chromium.org/66001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13478 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/harfbuzz/harfbuzz.gyp | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party/harfbuzz') diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp index 9d5b408..b19680a 100644 --- a/third_party/harfbuzz/harfbuzz.gyp +++ b/third_party/harfbuzz/harfbuzz.gyp @@ -3,9 +3,6 @@ # found in the LICENSE file. { - 'variables': { - 'chromium_code': 1, - }, 'includes': [ '../../build/common.gypi', ], -- cgit v1.1