Commit 8971b6b6 authored by yangguo's avatar yangguo Committed by Commit bot

[inspector] conditionally copy files for inspector test.

R=machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2424313004
Cr-Commit-Position: refs/heads/master@{#40528}
parent 38939ff3
......@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'conditions': [
['v8_enable_inspector==1', {
'variables': {
'files': [
'./console/',
......@@ -13,12 +15,6 @@
'./protocol-test.js',
'./runtime/',
'./testcfg.py',
],
},
'conditions': [
['v8_enable_inspector==1', {
'variables': {
'files': [
'<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)',
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment