summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation_frame/BUILD.gn
blob: 5d6265cbaec6baa951310b518a218a2bcca266d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 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/core/core.gni")

blink_core_sources("animation_frame") {
  sources = [
    "worker_animation_frame_provider.cc",
    "worker_animation_frame_provider.h",
  ]
  deps = [
    "//mojo/public/cpp/bindings:bindings",
  ]
}