blob: 4da2e631e782cda75659379f560b85f140534337 [file] [log] [blame]
# Copyright 2014 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.
{
'includes': [
'angle.isolate',
],
'conditions': [
['OS=="win"', {
'variables': {
'command': [
'<(PRODUCT_DIR)/angle_end2end_tests<(EXECUTABLE_SUFFIX)',
],
'files': [
'<(PRODUCT_DIR)/angle_end2end_tests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
}