f9934aa9cf
Bug: v8:7341 Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I90879be3a94745859b7da7c9bb9b6533af11cc2d Reviewed-on: https://chromium-review.googlesource.com/878221 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#50790}
27 lines
658 B
Python
27 lines
658 B
Python
# Copyright 2015 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': [
|
|
['test_isolation_mode != "noop"', {
|
|
'targets': [
|
|
{
|
|
'target_name': 'check_static_initializers_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'../gypfiles/d8.gyp:d8_run',
|
|
],
|
|
'includes': [
|
|
'../gypfiles/features.gypi',
|
|
'../gypfiles/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'check-static-initializers.isolate',
|
|
],
|
|
},
|
|
],
|
|
}],
|
|
],
|
|
}
|