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

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

Issue 10512008: Remove some unused code that fails to compile with -Wundef (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 6 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/fs/xdr.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 794328d17bcf182f8bf6ef59daadf0ee45061a83..1b384f4e7260c510e8d929c966c4c3911dd0aea8 100644
--- a/src/trusted/service_runtime/service_runtime.gyp
+++ b/src/trusted/service_runtime/service_runtime.gyp
@@ -264,13 +264,6 @@
'generic_container/container.c',
],
}, {
- 'target_name': 'nacl_xdr',
- 'type': 'static_library',
- 'sources': [
- 'fs/xdr.c',
- 'fs/obj_proxy.c',
- ],
- }, {
'target_name': 'nacl_error_code',
'type': 'static_library',
'sources': [
@@ -357,16 +350,6 @@
'sources': [
'generic_container/container.c',
],
- }, {
- 'target_name': 'nacl_xdr64',
- 'type': 'static_library',
- 'variables': {
- 'win_target': 'x64',
- },
- 'sources': [
- 'fs/xdr.c',
- 'fs/obj_proxy.c',
- ],
},
{
'target_name': 'nacl_error_code64',
« no previous file with comments | « src/trusted/service_runtime/fs/xdr.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698