| Index: src/trusted/service_runtime/service_runtime.gyp
|
| diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp
|
| index 9ea0c841207af7a762cae9f7bf006ad3f85033ee..1bf4de95d08c7cec7760ec67bfa8ceecbca68163 100644
|
| --- a/src/trusted/service_runtime/service_runtime.gyp
|
| +++ b/src/trusted/service_runtime/service_runtime.gyp
|
| @@ -264,12 +264,6 @@
|
| }],
|
| ],
|
| }, {
|
| - 'target_name': 'container',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'generic_container/container.c',
|
| - ],
|
| - }, {
|
| 'target_name': 'nacl_error_code',
|
| 'type': 'static_library',
|
| 'sources': [
|
| @@ -350,16 +344,6 @@
|
| 'arch/x86_64/service_runtime_x86_64.gyp:service_runtime_x86_64',
|
| ],
|
| }, {
|
| - 'target_name': 'container64',
|
| - 'type': 'static_library',
|
| - 'variables': {
|
| - 'win_target': 'x64',
|
| - },
|
| - 'sources': [
|
| - 'generic_container/container.c',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'nacl_error_code64',
|
| 'type': 'static_library',
|
| 'variables': {
|
|
|