Skip to content

[Desktop] Fix deps in //brave/browser/ui/views/infobars/ #10652

@jumde

Description

@jumde
$ gn check . //brave/browser/ui/views/infobars/*
ERROR at //brave/browser/ui/views/infobars/brave_wayback_machine_infobar_view.h:11:11: Include not allowed.
#include "chrome/browser/ui/views/infobars/infobar_view.h"
          ^----------------------------------------------
It is not in any dependency of
  //brave/browser/ui/views/infobars:brave_wayback_machine
The include file is in the target(s):
  //chrome/browser/ui:ui
which should somehow be reachable.
___________________
ERROR at //brave/browser/ui/views/infobars/brave_wayback_machine_infobar_view.cc:11:11: Include not allowed.
#include "brave/browser/infobars/brave_wayback_machine_delegate_impl.h"
          ^-----------------------------------------------------------
It is not in any dependency of
  //brave/browser/ui/views/infobars:brave_wayback_machine
The include file is in the target(s):
  //brave/browser/infobars:infobars
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