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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 15261003: Add a new script bb_host_steps.py which handles all host side steps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove a command line arg Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index e9dd725de798038179c1129cb78926161727f1ea..4c6240f766d8fad76c81d7ebd9006187494edf8f 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -122,7 +122,12 @@ function bb_compile {
# This must be named 'compile' for CQ.
echo "@@@BUILD_STEP compile@@@"
gclient runhooks
- bb_goma_ninja All
+ python /b/build/scripts/slave/compile.py \
Isaac (away) 2013/05/21 23:38:38 Looks great! 1) Can we remove the bash and put th
+ --build-tool "ninja" \
+ --compiler "goma" \
+ --target "$BUILDTYPE" \
+ --goma-dir "$GOMA_DIR" \
+ --build-args "All"
}
# Experimental compile step; does not turn the tree red if it fails.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698