Adam Barth 166f44c0f7 Remove pointer.mojom (#3102)
This patch moves the rest of the clients to use the new PointerData
transport.
2016-10-06 10:59:30 -07:00

40 lines
921 B
Plaintext

# Copyright 2016 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.
executable("linux") {
output_name = "sky_shell"
sources = [
"glfw_service_provider.cc",
"glfw_service_provider.h",
"main_linux.cc",
"message_pump_glfw.cc",
"message_pump_glfw.h",
"platform_view_glfw.cc",
"platform_view_glfw.h",
]
deps = [
"//base",
"//flutter/common",
"//flutter/services/engine:interfaces",
"//flutter/services/raw_keyboard:interfaces",
"//flutter/shell/common",
"//flutter/shell/gpu",
"//flutter/shell/testing",
"//flutter/skia",
"//lib/ftl",
"//mojo/common",
"//mojo/edk/base_edk",
"//mojo/edk/system",
"//mojo/public/cpp/bindings:utility",
"//mojo/public/interfaces/application",
"//third_party/glfw",
]
ldflags = [
"-lGL",
]
}