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

Side by Side Diff: chrome/gles2_conform_test.isolate

Issue 140383003: Delete no-op branch in isolate after fix for https://code.google.com/p/swarming/issues/detail?id=63… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'includes': [ 5 'includes': [
6 'angle.isolate', 6 'angle.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 # TODO(kbr): add Android when these tests are run on those bots. 9 # TODO(kbr): add Android when these tests are run on those bots.
10 ['OS=="linux" or OS=="mac" or OS=="win"', { 10 ['OS=="linux" or OS=="mac" or OS=="win"', {
(...skipping 13 matching lines...) Expand all
24 'isolate_dependency_tracked': [ 24 'isolate_dependency_tracked': [
25 '<(PRODUCT_DIR)/gles2_conform_test_windowless<(EXECUTABLE_SUFFIX)', 25 '<(PRODUCT_DIR)/gles2_conform_test_windowless<(EXECUTABLE_SUFFIX)',
26 # Could add gles2_conform_test_angle or 26 # Could add gles2_conform_test_angle or
27 # gles2_conform_test_chromeos if the bots were testing those. 27 # gles2_conform_test_chromeos if the bots were testing those.
28 ], 28 ],
29 'isolate_dependency_untracked': [ 29 'isolate_dependency_untracked': [
30 '../third_party/gles2_conform/GTF_ES/', 30 '../third_party/gles2_conform/GTF_ES/',
31 ], 31 ],
32 }, 32 },
33 }], 33 }],
34 # This no-op branch should not be necessary but seems to be.
35 ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests== 0', {
36 'variables': {
37 'isolate_dependency_tracked': [
38 ],
39 },
40 }],
41 ], 34 ],
42 } 35 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698