diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 09:26:20 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 09:26:20 +0000 |
commit | 8bb00ee6dc3b62e7dad19b3220253ebb70dc8b30 (patch) | |
tree | e50adb64be76feb6005a35b853377fa12b24fe26 /mojo/bindings | |
parent | 45f0b3a2052cdfffdd08c86119142ecf789b3cad (diff) | |
download | chromium_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.gn | 2 |
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", |