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: test/inspector/inspector.isolate

Issue 2770823003: [inspector] Increased chances of successful InjectedScriptSource compilation (Closed)
Patch Set: fixed .isolate Created 3 years, 9 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/console/destroy-context-during-log.js ('k') | test/inspector/protocol-test.js » ('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 2016 the V8 project authors. All rights reserved. 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 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 'conditions': [ 5 'conditions': [
6 ['v8_enable_inspector==1', { 6 ['v8_enable_inspector==1', {
7 'variables': { 7 'variables': {
8 'files': [ 8 'files': [
9 './console/', 9 './console/',
10 './cpu-profiler/', 10 './cpu-profiler/',
11 './debugger/', 11 './debugger/',
12 './inspector.status', 12 './inspector.status',
13 './json-parse-expected.txt', 13 './json-parse-expected.txt',
14 './json-parse.js', 14 './json-parse.js',
15 './protocol-test.js', 15 './protocol-test.js',
16 './runtime/', 16 './runtime/',
17 './testcfg.py', 17 './testcfg.py',
18 '../../src/inspector/injected-script-source.js',
18 '<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)', 19 '<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)',
19 ], 20 ],
20 }, 21 },
21 }], 22 }],
22 ], 23 ],
23 'includes': [ 24 'includes': [
24 '../../src/base.isolate', 25 '../../src/base.isolate',
25 '../../tools/testrunner/testrunner.isolate', 26 '../../tools/testrunner/testrunner.isolate',
26 ], 27 ],
27 } 28 }
OLDNEW
« no previous file with comments | « test/inspector/console/destroy-context-during-log.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698