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

Issue 657443002: Turn Chrome Shell's AndroidManifest into a jinja2 template. (Closed)

Created:
6 years, 2 months ago by newt (away)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Turn Chrome Shell's AndroidManifest into a jinja2 template. This turns Chrome Shell's AndroidManifest.xml into a template which gets processed at build time to produce the final AndroidManifest.xml that's used to build the APK. BUG=163751 NOTRY=true Committed: https://crrev.com/d5366cb1ad27e6bf1ae659f374a9b9dd3186761d Cr-Commit-Position: refs/heads/master@{#300409}

Patch Set 1 #

Patch Set 2 : better #

Total comments: 12

Patch Set 3 : cjhopman's comments #

Total comments: 1

Patch Set 4 : fixed PRESUBMIT.py #

Patch Set 5 : ignore import failure in pylint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -105 lines) Patch
A build/android/gyp/jinja_template.py View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download
A build/android/jinja_template.gypi View 1 1 chunk +83 lines, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 2 chunks +107 lines, -0 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 6 chunks +14 lines, -6 lines 0 comments Download
M chrome/android/shell/java/AndroidManifest.xml View 1 2 chunks +6 lines, -99 lines 0 comments Download
M chrome/chrome_shell.gypi View 1 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
newt (away)
WDYT? The other option, as I mentioned in the bug, is to make template processing ...
6 years, 2 months ago (2014-10-14 03:33:54 UTC) #2
cjhopman
On 2014/10/14 03:33:54, newt wrote: > WDYT? > > The other option, as I mentioned ...
6 years, 2 months ago (2014-10-14 18:36:35 UTC) #3
newt (away)
PTAL
6 years, 2 months ago (2014-10-17 15:54:53 UTC) #4
cjhopman
https://codereview.chromium.org/657443002/diff/20001/build/android/gyp/jinja_template.py File build/android/gyp/jinja_template.py (right): https://codereview.chromium.org/657443002/diff/20001/build/android/gyp/jinja_template.py#newcode36 build/android/gyp/jinja_template.py:36: if relpath.startswith(os.pardir): Because you asked before, here's another approach: ...
6 years, 2 months ago (2014-10-17 18:54:26 UTC) #5
newt (away)
https://codereview.chromium.org/657443002/diff/20001/build/android/gyp/jinja_template.py File build/android/gyp/jinja_template.py (right): https://codereview.chromium.org/657443002/diff/20001/build/android/gyp/jinja_template.py#newcode36 build/android/gyp/jinja_template.py:36: if relpath.startswith(os.pardir): On 2014/10/17 18:54:25, cjhopman wrote: > Because ...
6 years, 2 months ago (2014-10-20 22:45:12 UTC) #6
newt (away)
dtrainor: chrome/android/ (if you trust cjhopman)
6 years, 2 months ago (2014-10-20 22:46:45 UTC) #8
David Trainor- moved to gerrit
lgtm
6 years, 2 months ago (2014-10-20 23:00:25 UTC) #9
cjhopman
lgtm https://chromiumcodereview.appspot.com/657443002/diff/40001/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/657443002/diff/40001/build/common.gypi#newcode152 build/common.gypi:152: 'android_channel%': 'default', This doesn't seem to be used ...
6 years, 2 months ago (2014-10-20 23:11:57 UTC) #10
newt (away)
On 2014/10/20 23:11:57, cjhopman wrote: > lgtm > > https://chromiumcodereview.appspot.com/657443002/diff/40001/build/common.gypi > File build/common.gypi (right): > ...
6 years, 2 months ago (2014-10-20 23:23:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/657443002/40001
6 years, 2 months ago (2014-10-20 23:26:35 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/18814)
6 years, 2 months ago (2014-10-20 23:38:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/657443002/60001
6 years, 2 months ago (2014-10-21 00:34:32 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/657443002/80001
6 years, 2 months ago (2014-10-21 00:52:59 UTC) #20
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 2 months ago (2014-10-21 02:56:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/657443002/80001
6 years, 2 months ago (2014-10-21 03:24:23 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years, 2 months ago (2014-10-21 03:27:25 UTC) #25
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 03:30:13 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d5366cb1ad27e6bf1ae659f374a9b9dd3186761d
Cr-Commit-Position: refs/heads/master@{#300409}

Powered by Google App Engine
This is Rietveld 408576698