Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2243)

Side by Side Diff: src/trusted/validator_arm/ncval.gyp

Issue 24227003: [MIPS] Add support to gyp files to build Native Client inside of Chromium (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Upload again. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../build/common.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 ['target_arch=="ia32"', { 10 ['target_arch=="ia32"', {
(...skipping 17 matching lines...) Expand all
28 'type': 'executable', 28 'type': 'executable',
29 'sources': [ 'ncval.cc' ], 29 'sources': [ 'ncval.cc' ],
30 'dependencies': [ 30 'dependencies': [
31 '<(DEPTH)/native_client/src/trusted/validator/ncfileutils.gyp:ncfile utils_x86_64', 31 '<(DEPTH)/native_client/src/trusted/validator/ncfileutils.gyp:ncfile utils_x86_64',
32 'validator_arm.gyp:arm_validator_core', 32 'validator_arm.gyp:arm_validator_core',
33 'validator_arm.gyp:arm_validator_reporters', 33 'validator_arm.gyp:arm_validator_reporters',
34 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 34 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
35 ], 35 ],
36 }], 36 }],
37 }], 37 }],
38 ['target_arch=="arm"', {
39 'targets': [],
40 }],
41 ], 38 ],
42 } 39 }
OLDNEW
« no previous file with comments | « src/trusted/validator/x86/validate_x86.gyp ('k') | src/trusted/validator_mips/validator_mips.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698