Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / build / all.gyp
1 {
2   'includes': [
3     'common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'pull_in_all',
8       'type': 'none',
9       'dependencies': [
10         '../src/nonsfi/loader/loader.gyp:*',
11         '../src/shared/gio/gio.gyp:*',
12         '../src/shared/imc/imc.gyp:*',
13         '../src/shared/platform/platform.gyp:*',
14         '../src/shared/serialization/serialization.gyp:*',
15         '../src/shared/srpc/srpc.gyp:*',
16         '../src/shared/utils/utils.gyp:*',
17         '../src/trusted/cpu_features/cpu_features.gyp:*',
18         '../src/trusted/debug_stub/debug_stub.gyp:*',
19         '../src/trusted/desc/desc.gyp:*',
20         '../src/trusted/nacl_base/nacl_base.gyp:*',
21         '../src/trusted/nonnacl_util/nonnacl_util.gyp:*',
22         '../src/trusted/perf_counter/perf_counter.gyp:*',
23         '../src/trusted/platform_qualify/platform_qualify.gyp:*',
24         '../src/trusted/sel_universal/sel_universal.gyp:*',
25         '../src/trusted/service_runtime/service_runtime.gyp:*',
26         '../src/untrusted/irt/irt.gyp:irt_core_nexe',
27         '../src/untrusted/minidump_generator/minidump_generator.gyp:*',
28         '../src/untrusted/nacl/nacl.gyp:*',
29         '../src/untrusted/nosys/nosys.gyp:*',
30         '../src/untrusted/pthread/pthread.gyp:*',
31         '../tests.gyp:*',
32         '../tests/sel_main_chrome/sel_main_chrome.gyp:*',
33         'nacl_core_sdk.gyp:*',
34       ],
35       'conditions': [
36         ['target_arch=="arm"', {
37           'dependencies': [
38             '../src/trusted/validator_arm/validator_arm.gyp:*',
39           ],
40         }],
41         ['target_arch=="ia32" or target_arch=="x64"', {
42           'dependencies': [
43             '../src/trusted/validator/driver/ncval.gyp:*',
44             '../src/trusted/validator_arm/ncval.gyp:*',
45           ],
46         }],
47         ['target_arch=="mipsel"', {
48           'dependencies': [
49             '../src/trusted/validator_mips/validator_mips.gyp:*',
50           ],
51         }],
52       ],
53     },
54   ],
55 }