diff options
author | ben <ben@chromium.org> | 2016-01-25 17:44:19 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-26 01:45:26 +0000 |
commit | f7946d59b741c0ceec77c5118c195950affba71f (patch) | |
tree | b8c1df9ccd79c22c19ced58222a05a18fc69b011 /mash | |
parent | cc3c3267d1aed05830c9b891ad3d413cae3b10b6 (diff) | |
download | chromium_src-f7946d59b741c0ceec77c5118c195950affba71f.zip chromium_src-f7946d59b741c0ceec77c5118c195950affba71f.tar.gz chromium_src-f7946d59b741c0ceec77c5118c195950affba71f.tar.bz2 |
Move mojo/runner to mojo/shell/standalone
BUG=
Review URL: https://codereview.chromium.org/1630823002
Cr-Commit-Position: refs/heads/master@{#371411}
Diffstat (limited to 'mash')
-rw-r--r-- | mash/example/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mash/example/BUILD.gn b/mash/example/BUILD.gn index a61ace5..7b2e0ea 100644 --- a/mash/example/BUILD.gn +++ b/mash/example/BUILD.gn @@ -11,6 +11,6 @@ group("example") { "//mash/example/views_examples", "//mash/example/window_type_launcher", "//mash/wm", - "//mojo/runner:mojo_runner", + "//mojo/shell/standalone", ] } |