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

Side by Side Diff: build/all.gyp

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 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 | Annotate | Revision Log
« no previous file with comments | « SConstruct ('k') | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'common.gypi', 3 'common.gypi',
4 ], 4 ],
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'pull_in_all', 7 'target_name': 'pull_in_all',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 '../src/nonsfi/loader/loader.gyp:*', 10 '../src/nonsfi/loader/loader.gyp:*',
(...skipping 24 matching lines...) Expand all
35 'conditions': [ 35 'conditions': [
36 ['target_arch=="arm"', { 36 ['target_arch=="arm"', {
37 'dependencies': [ 37 'dependencies': [
38 '../src/trusted/validator_arm/validator_arm.gyp:*', 38 '../src/trusted/validator_arm/validator_arm.gyp:*',
39 ], 39 ],
40 }], 40 }],
41 ['target_arch=="ia32" or target_arch=="x64"', { 41 ['target_arch=="ia32" or target_arch=="x64"', {
42 'dependencies': [ 42 'dependencies': [
43 '../src/trusted/validator/driver/ncval.gyp:*', 43 '../src/trusted/validator/driver/ncval.gyp:*',
44 '../src/trusted/validator_arm/ncval.gyp:*', 44 '../src/trusted/validator_arm/ncval.gyp:*',
45 '../src/trusted/validator_x86/ncval.gyp:*',
46 '../src/trusted/validator_x86/validator_x86.gyp:*',
47 ], 45 ],
48 }], 46 }],
49 ['target_arch=="mipsel"', { 47 ['target_arch=="mipsel"', {
50 'dependencies': [ 48 'dependencies': [
51 '../src/trusted/validator_mips/validator_mips.gyp:*', 49 '../src/trusted/validator_mips/validator_mips.gyp:*',
52 ], 50 ],
53 }], 51 }],
54 ], 52 ],
55 }, 53 },
56 ], 54 ],
57 } 55 }
OLDNEW
« no previous file with comments | « SConstruct ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698