summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/widget/compositing/android_webview/BUILD.gn
blob: 1acdc30c0efb5ceb5a155ac9b9542d026cd42e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//third_party/blink/renderer/platform/platform.gni")

blink_platform_sources("android_webview") {
  sources = [
    "synchronous_compositor_registry.h",
    "synchronous_layer_tree_frame_sink.cc",
    "synchronous_layer_tree_frame_sink.h",
  ]

  # TODO(crbug.com/805739): This should not be depended on from the renderer.
  deps = [ "//components/viz/service" ]
}