blob: 927b6f90fdc649165814eb3c07f80cb9074459f4 [file] [log] [blame]
# Copyright 2014 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("cpp") {
sources = [
"surfaces_utils.cc",
"surfaces_utils.h",
]
deps = [
"//mojo/services/public/interfaces/geometry",
"//mojo/services/surfaces/public/interfaces",
]
}