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

Side by Side Diff: build/all.gyp

Issue 1700673002: [Swarming] Isolate valgrind runner. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review Created 4 years, 10 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
« no previous file with comments | « no previous file | build/has_valgrind.py » ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 18 matching lines...) Expand all
29 '../test/intl/intl.gyp:*', 29 '../test/intl/intl.gyp:*',
30 '../test/message/message.gyp:*', 30 '../test/message/message.gyp:*',
31 '../test/mjsunit/mjsunit.gyp:*', 31 '../test/mjsunit/mjsunit.gyp:*',
32 '../test/mozilla/mozilla.gyp:*', 32 '../test/mozilla/mozilla.gyp:*',
33 '../test/optimize_for_size.gyp:*', 33 '../test/optimize_for_size.gyp:*',
34 '../test/preparser/preparser.gyp:*', 34 '../test/preparser/preparser.gyp:*',
35 '../test/simdjs/simdjs.gyp:*', 35 '../test/simdjs/simdjs.gyp:*',
36 '../test/test262/test262.gyp:*', 36 '../test/test262/test262.gyp:*',
37 '../test/webkit/webkit.gyp:*', 37 '../test/webkit/webkit.gyp:*',
38 '../tools/check-static-initializers.gyp:*', 38 '../tools/check-static-initializers.gyp:*',
39 '../tools/run-valgrind.gyp:*',
39 ], 40 ],
40 }], 41 }],
41 ] 42 ]
42 } 43 }
43 ] 44 ]
44 } 45 }
OLDNEW
« no previous file with comments | « no previous file | build/has_valgrind.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698