blob: ffce6c03f33415a62dafa861ef07bb62cc9c3a89 [file] [log] [blame]
# Copyright 2015 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.
source_set("compositor") {
sources = [
"layer.cc",
"layer.h",
]
deps = [
"//base",
"//skia",
"//sky/engine/wtf",
]
}