5bf5ad535b8390a6ded1bc111527fc64c366f927
[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/shared/gio/gio.gyp:*',
11         '../src/shared/imc/imc.gyp:*',
12         '../src/shared/platform/platform.gyp:*',
13         '../src/shared/serialization/serialization.gyp:*',
14         '../src/shared/srpc/srpc.gyp:*',
15         '../src/shared/utils/utils.gyp:*',
16         '../src/trusted/cpu_features/cpu_features.gyp:*',
17         '../src/trusted/debug_stub/debug_stub.gyp:*',
18         '../src/trusted/desc/desc.gyp:*',
19         '../src/trusted/nacl_base/nacl_base.gyp:*',
20         '../src/trusted/nonnacl_util/nonnacl_util.gyp:*',
21         '../src/trusted/perf_counter/perf_counter.gyp:*',
22         '../src/trusted/platform_qualify/platform_qualify.gyp:*',
23         '../src/trusted/sel_universal/sel_universal.gyp:*',
24         '../src/trusted/service_runtime/service_runtime.gyp:*',
25         '../src/untrusted/irt/irt.gyp:irt_core_nexe',
26         '../src/untrusted/minidump_generator/minidump_generator.gyp:*',
27         '../src/untrusted/nacl/nacl.gyp:*',
28         '../src/untrusted/nosys/nosys.gyp:*',
29         '../src/untrusted/pthread/pthread.gyp:*',
30         '../tests.gyp:*',
31         '../tests/sel_main_chrome/sel_main_chrome.gyp:*',
32         'nacl_core_sdk.gyp:*',
33       ],
34       'conditions': [
35         ['target_arch=="arm"', {
36           'dependencies': [
37             '../src/trusted/validator_arm/validator_arm.gyp:*',
38           ],
39         }],
40         ['target_arch=="ia32" or target_arch=="x64"', {
41           'dependencies': [
42             '../src/trusted/validator/driver/ncval.gyp:*',
43             '../src/trusted/validator_arm/ncval.gyp:*',
44             '../src/trusted/validator_x86/ncval.gyp:*',
45             '../src/trusted/validator_x86/validator_x86.gyp:*',
46           ],
47         }],
48         ['target_arch=="mipsel"', {
49           'dependencies': [
50             '../src/trusted/validator_mips/validator_mips.gyp:*',
51           ],
52         }],
53       ],
54     },
55   ],
56 }