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/environment | |
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/environment')
-rw-r--r-- | mojo/environment/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn index 20d3828..5c9fe75 100644 --- a/mojo/environment/BUILD.gn +++ b/mojo/environment/BUILD.gn @@ -3,7 +3,7 @@ # found in the LICENSE file. # GYP version: mojo.gyp:mojo_environment_chromium -static_library("chromium") { +source_set("chromium") { output_name = "mojo_environment_chromium" sources = [ |