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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/trusted/service_runtime/fs/xdr.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- gyp -*- 1 # -*- gyp -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'syscall_handler': [ 10 'syscall_handler': [
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 ], 257 ],
258 }], 258 }],
259 ], 259 ],
260 }, { 260 }, {
261 'target_name': 'container', 261 'target_name': 'container',
262 'type': 'static_library', 262 'type': 'static_library',
263 'sources': [ 263 'sources': [
264 'generic_container/container.c', 264 'generic_container/container.c',
265 ], 265 ],
266 }, { 266 }, {
267 'target_name': 'nacl_xdr',
268 'type': 'static_library',
269 'sources': [
270 'fs/xdr.c',
271 'fs/obj_proxy.c',
272 ],
273 }, {
274 'target_name': 'nacl_error_code', 267 'target_name': 'nacl_error_code',
275 'type': 'static_library', 268 'type': 'static_library',
276 'sources': [ 269 'sources': [
277 'nacl_error_code.c', 270 'nacl_error_code.c',
278 ], 271 ],
279 }, { 272 }, {
280 'target_name': 'env_cleanser', 273 'target_name': 'env_cleanser',
281 'type': 'static_library', 274 'type': 'static_library',
282 'sources': [ 275 'sources': [
283 'env_cleanser.c', 276 'env_cleanser.c',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ], 343 ],
351 }, { 344 }, {
352 'target_name': 'container64', 345 'target_name': 'container64',
353 'type': 'static_library', 346 'type': 'static_library',
354 'variables': { 347 'variables': {
355 'win_target': 'x64', 348 'win_target': 'x64',
356 }, 349 },
357 'sources': [ 350 'sources': [
358 'generic_container/container.c', 351 'generic_container/container.c',
359 ], 352 ],
360 }, {
361 'target_name': 'nacl_xdr64',
362 'type': 'static_library',
363 'variables': {
364 'win_target': 'x64',
365 },
366 'sources': [
367 'fs/xdr.c',
368 'fs/obj_proxy.c',
369 ],
370 }, 353 },
371 { 354 {
372 'target_name': 'nacl_error_code64', 355 'target_name': 'nacl_error_code64',
373 'type': 'static_library', 356 'type': 'static_library',
374 'variables': { 357 'variables': {
375 'win_target': 'x64', 358 'win_target': 'x64',
376 }, 359 },
377 'sources': [ 360 'sources': [
378 'nacl_error_code.c', 361 'nacl_error_code.c',
379 ], 362 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib64', 401 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib64',
419 ], 402 ],
420 'sources': [ 403 'sources': [
421 'sel_main_chrome_test.c', 404 'sel_main_chrome_test.c',
422 ], 405 ],
423 }, 406 },
424 ], 407 ],
425 }], 408 }],
426 ] 409 ]
427 } 410 }
OLDNEW
« 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