summaryrefslogtreecommitdiff
path: root/chromium/chromecast/browser/webview/client/BUILD.gn
blob: a62101532d7ea2b852b655049f962bb7778ffec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2020 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("wayland_webview_client") {
  sources = [
    "webview.cc",
    "webview.h",
    "webview_main.cc",
  ]
  configs += [ "//third_party/grpc:grpc_config" ]
  deps = [
    "//base",
    "//chromecast/browser/webview/proto",
    "//components/exo/wayland:client_support",
    "//skia",
    "//third_party/wayland:wayland_client",
    "//ui/events:event_constants",
    "//ui/events/types:headers",
    "//ui/gl",
  ]
}