1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
47 # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
48 # we should figure out a way to unify the settings.
49 ['target_arch=="ia32"', {
51 'NACL_TARGET_SUBARCH=32',
52 'NACL_TARGET_ARCH=x86',
53 'NACL_BUILD_SUBARCH=32',
54 'NACL_BUILD_ARCH=x86',
57 ['target_arch=="x64"', {
59 'NACL_TARGET_SUBARCH=64',
60 'NACL_TARGET_ARCH=x86',
61 'NACL_BUILD_SUBARCH=64',
62 'NACL_BUILD_ARCH=x86',
65 ['target_arch=="arm"', {
67 'NACL_BUILD_ARCH=arm',
68 'NACL_BUILD_SUBARCH=32',
69 'NACL_TARGET_ARCH=arm',
70 'NACL_TARGET_SUBARCH=32',
73 ['target_arch=="mipsel"', {
75 'NACL_BUILD_ARCH=mips',
76 'NACL_BUILD_SUBARCH=32',
77 'NACL_TARGET_ARCH=mips',
78 'NACL_TARGET_SUBARCH=32',