aboutsummaryrefslogtreecommitdiff
path: root/mojo/edk/system/ports/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/ports/BUILD.gn')
-rw-r--r--mojo/edk/system/ports/BUILD.gn46
1 files changed, 0 insertions, 46 deletions
diff --git a/mojo/edk/system/ports/BUILD.gn b/mojo/edk/system/ports/BUILD.gn
deleted file mode 100644
index 5c82761..0000000
--- a/mojo/edk/system/ports/BUILD.gn
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2016 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.
-
-import("//testing/test.gni")
-
-source_set("ports") {
- sources = [
- "event.cc",
- "event.h",
- "message.cc",
- "message.h",
- "message_filter.h",
- "message_queue.cc",
- "message_queue.h",
- "name.cc",
- "name.h",
- "node.cc",
- "node.h",
- "node_delegate.h",
- "port.cc",
- "port.h",
- "port_ref.cc",
- "port_ref.h",
- "user_data.h",
- ]
-
- public_deps = [
- "//base",
- ]
-}
-
-source_set("tests") {
- testonly = true
-
- sources = [
- "ports_unittest.cc",
- ]
-
- deps = [
- ":ports",
- "//base",
- "//base/test:test_support",
- "//testing/gtest",
- ]
-}