Files
brave-core/browser/playlist
AlexeyBarabash 79c3ae2427 [cr148][Android] Fixed gn_check failure at playlist_service_factory.cc
Error message was:
```
ERROR at //brave/browser/playlist/playlist_service_factory.cc:52:11: Can't include this header from here.
          ^-------------------------------------------
The target:
  //chrome/browser:browser
is including a file from the target:
  //chrome/browser/ui/side_panel:side_panel_views_dependent

It's usually best to depend directly on the destination target.
In some cases, the destination target is considered a subcomponent
of an intermediate target. In this case, the intermediate target
should depend publicly on the destination to forward the ability
to include headers.

Dependency chain (there may also be others):
  //chrome/browser:browser -->
  //chrome/browser/ui/side_panel/internal:internal --[private]-->
  //chrome/browser/ui/side_panel/internal/android:android --[private]-->
  //chrome/browser/ui/side_panel:side_panel_views_dependent
```
2026-04-27 12:00:52 +01:00
..