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

Unified Diff: chrome/gles2_conform_test.isolate

Issue 2257893002: Delete all test isolate file. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebasing against ToT just in case Created 4 years, 4 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/gl_tests.isolate ('k') | chrome/install_static_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gles2_conform_test.isolate
diff --git a/chrome/gles2_conform_test.isolate b/chrome/gles2_conform_test.isolate
deleted file mode 100644
index a041d1c9a28c454d775917352ebec5a86a5bde40..0000000000000000000000000000000000000000
--- a/chrome/gles2_conform_test.isolate
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2013 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': [
- '../base/base.isolate',
- '../ui/gl/gl.isolate',
- ],
- 'conditions': [
- # TODO(kbr): add Android when these tests are run on those bots.
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'command': [
- '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)',
- ],
- 'files': [
- '../gpu/gles2_conform_support/gles2_conform_test_expectations.txt',
- ],
- },
- }],
- # .isolate format doesn't support nested conditions.
- ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==1', {
- 'variables': {
- 'files': [
- '../third_party/gles2_conform/GTF_ES/',
- '<(PRODUCT_DIR)/gles2_conform_test_windowless<(EXECUTABLE_SUFFIX)',
- # Could add gles2_conform_test_angle or
- # gles2_conform_test_chromeos if the bots were testing those.
- ],
- },
- }],
- ],
-}
« no previous file with comments | « chrome/gl_tests.isolate ('k') | chrome/install_static_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698