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
This commit is contained in:
robertphillips 2014-12-17 11:27:47 -08:00 committed by Commit bot
parent df795036fd
commit eb3379fe70

View File

@ -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