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

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') | testing/buildbot/manage.py » ('j') | 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..aab6c28988d5bc709b878074b5765fed47495300 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -558,6 +558,17 @@
"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/",
+ "--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') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698