Battery Status API: add UMA logging for Linux.
[chromium-blink-merge.git] / mojo / services / public / interfaces / surfaces / BUILD.gn
blob3e0300605d7b98c878d279f8a1167e327fa8b867
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/tools/bindings/mojom.gni")
7 # GYP version: mojo/mojo_services.gypi:mojo_surfaces_bindings
8 mojom("surfaces") {
9   sources = [
10     "quads.mojom",
11     "surface_id.mojom",
12     "surfaces.mojom",
13     "surfaces_service.mojom",
14   ]
16   deps = [
17     "//mojo/services/public/interfaces/geometry",
18     "//mojo/services/public/interfaces/native_viewport",
19   ]