From 2f312ab5f419b77456eba5e0362af3adaf94f6ad Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Wed, 21 Apr 2010 07:17:41 +0000 Subject: Enable -Werror on Linux and Win for src/webkit/ BUG=21140 Review URL: http://codereview.chromium.org/1749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45157 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 3edd0fe5..373073e 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -14,13 +14,7 @@ 'tools/test_shell/test_shell.gypi', ], 'variables': { - # We can't turn on warnings on Windows and Linux until we upstream the - # WebKit API. - 'conditions': [ - ['OS=="mac"', { - 'chromium_code': 1, - }], - ], + 'chromium_code': 1, # List of DevTools source files, ordered by dependencies. It is used both # for copying them to resource dir, and for generating 'devtools.html' file. -- cgit v1.1