blob: 1b9f79b2c4d690355b314b14fedcdf943049dc49 [file] [log] [blame]
# Copyright 2018 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("//build/config/jumbo.gni")
static_library("compositor") {
deps = [
"//base",
"//cc",
"//cc/animation",
"//third_party/blink/public:blink_headers",
"//ui/gfx",
]
sources = [
"compositor_dependencies.h",
"layer_tree_view.cc",
"layer_tree_view.h",
"layer_tree_view_delegate.h",
]
}