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

Issue 1444113003: GN: asset_location -> android_assets() for mojo_runner (Closed)

Created:
5 years, 1 month ago by agrieve
Modified:
5 years ago
Reviewers:
pkotwicz, brettw, sky
CC:
chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, mikecase+watch_chromium.org, klundberg+watch_chromium.org, ben+mojo_chromium.org, jbudorick+watch_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@html_viewer-assets
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

GN: asset_location -> android_assets() for mojo_runner This adds a ${target_name}_assets target for each mojo_applictation() to make it easier to add them as assets to other targets. BUG=547162 Committed: https://crrev.com/f73e9466cd17834ad61daf4f71e8cdc4b395e922 Cr-Commit-Position: refs/heads/master@{#362578}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : review comments #

Total comments: 3

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -98 lines) Patch
M build/android/gyp/apkbuilder.py View 1 2 3 4 5 chunks +34 lines, -11 lines 0 comments Download
M mojo/public/mojo_application.gni View 1 2 3 6 chunks +54 lines, -21 lines 0 comments Download
M mojo/runner/BUILD.gn View 1 2 3 2 chunks +11 lines, -66 lines 0 comments Download

Messages

Total messages: 24 (7 generated)
agrieve
pkotwicz - please review changes to apkbuilder.py sky - please review changes to mojo/
5 years, 1 month ago (2015-11-17 03:27:09 UTC) #2
sky
I'm going to wait until the apkbuilder.py have been reviewed, then I'll look at the ...
5 years, 1 month ago (2015-11-17 18:24:55 UTC) #4
pkotwicz
apkbuilder.py LGTM https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py File build/android/gyp/apkbuilder.py (right): https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py#newcode98 build/android/gyp/apkbuilder.py:98: ret.append((f, os.path.join(dest_path, f[len(src_path) + 1:]))) I think ...
5 years, 1 month ago (2015-11-17 19:34:25 UTC) #5
agrieve
https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py File build/android/gyp/apkbuilder.py (right): https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py#newcode98 build/android/gyp/apkbuilder.py:98: ret.append((f, os.path.join(dest_path, f[len(src_path) + 1:]))) On 2015/11/17 19:34:25, pkotwicz ...
5 years, 1 month ago (2015-11-21 01:47:26 UTC) #6
agrieve
On 2015/11/21 01:47:26, agrieve wrote: > https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py > File build/android/gyp/apkbuilder.py (right): > > https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py#newcode98 > ...
5 years ago (2015-11-23 20:32:27 UTC) #7
agrieve
On 2015/11/23 20:32:27, agrieve wrote: > On 2015/11/21 01:47:26, agrieve wrote: > > > https://codereview.chromium.org/1444113003/diff/20001/build/android/gyp/apkbuilder.py ...
5 years ago (2015-11-24 18:41:28 UTC) #8
sky
https://codereview.chromium.org/1444113003/diff/40001/mojo/public/mojo_application.gni File mojo/public/mojo_application.gni (right): https://codereview.chromium.org/1444113003/diff/40001/mojo/public/mojo_application.gni#newcode8 mojo/public/mojo_application.gni:8: import("//build/config/android/rules.gni") Can we make it so android/rules.gni early outs ...
5 years ago (2015-11-24 22:38:38 UTC) #9
agrieve
https://codereview.chromium.org/1444113003/diff/40001/mojo/public/mojo_application.gni File mojo/public/mojo_application.gni (right): https://codereview.chromium.org/1444113003/diff/40001/mojo/public/mojo_application.gni#newcode8 mojo/public/mojo_application.gni:8: import("//build/config/android/rules.gni") On 2015/11/24 22:38:38, sky wrote: > Can we ...
5 years ago (2015-11-25 01:07:24 UTC) #10
sky
+brettw for thoughts of always including platform specific files, but have the file early out ...
5 years ago (2015-11-25 17:02:45 UTC) #12
agrieve
On 2015/11/25 17:02:45, sky wrote: > +brettw for thoughts of always including platform specific files, ...
5 years ago (2015-11-25 18:02:32 UTC) #13
agrieve
On 2015/11/25 18:02:32, agrieve wrote: > On 2015/11/25 17:02:45, sky wrote: > > +brettw for ...
5 years ago (2015-12-01 14:38:02 UTC) #14
sky
I'm waiting for Brett to comment. On Tue, Dec 1, 2015 at 6:38 AM, <agrieve@chromium.org> ...
5 years ago (2015-12-01 15:08:05 UTC) #15
brettw
We're pretty set in the pattern of conditionally including this file. We can discuss it, ...
5 years ago (2015-12-01 18:08:55 UTC) #16
sky
LGTM
5 years ago (2015-12-01 21:23:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1444113003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1444113003/80001
5 years ago (2015-12-01 23:46:36 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-12-02 01:51:09 UTC) #22
commit-bot: I haz the power
5 years ago (2015-12-02 01:51:43 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f73e9466cd17834ad61daf4f71e8cdc4b395e922
Cr-Commit-Position: refs/heads/master@{#362578}

Powered by Google App Engine
This is Rietveld 408576698