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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2511033002: Update the build rule for media router tests (e2e) and the mapping. (Closed)
Patch Set: Update the build rule for media router tests (e2e) and the mapping. Created 4 years, 1 month 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/test/media_router/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 46adb4c89becb9182e671e8daaec0f23c546eff6..cf16dc54acafe9ee4af34e345c9f1c85ab1e83f2 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -558,6 +558,13 @@
"label": "//media/blink:media_blink_unittests",
"type": "windowed_test_launcher",
},
+ "media_router_tests": {
+ "label": "//chrome/test/media_router:media_router_tests",
+ "type": "script",
+ "script": "//chrome/test/media_router/internal/media_router_tests.py",
+ "args": ["--extension", "mr_extension/",
M-A Ruel 2016/11/28 21:32:16 Please make the formatting like the others "script
cliffordcheng1 2016/11/28 21:47:46 Done.
+ "--test_binary", "./browser_tests"],
+ },
"midi_unittests": {
"label": "//media/midi:midi_unittests",
"type": "windowed_test_launcher",
« no previous file with comments | « chrome/test/media_router/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698