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

Side by Side Diff: test/inspector/inspector.isolate

Issue 2393863002: [inspector] Add swarming support to inspector tests (Closed)
Patch Set: Detach from dependent patchset Created 4 years, 2 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 | « test/inspector/inspector.gyp ('k') | test/optimize_for_size.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'variables': {
6 'files': [
7 './console/',
8 './cpu-profiler/',
9 './debugger/',
10 './inspector.status',
11 './json-parse-expected.txt',
12 './json-parse.js',
13 './protocol-test.js',
14 './runtime/',
15 './testcfg.py',
16 ],
17 },
18 'conditions': [
19 ['v8_enable_inspector==1', {
20 'variables': {
21 'files': [
22 '<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)',
23 ],
24 },
25 }],
26 ],
27 'includes': [
28 '../../src/base.isolate',
29 '../../tools/testrunner/testrunner.isolate',
30 ],
31 }
OLDNEW
« no previous file with comments | « test/inspector/inspector.gyp ('k') | test/optimize_for_size.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698