aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/cpp/system/tests/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/system/tests/BUILD.gn')
-rw-r--r--mojo/public/cpp/system/tests/BUILD.gn23
1 files changed, 0 insertions, 23 deletions
diff --git a/mojo/public/cpp/system/tests/BUILD.gn b/mojo/public/cpp/system/tests/BUILD.gn
deleted file mode 100644
index 705d009..0000000
--- a/mojo/public/cpp/system/tests/BUILD.gn
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("tests") {
- testonly = true
-
- sources = [
- "core_unittest.cc",
- "handle_signals_state_unittest.cc",
- "simple_watcher_unittest.cc",
- "wait_set_unittest.cc",
- "wait_unittest.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/public/c/system/tests",
- "//mojo/public/cpp/system",
- "//mojo/public/cpp/test_support:test_utils",
- "//testing/gtest",
- ]
-}