Skip to content

[Desktop] Fix deps in //brave/browser/tor/ #10655

@jumde

Description

@jumde
$ 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.
___________________

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions