blob: 092b890a3506acf9cc21b06a3e860a86ad50f0e9 [file] [log] [blame]
# Copyright 2015 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.
# TOOD(jmadill): disable gtest batching
{
'includes': [
'../base/base.isolate',
'../ui/gl/gl.isolate',
],
'conditions': [
['OS=="win"', {
'variables': {
'command': [
'<(PRODUCT_DIR)/angle_deqp_gles2_tests<(EXECUTABLE_SUFFIX)',
'--test-launcher-batch-limit=400',
],
'files': [
'<(PRODUCT_DIR)/angle_deqp_libgles2.dll',
'<(PRODUCT_DIR)/angle_deqp_gles2_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/deqp_support/deqp_gles2_test_expectations.txt',
'<(PRODUCT_DIR)/deqp_support/dEQP-GLES2-cases.txt.gz',
'../third_party/deqp/src/data/',
],
},
}],
],
}