aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-12-17 11:27:47 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-17 11:27:47 -0800
commiteb3379fe7001932a090e4ed95e0939366813615a (patch)
treee6e2ce1a1906c2e5ba239abde660d9f1b5f0f7d9 /gyp
parentdf795036fdff68d0c3e1d53d50e1e3777df88668 (diff)
Turn off warnings as errors for the debugger
Compiling the debugger on Linux was running afoul of warnings-as-errors Review URL: https://codereview.chromium.org/812673004
Diffstat (limited to 'gyp')
-rw-r--r--gyp/debugger.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index 4add7439a8..749cd5e5eb 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -1,5 +1,6 @@
{
'variables': {
+ 'skia_warnings_as_errors': 0,
'conditions': [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
# Use the systemwide Qt libs by default