| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 55813f1ff4fcb180f40cfc2fa54b068318c21c4e..410f2fde598291266bf47950f640cfcc71afb58f 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -760,6 +760,14 @@
|
| "label": "//net/android:net_junit_tests",
|
| "type": "junit_test",
|
| },
|
| + "net_perftests": {
|
| + "label": "//net:net_perftests",
|
| + "type": "script",
|
| + "script": "//testing/scripts/run_gtest_perf_test.py",
|
| + "args": [
|
| + "net_perftests",
|
| + ],
|
| + },
|
| "net_unittests": {
|
| "label": "//net:net_unittests",
|
| "type": "console_test_launcher",
|
|
|