blob: 7d8ad3b7bbb82abddaee47936d899daedbf06b3e [file] [log] [blame]
include_rules = [
"+base/run_loop.h",
"+base/process/process_handle.h",
"+cc",
"+components/ukm/test_ukm_recorder.h",
# TODO(crbug.com/838693): Test harnesses use LayerTreeView
# from content instead of a fake WebLayerTreeView implementation, so
# that the Web abstraction can go away.
"+content/renderer/compositor",
"+content/test",
"+gpu/command_buffer/client/gles2_interface.h",
"+ui/events/blink/blink_event_util.h",
]
specific_include_rules = {
'scoped_fake_plugin_registry\.cc': [
"+base/files/file_path.h",
],
'internals\.cc' : [
"+third_party/blink/renderer/core/exported/web_view_impl.h",
],
}