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

Unified Diff: chrome/gles2_conform_test.isolate

Issue 140263002: Fixes to make GPU tests run in isolated mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unneeded bitmaptools dependency. Created 6 years, 11 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/telemetry_gpu_test.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
index b2711bb8d57d915a96bfad6ce1e37a16522cddc7..d19ca74c68a344d99713a56de5675f2114c23528 100644
--- a/chrome/gles2_conform_test.isolate
+++ b/chrome/gles2_conform_test.isolate
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'includes': [
+ 'angle.isolate',
+ ],
'conditions': [
# TODO(kbr): add Android when these tests are run on those bots.
['OS=="linux" or OS=="mac" or OS=="win"', {
« no previous file with comments | « chrome/gl_tests.isolate ('k') | chrome/telemetry_gpu_test.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698