Chromium Code Reviews| Index: src/trusted/service_runtime/BUILD.gn |
| diff --git a/src/trusted/service_runtime/BUILD.gn b/src/trusted/service_runtime/BUILD.gn |
| index ff1701eb35fa0196593eca50b7e811887abc4039..e617c1b77a44703ee2987be1c9fbce055a82ee79 100644 |
| --- a/src/trusted/service_runtime/BUILD.gn |
| +++ b/src/trusted/service_runtime/BUILD.gn |
| @@ -94,12 +94,6 @@ static_library("sel") { |
| sources += [ |
| "linux/nacl_signal.c", |
| ] |
| - if (cpu_arch == "x86") { |
| - sources += ["linux/nacl_signal_32.c"] |
| - } |
| - if (cpu_arch == "x64") { |
| - sources += ["linux/nacl_signal_64.c"] |
| - } |
|
Dirk Pranke
2015/02/04 23:26:51
These files are also pulled in to the service_runt
|
| } |
| if (os == "mac") { |