Zach Johnson | 3a77003 | 2019-03-27 19:15:38 -0700 | [diff] [blame] | 1 | filegroup { |
| 2 | name: "BluetoothOsSources_linux_generic", |
| 3 | srcs: [ |
| 4 | "linux_generic/alarm.cc", |
| 5 | "linux_generic/handler.cc", |
| 6 | "linux_generic/reactor.cc", |
| 7 | "linux_generic/repeating_alarm.cc", |
Chienyuan | 87d813d | 2019-04-04 10:29:02 -0700 | [diff] [blame] | 8 | "linux_generic/reactive_semaphore.cc", |
Zach Johnson | 3a77003 | 2019-03-27 19:15:38 -0700 | [diff] [blame] | 9 | "linux_generic/thread.cc", |
Colin Cross | 6208435 | 2019-05-23 14:12:59 -0700 | [diff] [blame] | 10 | ], |
Zach Johnson | 3a77003 | 2019-03-27 19:15:38 -0700 | [diff] [blame] | 11 | } |
| 12 | |
| 13 | filegroup { |
| 14 | name: "BluetoothOsTestSources_linux_generic", |
| 15 | srcs: [ |
| 16 | "linux_generic/alarm_unittest.cc", |
| 17 | "linux_generic/handler_unittest.cc", |
Chienyuan | 87d813d | 2019-04-04 10:29:02 -0700 | [diff] [blame] | 18 | "linux_generic/queue_unittest.cc", |
Zach Johnson | 3a77003 | 2019-03-27 19:15:38 -0700 | [diff] [blame] | 19 | "linux_generic/reactor_unittest.cc", |
| 20 | "linux_generic/repeating_alarm_unittest.cc", |
| 21 | "linux_generic/thread_unittest.cc", |
Colin Cross | 6208435 | 2019-05-23 14:12:59 -0700 | [diff] [blame] | 22 | ], |
Zach Johnson | 3a77003 | 2019-03-27 19:15:38 -0700 | [diff] [blame] | 23 | } |
Jack He | f4e2471 | 2019-04-01 16:20:14 -0700 | [diff] [blame] | 24 | |
| 25 | filegroup { |
| 26 | name: "BluetoothOsBenchmarkSources", |
| 27 | srcs: [ |
| 28 | "alarm_benchmark.cc", |
| 29 | "thread_benchmark.cc", |
Chienyuan | 567a18b | 2019-05-02 18:37:54 -0700 | [diff] [blame] | 30 | "queue_benchmark.cc", |
Colin Cross | 6208435 | 2019-05-23 14:12:59 -0700 | [diff] [blame] | 31 | ], |
Jack He | f4e2471 | 2019-04-01 16:20:14 -0700 | [diff] [blame] | 32 | } |