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

Issue 871813004: Disable 'gn check' in Android bots for now. (Closed)

Created:
5 years, 11 months ago by tfarina
Modified:
5 years, 6 months ago
Reviewers:
Dirk Pranke, cjhopman
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, brettw
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

Disable 'gn check' in Android bots for now. 'gn check' looks confusing there: $ gn gen --args='os="android" cpu_arch="arm"' out_gn_android/Debug $ gn check out_gn_android/Debug ERROR at //base/android/jni_generator/jni_generator_helper.h:11:11: Include not allowed. ^------------------------- It is not in any dependency of //ui/gl:surface_jni_headers__jni_Surface The include file is in the target(s): //base:base which should somehow be reachable from //ui/gl:surface_jni_headers__jni_Surface ___________________ ERROR at //ui/android/resources/resource_manager.h:8:11: //Include not allowed. ^------------------------- It is not in any dependency of //ui/android:java_enums_srcjar__generate_enum The include file is in the target(s): //base:base which should somehow be reachable from //ui/android:java_enums_srcjar__generate_enum ___________________ BUG=367595, 376000 TEST=see above R=dpranke@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M scripts/slave/recipes/chromium_gn.py View 7 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
tfarina
5 years, 11 months ago (2015-01-25 17:50:55 UTC) #1
Dirk Pranke
I don't think I understand what's going on well enough to approve this yet. Isn't ...
5 years, 11 months ago (2015-01-25 18:35:20 UTC) #2
tfarina
I think it is something in https://chromium.googlesource.com/chromium/src/+/master/build/config/android/rules.gni with the java_cpp_enum template. CCing Chris, because I ...
5 years, 11 months ago (2015-01-26 15:03:33 UTC) #4
cjhopman
On 2015/01/26 15:03:33, tfarina wrote: > I think it is something in > https://chromium.googlesource.com/chromium/src/+/master/build/config/android/rules.gni > ...
5 years, 11 months ago (2015-01-26 23:23:20 UTC) #5
cjhopman
On 2015/01/26 23:23:20, cjhopman wrote: > On 2015/01/26 15:03:33, tfarina wrote: > > I think ...
5 years, 11 months ago (2015-01-26 23:24:58 UTC) #6
tfarina
I was not able to put check_includes in the template. ERROR at //build/config/android/rules.gni:37:20: Assignment had ...
5 years, 10 months ago (2015-01-29 02:35:39 UTC) #7
cjhopman
On 2015/01/29 02:35:39, tfarina wrote: > I was not able to put check_includes in the ...
5 years, 10 months ago (2015-01-29 02:56:10 UTC) #8
tfarina
On 2015/01/29 02:56:10, cjhopman wrote: > On 2015/01/29 02:35:39, tfarina wrote: > > I was ...
5 years, 10 months ago (2015-01-29 03:34:25 UTC) #9
cjhopman
On 2015/01/29 03:34:25, tfarina wrote: > On 2015/01/29 02:56:10, cjhopman wrote: > > On 2015/01/29 ...
5 years, 10 months ago (2015-01-29 03:38:24 UTC) #10
tfarina
On Thu, Jan 29, 2015 at 1:38 AM, < reply@chromiumcodereview-hr.appspotmail.com> wrote: > On 2015/01/29 03:34:25, ...
5 years, 10 months ago (2015-01-29 03:56:20 UTC) #11
tfarina
I have upload CL https://codereview.chromium.org/885283006 for review. With it I was able to set 'check_includes' ...
5 years, 10 months ago (2015-01-30 21:03:31 UTC) #12
tfarina
5 years, 6 months ago (2015-06-11 15:52:05 UTC) #13
Closing this!

Powered by Google App Engine
This is Rietveld 408576698