unbreak the build
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 24 Sep 2012 19:41:43 +0000 (19:41 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 24 Sep 2012 19:41:43 +0000 (19:41 +0000)
move define of skia_arch_type to front

git-svn-id: http://skia.googlecode.com/svn/trunk@5650 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_variables.gypi

index 8e4ab80..b6ddb8d 100644 (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,