1. Edit src/.gn, add or uncomment "//chrome/browser/android/*" in check_targets.
2. Run "gn check"
The error messages are:
ERROR at //chrome/browser/android/vr/controller_delegate_for_testing.cc:8:11: Include not allowed.
#include "chrome/browser/vr/test/constants.h"
^---------------------------------
It is not in any dependency of
//chrome/browser/android/vr:vr_android
The include file is in the target(s):
//chrome/browser/vr:vr_test_support
which should somehow be reachable.
Looks like we might want to add more gn targets to split out the files for testing.
Comment 1 by ddorwin@chromium.org
, Aug 7Labels: OS-Android
Owner: acondor@chromium.org
Status: Assigned (was: Available)