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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Cast_Linux.json

Issue 1049333002: Cast builder: changes default compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 9 months 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
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"
}

Powered by Google App Engine
This is Rietveld 408576698