aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-08 22:14:32 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-08 22:14:32 +0000
commitf8905e4d440b0b214d8a9bc393af2a509f4ddf13 (patch)
treeb356d0e112536ed519942a715494a88b324af11a
parent1b3f0fbbf03d4dc62d81b7044a039bb4ebbd4db9 (diff)
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
-rw-r--r--gyp/common_variables.gypi2
1 files changed, 1 insertions, 1 deletions
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,