summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 07:17:41 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 07:17:41 +0000
commit2f312ab5f419b77456eba5e0362af3adaf94f6ad (patch)
treede5260b704b376e0c602d3ba5364072217c29732 /webkit/webkit.gyp
parent10821128cb8b272856d1df04fdf102f1dda1b3f2 (diff)
downloadchromium_src-2f312ab5f419b77456eba5e0362af3adaf94f6ad.zip
chromium_src-2f312ab5f419b77456eba5e0362af3adaf94f6ad.tar.gz
chromium_src-2f312ab5f419b77456eba5e0362af3adaf94f6ad.tar.bz2
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
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp8
1 files changed, 1 insertions, 7 deletions
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.