You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gn check . //brave/components/brave_shields/browser/*
ERROR at //brave/components/brave_shields/browser/ad_block_service.cc:20:11: Include not allowed.
#include "brave/browser/brave_browser_process_impl.h"
^-----------------------------------------
It is not in any dependency of
//brave/components/brave_shields/browser:browser
The include file is in the target(s):
//brave/browser:browser_process
which should somehow be reachable.
___________________
ERROR at //brave/components/brave_shields/browser/ad_block_service.cc:21:11: Can't include this header from here.
#include "brave/common/pref_names.h"
^------------------------
The target:
//brave/components/brave_shields/browser:browser
is including a file from the target:
//brave/common:pref_names
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: