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

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

Issue 14680006: Increase the stripping level of the nacl irt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | 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 # 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'enable_x86_64': 0 127 'enable_x86_64': 0
128 } 128 }
129 ], 129 ],
130 ['OS!="win" and target_arch=="x64"', 130 ['OS!="win" and target_arch=="x64"',
131 { 131 {
132 'enable_x86_32': 0 132 'enable_x86_32': 0
133 } 133 }
134 ] 134 ]
135 ], 135 ],
136 'extra_args': [ 136 'extra_args': [
137 '--strip-debug', 137 '--strip-all',
138 ], 138 ],
139 # TODO(bradchen): get rid of extra_deps64 and extra_deps32 139 # TODO(bradchen): get rid of extra_deps64 and extra_deps32
140 # once native_client/build/untrusted.gypi no longer needs them. 140 # once native_client/build/untrusted.gypi no longer needs them.
141 'extra_deps64': [ 141 'extra_deps64': [
142 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libppapi_proxy_untrust ed.a', 142 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libppapi_proxy_untrust ed.a',
143 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libppapi_ipc_untrusted .a', 143 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libppapi_ipc_untrusted .a',
144 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libppapi_shared_untrus ted.a', 144 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libppapi_shared_untrus ted.a',
145 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libgles2_implementatio n_untrusted.a', 145 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libgles2_implementatio n_untrusted.a',
146 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libcommand_buffer_clie nt_untrusted.a', 146 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libcommand_buffer_clie nt_untrusted.a',
147 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libcommand_buffer_comm on_untrusted.a', 147 '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libcommand_buffer_comm on_untrusted.a',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', 297 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib',
298 '../../native_client/src/shared/platform/platform.gyp:platform_lib', 298 '../../native_client/src/shared/platform/platform.gyp:platform_lib',
299 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', 299 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
300 '../../native_client/src/shared/gio/gio.gyp:gio_lib', 300 '../../native_client/src/shared/gio/gio.gyp:gio_lib',
301 ], 301 ],
302 }, 302 },
303 ], 303 ],
304 }], 304 }],
305 ], 305 ],
306 } 306 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698