Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Cast_Linux.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Cast_Linux.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Cast_Linux.json |
index 2828e2590f00a1979e4367ab41aea039ef045d40..201a104c162c92a3249af06ad65e08f9864629b2 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Cast_Linux.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Cast_Linux.json |
@@ -68,7 +68,7 @@ |
"runhooks" |
], |
"env": { |
- "GYP_DEFINES": "chromecast=1 component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
+ "GYP_DEFINES": "chromecast=1 clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
}, |
"name": "gclient runhooks" |
}, |
@@ -128,11 +128,12 @@ |
"--build-tool", |
"ninja", |
"--compiler", |
- "goma", |
+ "goma-clang", |
"--goma-dir", |
"[BUILD]/goma", |
"--", |
- "cast_shell" |
+ "cast_shell", |
+ "cast_test_lists" |
], |
"name": "compile" |
} |