btolsch | 762c4da | 2018-03-19 12:27:00 -0700 | [diff] [blame] | 1 | # Copyright 2018 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 | |
mark a. foltz | c28ca40 | 2018-07-19 16:11:32 -0700 | [diff] [blame] | 5 | # All compilable non-test targets in the repository (both executables and |
| 6 | # source_sets). |
btolsch | 9d6900c | 2018-05-30 18:22:53 -0700 | [diff] [blame] | 7 | group("gn_all") { |
mark a. foltz | c28ca40 | 2018-07-19 16:11:32 -0700 | [diff] [blame] | 8 | deps = [ |
mark a. foltz | 4bb631b | 2018-07-18 17:30:17 -0700 | [diff] [blame] | 9 | "//api", |
mark a. foltz | c28ca40 | 2018-07-19 16:11:32 -0700 | [diff] [blame] | 10 | "//base", |
| 11 | "//platform", |
| 12 | "//sample:hello", |
btolsch | 1612212 | 2018-08-30 16:48:23 -0700 | [diff] [blame^] | 13 | "//third_party/chromium_quic", |
mark a. foltz | c28ca40 | 2018-07-19 16:11:32 -0700 | [diff] [blame] | 14 | ] |
| 15 | } |
btolsch | b4893e6 | 2018-05-28 22:03:07 -0700 | [diff] [blame] | 16 | |
mark a. foltz | c28ca40 | 2018-07-19 16:11:32 -0700 | [diff] [blame] | 17 | executable("unittests") { |
| 18 | testonly = true |
btolsch | b4893e6 | 2018-05-28 22:03:07 -0700 | [diff] [blame] | 19 | deps = [ |
btolsch | 6692c4c | 2018-05-31 17:38:09 -0700 | [diff] [blame] | 20 | "//api:api_unittests", |
btolsch | b4893e6 | 2018-05-28 22:03:07 -0700 | [diff] [blame] | 21 | "//base:base_unittests", |
btolsch | bd9ca07 | 2018-08-30 15:57:32 -0700 | [diff] [blame] | 22 | "//discovery/mdns:mdns_unittests", |
mark a. foltz | c28ca40 | 2018-07-19 16:11:32 -0700 | [diff] [blame] | 23 | "//sample:hello_unittests", |
btolsch | 253cbce | 2018-07-26 00:32:19 -0700 | [diff] [blame] | 24 | "//third_party/googletest:gtest_main", |
btolsch | 762c4da | 2018-03-19 12:27:00 -0700 | [diff] [blame] | 25 | ] |
| 26 | } |