include_rules = [ | |
"+cc/surfaces/surface_id.h", | |
"+cc/surfaces/surface_id_allocator.h", | |
"+gpu/GLES2", | |
"+gpu/command_buffer/common/mailbox.h", | |
"+mojo/geometry", | |
"+third_party/khronos/GLES2", | |
"+third_party/skia", | |
"+ui/gfx", | |
] | |
specific_include_rules = { | |
"view_manager_test_suite.cc": [ | |
"+mojo/services/native_viewport/native_viewport.h", | |
"+ui/gl", | |
], | |
} |