Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1132)

Unified Diff: src/trusted/service_runtime/service_runtime.gyp

Issue 10905317: Generic containers moved into a separate module (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebased with master. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/service_runtime/generic_container/container.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « src/trusted/service_runtime/generic_container/container.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698