# Copyright 2026 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. include_rules = [ "+components/content_extraction/content/browser", "+components/continuous_search/browser", "+components/continuous_search/common", "+components/feature_engagement/public", "+components/feature_engagement/test", "+components/google/core/common", "+components/history/core/browser", "+components/keyed_service/core", "+components/optimization_guide/content/browser", "+components/optimization_guide/core", "+components/optimization_guide/proto", "+components/os_crypt/async/browser", "+components/page_content_annotations/core", "+components/paint_preview", "+components/passage_embeddings/core", "+components/performance_manager/scenario_api", "+components/pdf/browser", "+components/pdf/common", "+components/services/paint_preview_compositor", "+components/viz/common/frame_sinks", "+components/viz/common/surfaces", "+content/public/browser", "+content/public/test", "+mojo/public/cpp/base", "+net/base", "+net/http", "+pdf/buildflags.h", "+pdf/mojom", "+services/metrics/public/cpp", "+services/network/public/mojom", "+services/passage_embeddings/public/mojom", "+third_party/blink/public/common", "+third_party/blink/public/mojom/content_extraction", "+third_party/blink/public/mojom/opengraph", "+third_party/skia", "+ui/gfx", ] specific_include_rules = { "annotate_page_content_request_unittest.cc": [ "+components/ukm/test_ukm_recorder.h", ], "mock_page_content_services\\.(cc|h)": [ "+testing/gmock", "+testing/gtest", ], }