
This CL allows for a switch-enabled rerouting of VideoFrames into the VideoFrameSubmitter, which commits frames to the CompositorFrameSink. This allows video frames to be rendered onto a Surface. BUG: 746182, 739854 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ic4bd3f135e351c8a94c38524c69d5f59f296a0f3 Reviewed-on: https://chromium-review.googlesource.com/592398 Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Dimitri Glazkov <dglazkov@chromium.org> Reviewed-by: apacible <apacible@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#498788}
30 lines
923 B
Python
30 lines
923 B
Python
include_rules = [
|
|
# To whitelist base/ stuff Blink is allowed to include, we list up all
|
|
# directories and files instead of writing 'base/'.
|
|
"+base/bind.h",
|
|
"+base/callback.h",
|
|
"+base/compiler_specific.h",
|
|
"+base/message_loop",
|
|
"+base/threading/thread.h",
|
|
"+base/threading/thread_checker.h",
|
|
"+cc",
|
|
"-cc/blink",
|
|
"+components/viz/common",
|
|
"+components/viz/test/fake_external_begin_frame_source.h",
|
|
"+gpu/command_buffer/client/gles2_interface.h",
|
|
"+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
|
|
"+gpu/command_buffer/common/capabilities.h",
|
|
"+gpu/command_buffer/common/mailbox.h",
|
|
"+gpu/command_buffer/common/sync_token.h",
|
|
"+media/base/media_switches.h",
|
|
"+media/base/video_frame.h",
|
|
"+services/viz/public/interfaces",
|
|
"+public/web/WebSettings.h",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
".*Test.cpp": [
|
|
"+components/viz/test",
|
|
],
|
|
}
|