From f8905e4d440b0b214d8a9bc393af2a509f4ddf13 Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Fri, 8 Mar 2013 22:14:32 +0000 Subject: [PATCH] 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 --- gyp/common_variables.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi index 8ddbbb46e6..1934082ba8 100644 --- a/gyp/common_variables.gypi +++ b/gyp/common_variables.gypi @@ -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,