Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / service_runtime / arch / x86_32 / BUILD.gn
1 # Copyright (c) 2014 The Native ClientAuthors. 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.
4
5 #  Generated from GYP
6
7 static_library("service_runtime_x86_32") {
8   sources = [
9     "nacl_app_32.c",
10     "nacl_switch_32.S",
11     "nacl_switch_all_regs_32.c",
12     "nacl_switch_all_regs_asm_32.S",
13     "nacl_switch_to_app_32.c",
14     "nacl_syscall_32.S",
15     "nacl_tls_32.c",
16     "sel_addrspace_x86_32.c",
17     "sel_ldr_x86_32.c",
18     "sel_rt_32.c",
19     "springboard.S",
20     "tramp_32.S",
21   ]
22   if (is_mac) {
23     sources += [
24       "../../osx/nacl_signal_32.c",
25     ]
26   }
27   if (is_linux) {
28     sources += [
29       "../../linux/nacl_signal_32.c",
30     ]
31   }
32   if (is_win) {
33     sources += [
34       "../../win/nacl_signal_32.c",
35     ]
36   }
37 }