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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_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_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux.json
index 4e7095876567d3c7eb7e131317bed2e8ec96b739..2b170fbc41e1d9d7b909969e5aa571be1168c359 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux.json
@@ -74,7 +74,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "chromecast=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
+ "GYP_DEFINES": "chromecast=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
"name": "gclient runhooks (with patch)"
},
@@ -164,16 +164,10 @@
"@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
"@@@STEP_LOG_END@excluded_files@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"cast_shell\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"cast_shell\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"cast_shell\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@",
"@@@STEP_LOG_LINE@analyze_details@}@@@",
"@@@STEP_LOG_END@analyze_details@@@"
@@ -199,14 +193,15 @@
"--build-tool",
"ninja",
"--compiler",
- "goma",
+ "goma-clang",
"--goma-dir",
"[BUILD]/goma",
"--goma-hermetic",
"error",
"--ninja-ensure-up-to-date",
"--",
- "cast_shell"
+ "cast_shell",
+ "cast_test_lists"
],
"name": "compile (with patch)"
}

Powered by Google App Engine
This is Rietveld 408576698