summaryrefslogtreecommitdiff
path: root/mojo/public/interfaces/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/interfaces/BUILD.gn')
-rw-r--r--mojo/public/interfaces/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/mojo/public/interfaces/BUILD.gn b/mojo/public/interfaces/BUILD.gn
new file mode 100644
index 0000000000..fb11ec2250
--- /dev/null
+++ b/mojo/public/interfaces/BUILD.gn
@@ -0,0 +1,9 @@
+# Copyright 2015 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("interfaces") {
+ deps = [
+ "bindings",
+ ]
+}