blob: a2a7b82658f6ea51b5886df6da3fae49f350db39 [file] [log] [blame]
# Copyright 2016 The Chromium 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': [
['OS=="win"', {
'variables': {
'command': [
'<(PRODUCT_DIR)/install_static_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
'includes': [
'../base/base.isolate',
],
}