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

Side by Side Diff: trunk/src/components/nacl.gyp

Issue 215363006: Revert 259561 "Set the default ASan options for executables buil..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/chrome/app/chrome_exe_main_gtk.cc ('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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ], 182 ],
183 'dependencies': [ 183 'dependencies': [
184 'nacl', 184 'nacl',
185 'nacl_common', 185 'nacl_common',
186 '../components/tracing.gyp:tracing', 186 '../components/tracing.gyp:tracing',
187 '../crypto/crypto.gyp:crypto', 187 '../crypto/crypto.gyp:crypto',
188 '../sandbox/sandbox.gyp:libc_urandom_override', 188 '../sandbox/sandbox.gyp:libc_urandom_override',
189 '../sandbox/sandbox.gyp:sandbox', 189 '../sandbox/sandbox.gyp:sandbox',
190 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 190 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
191 ], 191 ],
192 'ldflags!': [
193 # Do not pick the default ASan options from
194 # base/debug/sanitizer_options.cc to avoid th conflict with
195 # those in nacl/nacl_helper_linux.cc.
196 '-Wl,-u_sanitizer_options_link_helper',
197 ],
198 'defines': [ 192 'defines': [
199 '<@(nacl_defines)', 193 '<@(nacl_defines)',
200 # Allow .cc files to know if they're being compiled as part 194 # Allow .cc files to know if they're being compiled as part
201 # of nacl_helper. 195 # of nacl_helper.
202 'IN_NACL_HELPER=1', 196 'IN_NACL_HELPER=1',
203 ], 197 ],
204 'sources': [ 198 'sources': [
205 'nacl/loader/nacl_helper_linux.cc', 199 'nacl/loader/nacl_helper_linux.cc',
206 'nacl/loader/nacl_helper_linux.h', 200 'nacl/loader/nacl_helper_linux.h',
207 'nacl/loader/nacl_sandbox_linux.cc', 201 'nacl/loader/nacl_sandbox_linux.cc',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ], 396 ],
403 'include_dirs': [ 397 'include_dirs': [
404 '..', 398 '..',
405 ], 399 ],
406 'dependencies': [ 400 'dependencies': [
407 '../content/content.gyp:content_common', 401 '../content/content.gyp:content_common',
408 ], 402 ],
409 }, 403 },
410 ] 404 ]
411 } 405 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/app/chrome_exe_main_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698