DescriptionDon't check includes in generate_jar_jni target
'gn check' for ui/gl:* in an android build currently fails with the
error message:
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
This target does not produce files that compile, so checking includes is
less useful.
R=brettw@chromium.org
Committed: https://crrev.com/63e12fcc153d47463432954d1826c393c0962600
Cr-Commit-Position: refs/heads/master@{#318983}
Patch Set 1 #
Messages
Total messages: 11 (3 generated)
|