Files
brave-core/utility
mkarolin 41ab4fe731 [cr133][Android] Fixes missing deps in //chrome/utility
ERROR at //chrome/utility/importer/bookmark_html_reader.h:12:11: Include not allowed.
 #include "chrome/common/importer/importer_data_types.h"
           ^-------------------------------------------
 It is not in any dependency of
   //chrome/utility:utility
 The include file is in the target(s):
   //chrome/common/importer:importer
 which should somehow be reachable.

  ___________________
 ERROR at //chrome/utility/services.cc:57:11: Include not allowed.
 #include "chrome/common/importer/profile_import.mojom.h"
           ^--------------------------------------------
 It is not in any dependency of
   //chrome/utility:utility
 The include file is in the target(s):
   //chrome/common/importer:interfaces
   //chrome/common/importer:interfaces__generator
 at least one of which should somehow be reachable.
2025-01-27 09:36:27 -05:00
..
2025-01-12 21:43:04 -07:00