Commit 068286da authored by Mirko Bonadei's avatar Mirko Bonadei Committed by Commit Bot

Build webkit_unit_tests in chromium.webrtc.

Recently a WebRTC CL had to be reverted because it was breaking Blink
compilation. Since WebRTC integrates with it, it makes sense to build
these tests in order to discover compiler errors before submitting
WebRTC CLs.

Bug: None
Change-Id: I01d88695e641c37c58e4bb000e22844fa0862fe9
Reviewed-on: https://chromium-review.googlesource.com/c/1277991Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600086}
parent 71576ffb
......@@ -8,7 +8,8 @@
"content_browsertests",
"content_unittests",
"jingle_unittests",
"remoting_unittests"
"remoting_unittests",
"webkit_unit_tests"
]
},
"linux_chromium_compile": {
......@@ -19,7 +20,8 @@
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp"
"remoting/webapp:webapp",
"webkit_unit_tests"
]
},
"mac_chromium_compile": {
......@@ -30,7 +32,8 @@
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp"
"remoting/webapp:webapp",
"webkit_unit_tests"
]
},
"win_chromium_compile": {
......@@ -41,7 +44,8 @@
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp"
"remoting/webapp:webapp",
"webkit_unit_tests"
]
}
}
......@@ -3919,6 +3919,7 @@
'content_unittests',
'jingle_unittests',
'remoting_unittests',
'webkit_unit_tests',
],
},
'linux_chromium_compile': {
......@@ -3930,6 +3931,7 @@
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
'webkit_unit_tests',
],
},
'mac_chromium_compile': {
......@@ -3941,6 +3943,7 @@
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
'webkit_unit_tests',
],
},
'win_chromium_compile': {
......@@ -3952,6 +3955,7 @@
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
'webkit_unit_tests',
],
},
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment