1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
include_rules = [
"+cc/base",
"+components/embedder_support",
"+components/keyed_service/core",
"+components/printing/browser",
"+components/printing/common",
"+components/profile_metrics",
"+components/security_state",
"+components/viz",
"+printing",
"+services/cert_verifier/public/mojom",
"+services/network",
"+storage/browser/quota",
"+storage/common/quota",
"+third_party/skia/include",
"+third_party/blink/public/mojom/quota",
"+third_party/blink/public/mojom/badging",
"+third_party/blink/public/mojom/persistent_renderer_prefs.mojom.h",
"+third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h",
"+third_party/blink/public/common/client_hints/enabled_client_hints.h",
"+third_party/blink/public/common/renderer_preferences/renderer_preferences.h",
"+third_party/blink/public/common/user_agent/user_agent_metadata.h",
"+third_party/blink/public/common/associated_interfaces/associated_interface_registry.h",
"+third_party/blink/public/common/peerconnection/webrtc_ip_handling_policy.h",
"+third_party/blink/public/common/permissions/permission_utils.h",
"+ui/aura",
"+ui/compositor",
"+ui/events/keycodes/dom",
]
specific_include_rules = {
"headless_bluetooth_delegate_unittest.cc": [
"+device/bluetooth/public/cpp/bluetooth_uuid.h",
"+third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom.h",
],
"headless_browser_main_parts.*": [
"+components/origin_trials/browser",
],
"headless_browser_main_parts_posix.cc": [
"+device/bluetooth",
],
"headless_browser_impl.*": [
"+services/device/public/cpp/geolocation/system_geolocation_source_apple.h",
"+services/device/public/cpp/geolocation/geolocation_system_permission_manager.h",
"+components/policy",
"+components/prefs",
"+components/pref_registry",
"+components/keyed_service/content",
"+components/metrics",
"+components/variations",
],
"headless_browser_impl_unittest.cc": [
"+third_party/blink/public/common/features.h",
],
"headless_browser_context_impl.cc": [
"+components/keyed_service/content",
"+components/origin_trials",
"+components/user_prefs",
"+third_party/blink/public/common/origin_trials",
],
"headless_content_browser_client.cc": [
"+components/policy",
"+components/printing/browser/print_to_pdf",
],
"headless_web_contents_impl.cc": [
"+components/printing/browser/print_to_pdf",
"+third_party/blink/public/mojom/window_features",
],
"headless_screen_orientation_delegate.*": [
"+services/device/public/mojom",
"+ui/display/mojom",
],
"command_line_handler.cc": [
"+third_party/blink/public/common/switches.h",
],
"headless_field_trials.cc": [
"+components/prefs",
"+components/metrics",
"+components/variations",
]
}
|