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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json

Issue 1083543005: Remove use_allocator=none where it's implied. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux Asan", 10 "Linux Asan",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "name": "cleanup_temp" 58 "name": "cleanup_temp"
59 }, 59 },
60 { 60 {
61 "cmd": [ 61 "cmd": [
62 "python", 62 "python",
63 "-u", 63 "-u",
64 "[DEPOT_TOOLS]/gclient.py", 64 "[DEPOT_TOOLS]/gclient.py",
65 "runhooks" 65 "runhooks"
66 ], 66 ],
67 "env": { 67 "env": {
68 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_allocator=none use_goma=1" 68 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1"
69 }, 69 },
70 "name": "gclient runhooks" 70 "name": "gclient runhooks"
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "[BUILD]/scripts/slave/compile.py", 76 "[BUILD]/scripts/slave/compile.py",
77 "--target", 77 "--target",
78 "Release", 78 "Release",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "--builder-name=Linux Asan", 488 "--builder-name=Linux Asan",
489 "--slave-name=slavename", 489 "--slave-name=slavename",
490 "--build-number=1337", 490 "--build-number=1337",
491 "--enable-asan", 491 "--enable-asan",
492 "--enable-lsan", 492 "--enable-lsan",
493 "voice_engine_unittests" 493 "voice_engine_unittests"
494 ], 494 ],
495 "name": "voice_engine_unittests" 495 "name": "voice_engine_unittests"
496 } 496 }
497 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698