reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 1 | # 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 | |
jkwang | f72a28a6 | 2017-06-13 00:15:47 | [diff] [blame] | 5 | import("//chrome/common/features.gni") |
brettw | b5440a9 | 2015-12-03 00:47:12 | [diff] [blame] | 6 | import("//build/config/ui.gni") |
reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 7 | import("//testing/test.gni") |
| 8 | |
| 9 | source_set("exo") { |
| 10 | sources = [ |
| 11 | "buffer.cc", |
| 12 | "buffer.h", |
Mitsuru Oshima | a4a6d0e | 2017-11-30 22:24:15 | [diff] [blame^] | 13 | "client_controlled_shell_surface.cc", |
| 14 | "client_controlled_shell_surface.h", |
Daichi Hirono | fc1a9fb | 2017-07-19 07:14:55 | [diff] [blame] | 15 | "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 Hirono | 29647ac | 2017-08-15 09:11:52 | [diff] [blame] | 21 | "data_offer_observer.h", |
Daichi Hirono | fc1a9fb | 2017-07-19 07:14:55 | [diff] [blame] | 22 | "data_source.cc", |
| 23 | "data_source.h", |
| 24 | "data_source_delegate.h", |
Daichi Hirono | 19ff588 | 2017-11-30 03:37:34 | [diff] [blame] | 25 | "data_source_observer.h", |
reveman | b195f41d | 2015-11-19 22:16:48 | [diff] [blame] | 26 | "display.cc", |
| 27 | "display.h", |
Jingkui Wang | 9ec45ba | 2017-09-12 21:27:48 | [diff] [blame] | 28 | "gaming_seat.cc", |
jkwang | 38380930 | 2017-03-08 18:10:38 | [diff] [blame] | 29 | "gaming_seat.h", |
reveman |
|