unbreak the build

move define of skia_arch_type to front

git-svn-id: http://skia.googlecode.com/svn/trunk@5650 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
caryclark@google.com 2012-09-24 19:41:43 +00:00
parent 594dd3cd78
commit 976298edd7

View File

@ -51,6 +51,8 @@
# so that siblings of the level-2 'variables' dict can see them.
'skia_os%': '<(skia_os)',
'skia_arch_type%': 'x86',
'conditions': [
['skia_os == "win"', {
'os_posix%': 0,
@ -78,7 +80,6 @@
'skia_mesa%': 0,
'skia_nv_path_rendering%': 0,
'skia_angle%': 0,
'skia_arch_type%': 'x86',
'skia_directwrite%': 0,
'android_make_apk%': 1,
'skia_nacl%': 0,