blob: c6bbe9b52cdccacaf752b59151e0fab1848e9c96 [file] [log] [blame]
Tom Anderson4ee83742022-07-14 20:58:411include_rules = [
2 "+printing",
3 "+third_party/skia",
4 "+ui/base",
5 "+ui/base/cursor",
6 "+ui/base/ime",
Yuzhu Shendd060652024-01-27 02:28:407 "+ui/display/types",
Tom Anderson4ee83742022-07-14 20:58:418 "+ui/gfx",
9 "+ui/native_theme",
10 "+ui/shell_dialogs",
11]
12
13specific_include_rules = {
14 "linux_ui_factory.cc": [
Tom Anderson68f85c82022-08-27 01:51:5715 "+ui/color",
Tom Anderson4ee83742022-07-14 20:58:4116 "+ui/gtk",
17 "+ui/qt",
18 ],
Tom Anderson38f74732023-02-28 23:21:4019 "fallback_linux_ui.cc": [
20 "+ui/events/keycodes",
21 "+ui/views/controls",
22 ],
Nick Diego Yamanefdc28de2024-04-02 15:48:0223 "display_server_utils.cc": [
24 "+ui/ozone",
Kramer Ge4fa153b2024-06-28 16:45:3525 "+third_party/angle"
Nick Diego Yamanefdc28de2024-04-02 15:48:0226 ],
Tom Anderson4ee83742022-07-14 20:58:4127}