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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11418195: Clean up a few -faddress-sanitizer stragglers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « build/common.gypi ('k') | chrome/test/pyautolib/asan_stub.c » ('j') | 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2488 'WARNING_CFLAGS': [ 2488 'WARNING_CFLAGS': [
2489 # swig creates code with self assignments. 2489 # swig creates code with self assignments.
2490 '-Wno-self-assign', 2490 '-Wno-self-assign',
2491 ], 2491 ],
2492 }, 2492 },
2493 'cflags': [ 2493 'cflags': [
2494 '-Wno-self-assign', 2494 '-Wno-self-assign',
2495 ], 2495 ],
2496 }], 2496 }],
2497 ['asan==1', { 2497 ['asan==1', {
2498 'cflags!': [ '-faddress-sanitizer', '-fsanitize=address', ], 2498 'cflags!': [ '-fsanitize=address' ],
2499 'xcode_settings': { 2499 'xcode_settings': { 'OTHER_CFLAGS!': [ '-fsanitize=address' ] },
2500 'OTHER_CFLAGS!': [
2501 '-faddress-sanitizer', '-fsanitize=address',
2502 ],
2503 },
2504 }], 2500 }],
2505 ], 2501 ],
2506 'actions': [ 2502 'actions': [
2507 { 2503 {
2508 'variables' : { 2504 'variables' : {
2509 'swig_args': [ '-I..', 2505 'swig_args': [ '-I..',
2510 '-python', 2506 '-python',
2511 '-c++', 2507 '-c++',
2512 '-threads', 2508 '-threads',
2513 '-outdir', 2509 '-outdir',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2800 'sync_integration_tests.isolate', 2796 'sync_integration_tests.isolate',
2801 ], 2797 ],
2802 'sources': [ 2798 'sources': [
2803 'sync_integration_tests.isolate', 2799 'sync_integration_tests.isolate',
2804 ], 2800 ],
2805 }, 2801 },
2806 ], 2802 ],
2807 }], 2803 }],
2808 ], # 'conditions' 2804 ], # 'conditions'
2809 } 2805 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/test/pyautolib/asan_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698