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

Issue 116833006: Skip downloading of nacl toolchain for android. Nacl is not enabled in android and it takes too lon… (Closed)

Created:
7 years ago by maheshkk
Modified:
6 years, 10 months ago
Reviewers:
atreat, navabi1, Nico, navabi
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Skip downloading of nacl toolchain for android. Nacl is not enabled in android and it takes too long to download the toolchain. BUG=329646 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242405

Patch Set 1 : Skip nacl toolchain for android #

Total comments: 3

Patch Set 2 : nit fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/android/envsetup_functions.sh View 1 1 chunk +3 lines, -0 lines 0 comments Download
M build/download_nacl_toolchains.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
maheshkk
proposal
7 years ago (2013-12-19 15:57:31 UTC) #1
maheshkk
please review
7 years ago (2013-12-19 17:04:22 UTC) #2
atreat
https://codereview.chromium.org/116833006/diff/20001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://codereview.chromium.org/116833006/diff/20001/build/android/envsetup_functions.sh#newcode261 build/android/envsetup_functions.sh:261: Unnecessary whitespace change. https://codereview.chromium.org/116833006/diff/20001/build/download_nacl_toolchains.py File build/download_nacl_toolchains.py (right): https://codereview.chromium.org/116833006/diff/20001/build/download_nacl_toolchains.py#newcode15 build/download_nacl_toolchains.py:15: ...
7 years ago (2013-12-20 19:55:00 UTC) #3
navabi
lgtm with nit. https://codereview.chromium.org/116833006/diff/20001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://codereview.chromium.org/116833006/diff/20001/build/android/envsetup_functions.sh#newcode261 build/android/envsetup_functions.sh:261: nit: remove this space
7 years ago (2013-12-20 20:36:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mahesh.kk@samsung.com/116833006/90001
7 years ago (2013-12-23 16:45:59 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=239779
7 years ago (2013-12-23 19:03:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mahesh.kk@samsung.com/116833006/90001
7 years ago (2013-12-23 19:55:56 UTC) #7
commit-bot: I haz the power
Change committed as 242405
7 years ago (2013-12-23 21:07:22 UTC) #8
Nico
Hi, have you signed the CLA? See http://www.chromium.org/developers/contributing-code/external-contributor-checklist I can't see you in there. Also, ...
6 years, 12 months ago (2013-12-24 23:56:47 UTC) #9
maheshkk
On 2013/12/24 23:56:47, Nico wrote: > Hi, > > have you signed the CLA? See ...
6 years, 12 months ago (2013-12-26 21:01:35 UTC) #10
Nico
On Thu, Dec 26, 2013 at 1:01 PM, <mahesh.kk@samsung.com> wrote: > On 2013/12/24 23:56:47, Nico ...
6 years, 12 months ago (2013-12-27 21:28:34 UTC) #11
maheshkk
I'm reopening this. For android builds NACL toolchain consumes unnecessary time to development. nacl toolchain ...
6 years, 10 months ago (2014-01-28 21:20:37 UTC) #12
Nico
On 2014/01/28 21:20:37, maheshkk wrote: > I'm reopening this. For android builds NACL toolchain consumes ...
6 years, 10 months ago (2014-01-28 21:23:06 UTC) #13
maheshkk
6 years, 10 months ago (2014-01-28 21:32:07 UTC) #14
On 2014/01/28 21:23:06, Nico wrote:
> On 2014/01/28 21:20:37, maheshkk wrote:
> > I'm reopening this. For android builds NACL toolchain consumes unnecessary
> time
> > to development.
> > nacl toolchain gets an update few times a week and downloads the entire
> > toolchain,
> > which I'm trying to avoid by having this commit locally in my branch which
is
> > causing me trouble too :)
> 
> Add `export GYP_DEFINES=disable_nacl=1` to your ~/.bash_rc and you should be
set
> locally.
> 

Nico, I tried that. build/android/envsetup.sh overrides anything and everything
written to GYP_DEFINES in .bash_rc. 

> envsetup is going away (http://crbug.com/330631), so adding anything to it
does
> not lgtm.
> 

Alright, as we will be getting rid of envsetup altogether, this issue won't
trouble me for very long! :) 

Thanks for quick comments.

Powered by Google App Engine
This is Rietveld 408576698