From 6b138fb083cf6512f8defa0298fb1d89be73b0f3 Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Tue, 11 Feb 2020 15:15:38 -0800 Subject: Fix linux-rel bot in Chromium autoroller The recent Discovery E2E test patch here: https://chromium-review.googlesource.com/c/openscreen/+/2031684 broke the linux-rel bot on the Chromium auto roller. This patch properly hides the new targets to fix compilation. Change-Id: Icb10c2f6f74753f52d9baa394ff540dbd45e3b22 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2051308 Reviewed-by: Brandon Tolsch Reviewed-by: Ryan Keane Reviewed-by: Jordan Bayles Commit-Queue: Jordan Bayles --- BUILD.gn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 000b616f..d91a12b8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -102,14 +102,6 @@ source_set("openscreen_unittests_all") { } } -source_set("e2e_tests_all") { - testonly = true - public_deps = [ - "cast/common:discovery_e2e_test", - "third_party/googletest:gtest_main", - ] -} - if (!build_with_chromium) { executable("openscreen_unittests") { testonly = true @@ -120,6 +112,14 @@ if (!build_with_chromium) { } if (!build_with_chromium && is_posix) { + source_set("e2e_tests_all") { + testonly = true + public_deps = [ + "cast/common:discovery_e2e_test", + "third_party/googletest:gtest_main", + ] + } + executable("e2e_tests") { testonly = true deps = [ -- cgit v1.2.3