Build fix. Unreviewed.

git-svn-id: http://skia.googlecode.com/svn/trunk@5653 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
senorblanco@chromium.org 2012-09-24 21:27:14 +00:00
parent 18b3823d29
commit b8d212fe95

View File

@ -45,13 +45,13 @@
# We set it automatically based on 'OS' (the host OS), but allow the
# user to override it via GYP_DEFINES if they like.
'skia_os%': '<(OS)',
'skia_arch_type%': 'x86',
},
# Re-define all variables defined within the level-3 'variables' dict,
# so that siblings of the level-2 'variables' dict can see them.
'skia_os%': '<(skia_os)',
'skia_arch_type%': 'x86',
'skia_arch_type%': '<(skia_arch_type)',
'conditions': [
['skia_os == "win"', {