Fix Windows build

Temporarily disable skia_win_debuggers_path gyp variable.
Unreviewed.

git-svn-id: http://skia.googlecode.com/svn/trunk@8056 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
borenet@google.com 2013-03-08 22:14:32 +00:00
parent 1b3f0fbbf0
commit f8905e4d44

View File

@ -92,7 +92,7 @@
# Note: This is currently only turned on for linux and android.
# TODO: Turn on for Win and Mac as well.
'skia_warnings_as_errors%': 0,
'skia_win_debuggers_path%': '',
'skia_win_debuggers_path': '',
},
# Re-define all variables defined within the level-2 'variables' dict,