Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/angle_deqp_tests.isolate

Issue 1249693003: Rename angle_deqp_tests to angle_deqp_gles2_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include both expectations files temporarily Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/angle_deqp_gles2_tests.isolate ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/angle_deqp_tests.isolate
diff --git a/chrome/angle_deqp_tests.isolate b/chrome/angle_deqp_tests.isolate
deleted file mode 100644
index 1dd7a20881b88fce99814b6d3468f4a9fc57248b..0000000000000000000000000000000000000000
--- a/chrome/angle_deqp_tests.isolate
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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_tests<(EXECUTABLE_SUFFIX)',
- '--test-launcher-batch-limit=400',
- ],
- 'files': [
- '<(PRODUCT_DIR)/angle_deqp_libgles2.dll',
- '<(PRODUCT_DIR)/angle_deqp_tests<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/deqp_support/deqp_test_expectations.txt',
- '<(PRODUCT_DIR)/deqp_support/dEQP-GLES2-cases.txt.gz',
- '../third_party/deqp/src/data/',
- ],
- },
- }],
- ],
-}
« no previous file with comments | « chrome/angle_deqp_gles2_tests.isolate ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698