Index: test/bot_default.gyp |
diff --git a/test/default.gyp b/test/bot_default.gyp |
similarity index 86% |
copy from test/default.gyp |
copy to test/bot_default.gyp |
index 53a8d7d4a2b228543a0c726bbf1fffaea7bc6e96..ccdf42a7d74ae1666667ae404e8db63f1196e31b 100644 |
--- a/test/default.gyp |
+++ b/test/bot_default.gyp |
@@ -7,7 +7,7 @@ |
['test_isolation_mode != "noop"', { |
'targets': [ |
{ |
- 'target_name': 'default_run', |
+ 'target_name': 'bot_default_run', |
'type': 'none', |
'dependencies': [ |
'cctest/cctest.gyp:cctest_run', |
@@ -16,13 +16,14 @@ |
'mjsunit/mjsunit.gyp:mjsunit_run', |
'preparser/preparser.gyp:preparser_run', |
'unittests/unittests.gyp:unittests_run', |
+ 'webkit/webkit.gyp:webkit_run', |
], |
'includes': [ |
'../build/features.gypi', |
'../build/isolate.gypi', |
], |
'sources': [ |
- 'default.isolate', |
+ 'bot_default.isolate', |
], |
}, |
], |