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 85f6a1e96d01d1f6724cf1cdf872ab05233ee947..db0074ad87b876cfead42298a7e0b3203146bf99 100644 |
| --- a/testing/buildbot/gn_isolate_map.pyl |
| +++ b/testing/buildbot/gn_isolate_map.pyl |
| @@ -502,6 +502,11 @@ |
| "label": "//ui/ozone:ozone_unittests", |
| "type": "console_test_launcher", |
| }, |
| + "ozone_gl_unittests": { |
| + "label": "//ui/ozone/gl:ozone_gl_unittests", |
| + "type": "raw", |
|
Ken Russell (switch to Gerrit)
2016/08/20 02:51:43
Is this type correct? I do see it's used by other
kylechar
2016/08/22 14:50:17
I just used the same setup as gl_unittests so unfo
|
| + "args": [], |
| + }, |
| "ppapi_unittests": { |
| "label": "//ppapi:ppapi_unittests", |
| "type": "console_test_launcher", |