summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
diff options
context:
space:
mode:
authoryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 05:27:06 +0000
committeryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 05:27:06 +0000
commit9a1526bb002f7bd1af34b24ee24b4587a5e74f76 (patch)
tree798411a775f24a5ee2f97b58ac9111f65c83b26c /mojo/BUILD.gn
parent47de637712b7e6467d5d362f9ae01e51868227c6 (diff)
downloadchromium_src-9a1526bb002f7bd1af34b24ee24b4587a5e74f76.zip
chromium_src-9a1526bb002f7bd1af34b24ee24b4587a5e74f76.tar.gz
chromium_src-9a1526bb002f7bd1af34b24ee24b4587a5e74f76.tar.bz2
Add GN targets for mojom generator.
BUG=None Test=None R=brettw@chromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/259823005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
new file mode 100644
index 0000000..6171316
--- /dev/null
+++ b/mojo/BUILD.gn
@@ -0,0 +1,11 @@
+# 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("mojo") {
+ deps = [
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/public/js/bindings",
+ ]
+}