diff options
Diffstat (limited to 'chromium/chrome/browser/ui/webui/DEPS')
-rw-r--r-- | chromium/chrome/browser/ui/webui/DEPS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chromium/chrome/browser/ui/webui/DEPS b/chromium/chrome/browser/ui/webui/DEPS index fcf6dcdf5a4..6a321049a58 100644 --- a/chromium/chrome/browser/ui/webui/DEPS +++ b/chromium/chrome/browser/ui/webui/DEPS @@ -1,5 +1,5 @@ include_rules = [ - "+chrome/services/app_service/public", + "+components/services/app_service/public", "+device/bluetooth", "+extensions/strings/grit/extensions_strings.h", @@ -11,3 +11,10 @@ include_rules = [ "+third_party/brotli", # For compressed resources. "+third_party/zlib/zlib.h", # For compression level constants. ] + +specific_include_rules = { + "chrome_webui_navigation_browsertest.cc": [ + "+content/browser/frame_host/render_frame_host_impl.h", + "+content/common/frame.mojom.h", + ], +}
\ No newline at end of file |