blob: 1cdc736245c03d4d091ae74aa27e486e37545c2d [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.
import("//mojo/public/mojo_application.gni")
mojo_native_application("surfaces") {
output_name = "surfaces_service"
sources = [
"context_provider_mojo.cc",
"context_provider_mojo.h",
"display_factory_impl.cc",
"display_factory_impl.h",
"display_impl.cc",
"display_impl.h",
"surfaces_impl.cc",
"surfaces_impl.h",
"surfaces_output_surface.cc",
"surfaces_output_surface.h",
"surfaces_scheduler.cc",
"surfaces_scheduler.h",
"surfaces_service_application.cc",
"surfaces_service_application.h",
]
deps = [
"//base",
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu/command_buffer/client:gles2_interface",
"//mojo/application",
"//mojo/common",
"//mojo/common:tracing_impl",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
"//mojo/environment:chromium",
"//mojo/gpu",
"//mojo/public/c/gpu",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
"//mojo/services/geometry/interfaces",
"//mojo/services/gpu/interfaces",
"//mojo/services/surfaces/interfaces",
"//ui/gfx/geometry",
]
}