Files
brave-core/components
Mario Sanchez Prada b7e4c1a82f Fix GN dependencies in //brave/utility
We had made services.cc depend on //brave/utility via a chromium_src
override, but that caused a dependency cycle because //brave/utility
also depends on //chrome/utility (e.g. extend some upstream classes),
causing a gn check error.

To fix this, we can follow the pattern used in other places and make
upstream's //chrome/utility directly include the files from Brave that
it needs, and replace the oneliner patch to //chrome/utility/BUILD.gn
with one that would simply include those sources, instead of having it
depend on //brave/utility.

Last, we also add a missing dep on //brave/common/importer:importer
to avoid another gn check failure due to having some files from that
target included from brave_external_process_importer_bridge.h.

Resolves https://github.com/brave/brave-browser/issues/10623
2021-04-22 11:06:47 +02:00
..
2021-04-19 22:39:18 -07:00
2021-04-20 09:24:41 -07:00
2021-04-19 17:17:56 +03:00
2021-04-07 15:04:03 +03:00
2021-04-12 15:41:33 +07:00
2021-04-20 15:07:08 -07:00
2021-04-07 12:45:53 +02:00