diff options
author | jamesr <jamesr@chromium.org> | 2014-10-28 11:28:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-28 18:28:40 +0000 |
commit | 5c8274db40827d96b66493ac513b888cba152997 (patch) | |
tree | afb95c9d874a6d423236d1fb2db0a2d9d9702ed4 /content/app | |
parent | 1b7371923fb28fbf6e4597228e8ce59b0093e3e3 (diff) | |
download | chromium_src-5c8274db40827d96b66493ac513b888cba152997.zip chromium_src-5c8274db40827d96b66493ac513b888cba152997.tar.gz chromium_src-5c8274db40827d96b66493ac513b888cba152997.tar.bz2 |
GN: Remove content/app -> mojo/application_manager dep
This dependency doesn't exist in the gyp build and doesn't appear to be
used.
Review URL: https://codereview.chromium.org/681213002
Cr-Commit-Position: refs/heads/master@{#301666}
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn index 8d70a51..517082d5 100644 --- a/content/app/BUILD.gn +++ b/content/app/BUILD.gn @@ -54,7 +54,6 @@ if (is_ios) { ] } else { content_app_deps += [ - "//mojo/application_manager", "//mojo/edk/system", "//mojo/environment:chromium", "//mojo/public/interfaces/application", |