Back to Chromium

Prompt

agents/prompts/eval/gn_deps_debugging/prompt.md

151.0.7898.1353 B
Original Source

Fix the GN dependency issue in base/strings/gn_deps_debugging_eval.h.

gn check reports that components/prefs/pref_service.h cannot be included from this public header. This header only stores and passes a PrefService*.

Apply the narrow Chromium-style fix. Do not add broad dependencies, do not add public_deps, and do not add // nogncheck.