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

Unified Diff: test/debugger/debugger.isolate

Issue 2425973002: [debugger] basic test infrastructure for new debugger test api. (Closed)
Patch Set: fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/debugger/debugger.gyp ('k') | test/debugger/debugger.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debugger.isolate
diff --git a/test/debugger/debugger.isolate b/test/debugger/debugger.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..6ec27cb94a2742d44799a4259ce29313ee318783
--- /dev/null
+++ b/test/debugger/debugger.isolate
@@ -0,0 +1,22 @@
+# Copyright 2016 the V8 project authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'conditions': [
+ ['v8_enable_inspector==1', {
+ 'variables': {
+ 'files': [
+ './debugger.status',
Michael Achenbach 2016/11/07 14:42:05 jgruber is on it: Better use ./ to include further
+ './protocol/',
+ './test-api.js',
+ './testcfg.py',
+ ],
+ },
+ }],
+ ],
+ 'includes': [
+ '../../src/d8.isolate',
+ '../../tools/testrunner/testrunner.isolate',
+ ],
+}
« no previous file with comments | « test/debugger/debugger.gyp ('k') | test/debugger/debugger.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698