summaryrefslogtreecommitdiffstats
path: root/mojo/bindings
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-29 09:26:20 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-29 09:26:20 +0000
commit8bb00ee6dc3b62e7dad19b3220253ebb70dc8b30 (patch)
treee50adb64be76feb6005a35b853377fa12b24fe26 /mojo/bindings
parent45f0b3a2052cdfffdd08c86119142ecf789b3cad (diff)
downloadchromium_src-8bb00ee6dc3b62e7dad19b3220253ebb70dc8b30.zip
chromium_src-8bb00ee6dc3b62e7dad19b3220253ebb70dc8b30.tar.gz
chromium_src-8bb00ee6dc3b62e7dad19b3220253ebb70dc8b30.tar.bz2
GN: Add GN rules for mojo_shell target
This adds GN rules for mojo_shell and all of its dependencies on linux in the static build. BUG=397679 Review URL: https://codereview.chromium.org/414323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/bindings')
-rw-r--r--mojo/bindings/js/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/bindings/js/BUILD.gn b/mojo/bindings/js/BUILD.gn
index f89e430..9b3550f 100644
--- a/mojo/bindings/js/BUILD.gn
+++ b/mojo/bindings/js/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
# GYP version: mojo/mojo.gyp:mojo_js_bindings
-static_library("js") {
+source_set("js") {
sources = [
"core.cc",
"core.h",