Chromium Code Reviews| Index: test/ignition.gyp |
| diff --git a/test/optimize_for_size.gyp b/test/ignition.gyp |
| similarity index 69% |
| copy from test/optimize_for_size.gyp |
| copy to test/ignition.gyp |
| index ac40ba8499de18ad7ed467744a82349279e3b393..6aebec9e194b1431bdbb89a496d5847c988ba1ee 100644 |
| --- a/test/optimize_for_size.gyp |
| +++ b/test/ignition.gyp |
| @@ -1,4 +1,4 @@ |
| -# Copyright 2015 the V8 project authors. All rights reserved. |
| +# 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. |
| @@ -7,20 +7,18 @@ |
| ['test_isolation_mode != "noop"', { |
| 'targets': [ |
| { |
| - 'target_name': 'optimize_for_size_run', |
| + 'target_name': 'ignition_run', |
| 'type': 'none', |
| 'dependencies': [ |
| 'cctest/cctest.gyp:cctest_run', |
| - 'intl/intl.gyp:intl_run', |
| 'mjsunit/mjsunit.gyp:mjsunit_run', |
|
rmcilroy
2016/01/04 16:15:55
missing test262 or is this still tested via a diff
Michael Achenbach
2016/01/05 09:30:11
That'll stay separate, since the testing variants
|
| - 'webkit/webkit.gyp:webkit_run', |
| ], |
| 'includes': [ |
| '../build/features.gypi', |
| '../build/isolate.gypi', |
| ], |
| 'sources': [ |
| - 'optimize_for_size.isolate', |
| + 'ignition.isolate', |
| ], |
| }, |
| ], |