blob: f07a87154354163b625be19de5dff4c5ca38b7c9 [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("graphics") {
sources = [
"cast_screen.cc",
"cast_screen.h",
]
deps = [
"//ui/aura",
"//ui/gfx",
"//ui/gfx/geometry",
]
}