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

Unified Diff: test/debugger/debugger.isolate

Issue 2425973002: [debugger] basic test infrastructure for new debugger test api. (Closed)
Patch Set: small fixes 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
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',
+ './protocol/',
+ './test-api.js',
+ './testcfg.py',
+ ],
+ },
+ }],
+ ],
+ 'includes': [
+ '../../src/d8.isolate',
+ '../../tools/testrunner/testrunner.isolate',
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698