-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
brave/brave-core
#22959Description
$ gn check . //brave/browser/tor/*
ERROR at //brave/browser/tor/tor_profile_service.cc:10:11: Include not allowed.
#include "brave/browser/brave_browser_process_impl.h"
^-----------------------------------------
It is not in any dependency of
//brave/browser/tor:tor
The include file is in the target(s):
//brave/browser:browser_process
which should somehow be reachable.
___________________
ERROR at //brave/browser/tor/tor_profile_service.cc:12:11: Include not allowed.
#include "brave/browser/extensions/brave_tor_client_updater.h"
^--------------------------------------------------
It is not in any dependency of
//brave/browser/tor:tor
The include file is in the target(s):
//brave/browser:browser_process
which should somehow be reachable.
___________________