v8/src/d8.isolate
machenbach 7b3e8a4b03 [swarming] Add isolate configs for d8 on linux.
BUG=chromium:535160
LOG=n

Review URL: https://codereview.chromium.org/1361953003

Cr-Commit-Position: refs/heads/master@{#30943}
2015-09-25 14:37:11 +00:00

16 lines
370 B
Plaintext

# 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.
{
'variables': {
'command': [
'<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
],
'files': [
'<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
],
},
'includes': [
'base.isolate',
],
}