summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
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 /mojo/BUILD.gn
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 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn7
1 files changed, 2 insertions, 5 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 64a9317..8f0ee8d 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -24,10 +24,7 @@ group("mojo") {
deps += [ "//mojo/android" ]
}
- deps += [
- "//mojo/runner",
- "//mojo/shell:all",
- ]
+ deps += [ "//mojo/shell:all" ]
}
# TODO(GYP): Delete this after we've converted everything to GN.
@@ -105,6 +102,6 @@ group("tests") {
]
if (is_android) {
- deps += [ "//mojo/runner:mojo_runner_apptests_apk" ]
+ deps += [ "//mojo/shell/standalone:mojo_shell_standalone_apptests_apk" ]
}
}