| Index: testing/buildbot/tryserver.chromium.linux.json
|
| diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json
|
| index db76d118926cc37a34cea79c7838b97c30dd3233..33c6c2fb8f3c683b93af1102a73430318828b97d 100644
|
| --- a/testing/buildbot/tryserver.chromium.linux.json
|
| +++ b/testing/buildbot/tryserver.chromium.linux.json
|
| @@ -1,13 +1,15 @@
|
| {
|
| "android_chromium_gn_compile_dbg": {
|
| "additional_compile_targets": [
|
| - "chrome_shell_apk"
|
| + "chrome_shell_apk",
|
| + "mandoline:all"
|
| ],
|
| "gtest_tests": []
|
| },
|
| "android_chromium_gn_compile_rel": {
|
| "additional_compile_targets": [
|
| - "chrome_shell_apk"
|
| + "chrome_shell_apk",
|
| + "mandoline:all"
|
| ],
|
| "gtest_tests": []
|
| },
|
|
|