summaryrefslogtreecommitdiffstats
path: root/mash
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-01-25 17:44:19 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-26 01:45:26 +0000
commitf7946d59b741c0ceec77c5118c195950affba71f (patch)
treeb8c1df9ccd79c22c19ced58222a05a18fc69b011 /mash
parentcc3c3267d1aed05830c9b891ad3d413cae3b10b6 (diff)
downloadchromium_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.gn2
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",
]
}