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

Unified Diff: test/debugger/debugger.gyp

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
Index: test/debugger/debugger.gyp
diff --git a/tools/jsfunfuzz/jsfunfuzz.gyp b/test/debugger/debugger.gyp
similarity index 88%
copy from tools/jsfunfuzz/jsfunfuzz.gyp
copy to test/debugger/debugger.gyp
index 8938e44538b3d5a56d858d8579f07af45b2675c7..c093d0971736f58b4255c0dfce206f02acb32567 100644
--- a/tools/jsfunfuzz/jsfunfuzz.gyp
+++ b/test/debugger/debugger.gyp
@@ -7,7 +7,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'jsfunfuzz_run',
+ 'target_name': 'debugger_run',
'type': 'none',
'dependencies': [
'../../src/d8.gyp:d8_run',
@@ -17,7 +17,7 @@
'../../gypfiles/isolate.gypi',
],
'sources': [
- 'jsfunfuzz.isolate',
+ 'debugger.isolate',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698