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

Side by Side Diff: ppapi/native_client/native_client.gyp

Issue 11360223: Revert "Add support in NaCl browser tests for testing pnacl-translated nexes" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/common_untrusted.gypi', 7 '../../build/common_untrusted.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 ['disable_nacl==0 and disable_nacl_untrusted==0', { 10 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'src/untrusted/irt_stub/libppapi.a', 61 'src/untrusted/irt_stub/libppapi.a',
62 'src/untrusted/irt_stub/libppapi.so', 62 'src/untrusted/irt_stub/libppapi.so',
63 ], 63 ],
64 }, 64 },
65 { 65 {
66 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm', 66 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm',
67 'files': [ 67 'files': [
68 'src/untrusted/irt_stub/libppapi.a', 68 'src/untrusted/irt_stub/libppapi.a',
69 ], 69 ],
70 }, 70 },
71 {
72 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_pnacl_newlib/lib',
73 'files': [
74 'src/untrusted/irt_stub/libppapi.a',
75 ],
76 },
77 ], 71 ],
78 }, 72 },
79 { 73 {
80 'target_name': 'nacl_irt', 74 'target_name': 'nacl_irt',
81 'type': 'none', 75 'type': 'none',
82 'variables': { 76 'variables': {
83 'nexe_target': 'nacl_irt', 77 'nexe_target': 'nacl_irt',
84 # These out_* fields override the default filenames, which 78 # These out_* fields override the default filenames, which
85 # include a "_newlib" suffix. 79 # include a "_newlib" suffix.
86 'out_newlib64': '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 80 'out_newlib64': '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', 439 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib',
446 '../../native_client/src/shared/platform/platform.gyp:platform_lib', 440 '../../native_client/src/shared/platform/platform.gyp:platform_lib',
447 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', 441 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
448 '../../native_client/src/shared/gio/gio.gyp:gio_lib', 442 '../../native_client/src/shared/gio/gio.gyp:gio_lib',
449 ], 443 ],
450 }, 444 },
451 ], 445 ],
452 }], 446 }],
453 ], 447 ],
454 } 448 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('k') | ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698