summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-03-09 21:45:27 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-10 05:46:40 +0000
commite5b6ffe4098f8f6f055397302022b6a03d698acb (patch)
treecd1a55074b5a306127fb04dca2e6c6ab93fdbcd3 /ash
parenta6b633a06e514121e16b49afa3dd777f58dc21b7 (diff)
downloadchromium_src-e5b6ffe4098f8f6f055397302022b6a03d698acb.zip
chromium_src-e5b6ffe4098f8f6f055397302022b6a03d698acb.tar.gz
chromium_src-e5b6ffe4098f8f6f055397302022b6a03d698acb.tar.bz2
Moves mojo_application_manifest to data_deps
Otherwise they aren't picked up as runtime dependencies and isolates won't work. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1783533003 Cr-Commit-Position: refs/heads/master@{#380347}
Diffstat (limited to 'ash')
-rw-r--r--ash/mus/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index c6e9c9c..4ca9bac 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -76,11 +76,11 @@ mojo_native_application("mus") {
]
deps = [
":lib",
- ":manifest",
"//mojo/shell/public/cpp",
]
data_deps = [
+ ":manifest",
"//components/mus",
]
}