diff options
author | sky <sky@chromium.org> | 2016-03-09 21:45:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-10 05:46:40 +0000 |
commit | e5b6ffe4098f8f6f055397302022b6a03d698acb (patch) | |
tree | cd1a55074b5a306127fb04dca2e6c6ab93fdbcd3 /mojo/shell/background/tests | |
parent | a6b633a06e514121e16b49afa3dd777f58dc21b7 (diff) | |
download | chromium_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 'mojo/shell/background/tests')
-rw-r--r-- | mojo/shell/background/tests/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/shell/background/tests/BUILD.gn b/mojo/shell/background/tests/BUILD.gn index d3b8b19..59b3482 100644 --- a/mojo/shell/background/tests/BUILD.gn +++ b/mojo/shell/background/tests/BUILD.gn @@ -3,7 +3,6 @@ # found in the LICENSE file. import("//mojo/public/mojo_application.gni") -import("//mojo/public/mojo_application_manifest.gni") import("//mojo/public/tools/bindings/mojom.gni") import("//testing/test.gni") |