0
Files
src/third_party/WebKit/Source/platform/DEPS
CJ DiMeglio 2302d2015a Creates VideoFrameSubmitter.
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}
2017-08-31 08:38:04 +00:00

60 lines
1.7 KiB
Python

include_rules = [
# To whitelist base/ stuff Blink is allowed to include, we list up all
# directories and files instead of writing 'base/'.
"+base/allocator/partition_allocator/oom.h",
"+base/bind.h",
"+base/bind_helpers.h",
"+base/callback.h",
"+base/callback_forward.h",
"+base/feature_list.h",
"+base/files",
"+base/guid.h",
"+base/json",
"+base/location.h",
"+base/memory",
"+base/message_loop/message_loop.h",
"+base/metrics/histogram.h",
"+base/metrics/histogram_base.h",
"+base/metrics/histogram_macros.h",
"+base/metrics/histogram_samples.h",
"+base/metrics/sparse_histogram.h",
"+base/numerics/safe_conversions.h",
"+base/rand_util.h",
"+base/run_loop.h",
"+base/single_thread_task_runner.h",
"+base/strings/string_util.h",
"+base/strings/stringprintf.h",
"+base/synchronization/waitable_event.h",
"+base/sys_info.h",
"+base/android/sys_utils.h",
"+base/test",
"+base/test/fuzzed_data_provider.h",
"+base/threading/thread_task_runner_handle.h",
"+base/time",
"+base/timer",
"+base/trace_event",
"+base/values.h",
"+net/http/http_util.h",
"+device",
"+gpu/GLES2",
"+mojo/public",
"+mozilla",
"+platform",
"+public/platform",
#TODO(nverne): remove this
"+public/web/WebKit.h",
"+services/viz/public/interfaces/compositing/compositor_frame_sink.mojom-blink.h",
"+skia/ext",
"+third_party/ced/src/compact_enc_det/compact_enc_det.h",
"+third_party/khronos",
"+third_party/skia",
"+ui/gfx",
"+url",
"+webp",
"+build/mac",
"+build/win",
"-bindings",
"-core",
"-modules",
]