Skip to content

Commit

Permalink
Fix chromium.webrtc.fyi GN bot targets
Browse files Browse the repository at this point in the history
The chromium_builder_webrtc target doesn't exist for GN, so
add the needed targets manually to the test specs.

BUG=561552
TBR=dpranke@chromium.org
NOTRY=True
TESTED=testing/buildbot/manage.py -c

Review URL: https://codereview.chromium.org/1515503003

Cr-Commit-Position: refs/heads/master@{#364059}
  • Loading branch information
kjellander authored and Commit bot committed Dec 9, 2015
1 parent 80d2aa4 commit cf6a2fc
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions testing/buildbot/chromium.webrtc.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
"Linux Builder": {
"additional_compile_targets": [
"browser_tests",
"chromium_builder_webrtc",
"content_browsertests",
"content_unittests"
"content_unittests",
"frame_analyzer",
"media_unittests",
"midi_unittests",
"rgba_to_i420_converter"
]
},
"Linux Tester": {
Expand All @@ -31,17 +34,23 @@
"Mac GN": {
"additional_compile_targets": [
"browser_tests",
"chromium_builder_webrtc",
"content_browsertests",
"content_unittests"
"content_unittests",
"frame_analyzer",
"media_unittests",
"midi_unittests",
"rgba_to_i420_converter"
]
},
"Mac GN (dbg)": {
"additional_compile_targets": [
"browser_tests",
"chromium_builder_webrtc",
"content_browsertests",
"content_unittests"
"content_unittests",
"frame_analyzer",
"media_unittests",
"midi_unittests",
"rgba_to_i420_converter"
]
},
"Mac Tester": {
Expand All @@ -58,17 +67,25 @@
"Win x64 GN": {
"additional_compile_targets": [
"browser_tests",
"chromium_builder_webrtc",
"crash_service",
"content_browsertests",
"content_unittests"
"content_unittests",
"frame_analyzer",
"media_unittests",
"midi_unittests",
"rgba_to_i420_converter"
]
},
"Win x64 GN (dbg)": {
"additional_compile_targets": [
"browser_tests",
"chromium_builder_webrtc",
"crash_service",
"content_browsertests",
"content_unittests"
"content_unittests",
"frame_analyzer",
"media_unittests",
"midi_unittests",
"rgba_to_i420_converter"
]
},
"Win10 Tester": {
Expand Down

0 comments on commit cf6a2fc

Please sign in to comment.