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.
29 # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
30 # we should figure out a way to unify the settings.
31 ['target_arch=="ia32"', {
33 'NACL_TARGET_SUBARCH=32',
34 'NACL_TARGET_ARCH=x86',
35 'NACL_BUILD_SUBARCH=32',
36 'NACL_BUILD_ARCH=x86',
39 ['target_arch=="x64"', {
41 'NACL_TARGET_SUBARCH=64',
42 'NACL_TARGET_ARCH=x86',
43 'NACL_BUILD_SUBARCH=64',
44 'NACL_BUILD_ARCH=x86',
47 ['target_arch=="arm"', {
49 'NACL_BUILD_ARCH=arm',
50 'NACL_BUILD_SUBARCH=32',
51 'NACL_TARGET_ARCH=arm',
52 'NACL_TARGET_SUBARCH=32',
55 ['target_arch=="mipsel"', {