Chromium Code Reviews| Index: testing/buildbot/gn_isolate_map.pyl |
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl |
| index bbcd120d1216f31009300b067914f9229ac332a8..d898133da0570f754de8d9975936cf442c044ee3 100644 |
| --- a/testing/buildbot/gn_isolate_map.pyl |
| +++ b/testing/buildbot/gn_isolate_map.pyl |
| @@ -38,6 +38,16 @@ |
| "type": "raw", |
| "args": [], |
| }, |
| + "angle_deqp_gles2_tests": { |
| + "label": "//third_party/angle/src/tests:angle_deqp_gles2_tests", |
|
Ken Russell (switch to Gerrit)
2016/02/03 00:50:29
These targets are only defined conditionally. Will
Ken Russell (switch to Gerrit)
2016/02/03 00:50:55
To answer my own question, I guess we'll find out
|
| + "type": "raw", |
| + "args": [], |
| + }, |
| + "angle_deqp_gles3_tests": { |
| + "label": "//third_party/angle/src/tests:angle_deqp_gles3_tests", |
| + "type": "raw", |
| + "args": [], |
| + }, |
| "angle_end2end_tests": { |
| "label": "//third_party/angle/src/tests:angle_end2end_tests", |
| "type": "raw", |