|
|
Chromium Code Reviews|
Created:
8 years, 7 months ago by yongsheng Modified:
8 years, 6 months ago CC:
chromium-reviews, erikwright (departed), darin-cc_chromium.org, jam, brettw-cc_chromium.org, Yaron Visibility:
Public. |
DescriptionAdd the target ABI option for apk based test runner
Remove the hardcode directory name 'armeabi' and replace it with the Android target ABI information.
Trivial gyp changes that are android-specific; TBRing some owners
TBR=mark@chromium.org,jam@chromium.org,sky@chromium.org
BUG=128944
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139512
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add the option in the template #Patch Set 3 : Add the default value for 'app_bai' #Patch Set 4 : Add me into AUTHORS #Patch Set 5 : Fix the conflict #Patch Set 6 : Fix the conflict of AUTHORS again #
Messages
Total messages: 23 (0 generated)
Anyone who can help review or help forward to reviewers? Thanks a lot
On 2012/05/25 01:23:08, yongsheng.zhu wrote: > Anyone who can help review or help forward to reviewers? Thanks a lot LGTM We have a general agreement to TBR for *simple* gyp changes. I believe this qualifies. Add this line to description: Trivial gyp changes that are android-specific; TBRing some owners TBR=mark@chromium.org,jam@chromium.org,sky@chromium.org Then I will click the commit box for you.
LGTM for base OWNERS approval.
http://codereview.chromium.org/10383263/diff/1/base/base.gyp File base/base.gyp (right): http://codereview.chromium.org/10383263/diff/1/base/base.gyp#newcode688 base/base.gyp:688: '--app_abi', Please merge with http://codereview.chromium.org/10399126/. This has moved into a template and we have more apk targets now. Not you only need to add this to the template.
On 2012/05/25 20:38:22, nileshagrawal1 wrote: > http://codereview.chromium.org/10383263/diff/1/base/base.gyp > File base/base.gyp (right): > > http://codereview.chromium.org/10383263/diff/1/base/base.gyp#newcode688 > base/base.gyp:688: '--app_abi', > Please merge with http://codereview.chromium.org/10399126/. > This has moved into a template and we have more apk targets now. Not you only > need to add this to the template. I mean, you only need to modify the template and not individual gyp targets.
On 2012/05/25 20:39:05, nileshagrawal1 wrote: > On 2012/05/25 20:38:22, nileshagrawal1 wrote: > > http://codereview.chromium.org/10383263/diff/1/base/base.gyp > > File base/base.gyp (right): > > > > http://codereview.chromium.org/10383263/diff/1/base/base.gyp#newcode688 > > base/base.gyp:688: '--app_abi', > > Please merge with http://codereview.chromium.org/10399126/. > > This has moved into a template and we have more apk targets now. Not you only > > need to add this to the template. > I mean, you only need to modify the template and not individual gyp targets. Thanks all for your comments. Please review it for the patch set 2. Besides, it seems "third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp" doesn't use this template and thus it gets compile errors. I'll provide a patch for that if it has not been fixed.
> Besides, it seems "third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp" > doesn't use this template and thus it gets compile errors. I'll provide a patch > for that if it has not been fixed. I don't find a wekbit bug to track this. So create a new one: https://bugs.webkit.org/show_bug.cgi?id=87570
On 2012/05/26 04:46:54, yongsheng.zhu wrote: > On 2012/05/25 20:39:05, nileshagrawal1 wrote: > > On 2012/05/25 20:38:22, nileshagrawal1 wrote: > > > http://codereview.chromium.org/10383263/diff/1/base/base.gyp > > > File base/base.gyp (right): > > > > > > http://codereview.chromium.org/10383263/diff/1/base/base.gyp#newcode688 > > > base/base.gyp:688: '--app_abi', > > > Please merge with http://codereview.chromium.org/10399126/. > > > This has moved into a template and we have more apk targets now. Not you > only > > > need to add this to the template. > > I mean, you only need to modify the template and not individual gyp targets. > > Thanks all for your comments. Please review it for the patch set 2. > > Besides, it seems "third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp" > doesn't use this template and thus it gets compile errors. I'll provide a patch > for that if it has not been fixed. You can temporarily make the new argument optional (and use a default value if not specified) in the python script, to not break the build with your CL.
> You can temporarily make the new argument optional (and use a default value if > not specified) in the python script, to not break the build with your CL. done. compile can pass. Thanks.
On 2012/05/27 05:52:22, yongsheng.zhu wrote: > > You can temporarily make the new argument optional (and use a default value if > > not specified) in the python script, to not break the build with your CL. > done. compile can pass. Thanks. LGTM
On 2012/05/29 05:26:20, nileshagrawal1 wrote: > On 2012/05/27 05:52:22, yongsheng.zhu wrote: > > > You can temporarily make the new argument optional (and use a default value > if > > > not specified) in the python script, to not break the build with your CL. > > done. compile can pass. Thanks. > > LGTM Anyone who need review this? If no, I'll click the 'commit' button.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10383263/7003
Presubmit check for 10383263-7003 failed and returned exit status 1. Running presubmit commit checks ... ** Presubmit Messages ** --tbr was specified, skipping OWNERS check If this change requires manual test instructions to QA team, add TEST=[instructions]. ** Presubmit Warnings ** yongsheng.zhu@intel.com is not in AUTHORS file. If you are a new contributor, please visit http://www.chromium.org/developers/contributing-code and read the "Legal" section If you are a chromite, verify the contributor signed the CLA. Presubmit checks took 1.5s to calculate.
On 2012/05/29 07:27:36, I haz the power (commit-bot) wrote: > Presubmit check for 10383263-7003 failed and returned exit status 1. > > Running presubmit commit checks ... > > ** Presubmit Messages ** > --tbr was specified, skipping OWNERS check > > If this change requires manual test instructions to QA team, add > TEST=[instructions]. > > ** Presubmit Warnings ** > mailto:yongsheng.zhu@intel.com is not in AUTHORS file. If you are a new contributor, > please visit > http://www.chromium.org/developers/contributing-code and read the "Legal" > section > If you are a chromite, verify the contributor signed the CLA. > > Presubmit checks took 1.5s to calculate. i've signed CLA. anyone who knows why?
On 2012/05/29 08:43:12, yongsheng.zhu wrote: > On 2012/05/29 07:27:36, I haz the power (commit-bot) wrote: > > Presubmit check for 10383263-7003 failed and returned exit status 1. > > > > Running presubmit commit checks ... > > > > ** Presubmit Messages ** > > --tbr was specified, skipping OWNERS check > > > > If this change requires manual test instructions to QA team, add > > TEST=[instructions]. > > > > ** Presubmit Warnings ** > > mailto:yongsheng.zhu@intel.com is not in AUTHORS file. If you are a new > contributor, > > please visit > > http://www.chromium.org/developers/contributing-code and read the "Legal" > > section > > If you are a chromite, verify the contributor signed the CLA. > > > > Presubmit checks took 1.5s to calculate. > i've signed CLA. anyone who knows why? Send new CL with your name in src/AUTHORS Land that one first
> Send new CL with your name in src/AUTHORS > Land that one first like others, add it in this patch together.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10383263/2007
Failed to apply patch for AUTHORS: While running patch -p1 --forward --force; patching file AUTHORS Hunk #1 FAILED at 177. 1 out of 1 hunk FAILED -- saving rejects to file AUTHORS.rej
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10383263/2008
Reviewers, Trybot results are ok. Not committed. I think it needs your 'LGTM'?
Failed to apply patch for AUTHORS: While running patch -p1 --forward --force; patching file AUTHORS Hunk #1 FAILED at 176. 1 out of 1 hunk FAILED -- saving rejects to file AUTHORS.rej
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10383263/18002
Change committed as 139512 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
