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

Unified Diff: build/android/envsetup.sh

Issue 23623019: Support datalist for date/time input types on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 7 years, 1 month 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 | content/browser/android/date_time_chooser_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 51f225aaaf9dd1272a0791af280a60e74ca47ff6..c4147e4992bdfe0b76ad5fd76a35441624dcdb20 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -145,7 +145,7 @@ if [[ -d $GOMA_DIR ]]; then
ANDROID_GOMA_WRAPPER="$GOMA_DIR/gomacc"
num_cores="$(grep --count ^processor /proc/cpuinfo)"
# Goma is IO-ish you want more threads than you have cores.
- let "goma_threads=num_cores*2"
+ let "goma_threads=24"
newt (away) 2013/11/05 15:37:05 remove this :)
keishi 2013/11/06 02:20:42 Done.
if [ -z "${GOMA_COMPILER_PROXY_THREADS}" -a "${goma_threads}" -gt 16 ]; then
# The default is 16 threads, if the machine has many cores we crank it up a bit
GOMA_COMPILER_PROXY_THREADS="${goma_threads}"
« no previous file with comments | « no previous file | content/browser/android/date_time_chooser_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698