7b3e8a4b03
BUG=chromium:535160 LOG=n Review URL: https://codereview.chromium.org/1361953003 Cr-Commit-Position: refs/heads/master@{#30943}
16 lines
370 B
Plaintext
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',
|
|
],
|
|
} |