aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/BUILD.gn')
-rw-r--r--mojo/public/BUILD.gn28
1 files changed, 0 insertions, 28 deletions
diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
deleted file mode 100644
index 3baf667..0000000
--- a/mojo/public/BUILD.gn
+++ /dev/null
@@ -1,28 +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.
-
-group("public") {
- # Meta-target, don't link into production code.
- testonly = true
- deps = [
- ":sdk",
- "cpp/bindings",
- "interfaces/bindings/tests:test_interfaces",
- ]
-
- if (is_android) {
- deps += [
- "java:bindings_java",
- "java:system_java",
- ]
- }
-}
-
-group("sdk") {
- deps = [
- "c/system",
- "cpp/bindings",
- "js",
- ]
-}