| include_rules = [ |
| "+components/viz/common/features.h", |
| "+components/viz/host", |
| "+components/viz/service", # In-process viz service. |
| "+content/public", |
| "+mojo/core/embedder/embedder.h", # TestGpuServiceHolder needs Mojo. |
| "+sandbox", |
| "+ui/gl/gl_utils.h", # Disable Direct Composition Workaround. |
| "+ui/gl/init/gl_factory.h", # To initialize GL bindings. |
| "+ui/message_center", # For the notification example. |
| "+ui/snapshot", # Enable Skia Gold testing |
| "+ui/views_content_client", |
| "+ui/menus", |
| ] |
| |
| specific_include_rules = { |
| "examples_main_proc.cc": [ |
| "+ui/wm/core/wm_state.h", |
| ], |
| "examples_views_delegate_chromeos.cc": [ |
| "+ui/wm/test/wm_test_helper.h", |
| ], |
| } |