blob: 73388783422c19560959db53986e0e60d3b16d94 [file] [log] [blame]
revemanb195f41d2015-11-19 22:16:481# Copyright 2015 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.
4
jkwangf72a28a62017-06-13 00:15:475import("//chrome/common/features.gni")
brettwb5440a92015-12-03 00:47:126import("//build/config/ui.gni")
revemanb195f41d2015-11-19 22:16:487import("//testing/test.gni")
8
9source_set("exo") {
10 sources = [
11 "buffer.cc",
12 "buffer.h",
Mitsuru Oshimaa4a6d0e2017-11-30 22:24:1513 "client_controlled_shell_surface.cc",
14 "client_controlled_shell_surface.h",
Daichi Hironofc1a9fb2017-07-19 07:14:5515 "data_device.cc",
16 "data_device.h",
17 "data_device_delegate.h",
18 "data_offer.cc",
19 "data_offer.h",
20 "data_offer_delegate.h",
Daichi Hirono29647ac2017-08-15 09:11:5221 "data_offer_observer.h",
Daichi Hironofc1a9fb2017-07-19 07:14:5522 "data_source.cc",
23 "data_source.h",
24 "data_source_delegate.h",
Daichi Hirono19ff5882017-11-30 03:37:3425 "data_source_observer.h",
revemanb195f41d2015-11-19 22:16:4826 "display.cc",
27 "display.h",
Jingkui Wang9ec45ba2017-09-12 21:27:4828 "gaming_seat.cc",
jkwang383809302017-03-08 18:10:3829 "gaming_seat.h",
reveman