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

Issue 2113413002: [Android] Guard android_assets usage with enable_java_templates. (Closed)

Created:
4 years, 5 months ago by jbudorick
Modified:
4 years, 5 months ago
Reviewers:
Michael Achenbach
CC:
v8-reviews_googlegroups.com, agrieve
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Android] Guard android_assets usage with enable_java_templates. BUG=pdfium:38 Committed: https://crrev.com/4ff581dd3a15e4462ceae9c8bd5b254438f01e20 Cr-Commit-Position: refs/heads/master@{#37592}

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
jbudorick
4 years, 5 months ago (2016-07-01 23:55:51 UTC) #2
Michael Achenbach
lgtm
4 years, 5 months ago (2016-07-05 10:15:50 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2113413002/20001
4 years, 5 months ago (2016-07-07 15:48:27 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-07 16:12:41 UTC) #7
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-07 16:12:43 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/4ff581dd3a15e4462ceae9c8bd5b254438f01e20 Cr-Commit-Position: refs/heads/master@{#37592}
4 years, 5 months ago (2016-07-07 16:14:49 UTC) #10
Michael Achenbach
Maybe I stamped this a bit too fast. Could you explain why we need this ...
4 years, 5 months ago (2016-07-25 15:40:09 UTC) #11
jbudorick
On 2016/07/25 15:40:09, Michael Achenbach (slow) wrote: > Maybe I stamped this a bit too ...
4 years, 5 months ago (2016-07-25 15:43:58 UTC) #12
Michael Achenbach
On 2016/07/25 15:43:58, jbudorick wrote: > On 2016/07/25 15:40:09, Michael Achenbach (slow) wrote: > > ...
4 years, 5 months ago (2016-07-25 15:45:41 UTC) #13
jbudorick
4 years, 5 months ago (2016-07-25 15:51:10 UTC) #14
Message was sent while issue was closed.
On 2016/07/25 15:45:41, Michael Achenbach (slow) wrote:
> On 2016/07/25 15:43:58, jbudorick wrote:
> > On 2016/07/25 15:40:09, Michael Achenbach (slow) wrote:
> > > Maybe I stamped this a bit too fast. Could you explain why we need this
and
> > how
> > > we'd support it in v8 standalone?
> > > 
> > > It looks like the required gni files are hard-checked-in into chromium and
> not
> > > deps'ed in.
> > > 
> > > Like that, our android build with gn would fail:
> > >
> >
>
https://build.chromium.org/p/client.v8.ports/builders/V8%20Android%20Arm%20-%...
> > > 
> > > Can we continue without ijar? Or do we need to add a subtreed for ijar and
> > deps?
> > 
> > I don't think this patch is responsible for that bot failing; this merely
put
> an
> > additional flag guarding the use of the android_assets template. //BUILD.gn
> was
> > already pulling in //build/config/android/rules.gni.
> 
> Right, so what I wanted to ask, can I set enable_java_templates to false, just
> like pdfium does and still build v8 standalone for android?

Oh, sorry, I misunderstood you. If v8 doesn't build any java targets, then yes,
it should work. (I only see java files in //test/mozilla/data and
//build/android; I'm guessing you don't build the latter but am not sure about
the former.)

Powered by Google App Engine
This is Rietveld 408576698