summaryrefslogtreecommitdiffstats
path: root/mojo/shell/DEPS
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-26 12:44:33 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-26 12:44:33 +0000
commit4612b236c0c4d6f6c4f77e53a4967885ff3ebc2b (patch)
tree0ef3a9e1f02f00cd2d3a32b3ab11f07243a5f884 /mojo/shell/DEPS
parent861ef0124345b4e9fb4fd4fc31933d84f6903b5b (diff)
downloadchromium_src-4612b236c0c4d6f6c4f77e53a4967885ff3ebc2b.zip
chromium_src-4612b236c0c4d6f6c4f77e53a4967885ff3ebc2b.tar.gz
chromium_src-4612b236c0c4d6f6c4f77e53a4967885ff3ebc2b.tar.bz2
mojo_shell should start without crashing on Android
This CL finishes the bootup process for mojo_shell on Android. We now succeed in starting all the threads we expect. Instead of crashing, we now error out because there's no --app command line argument. I've also wired up logging to the Android system log. In order to initialize |net| properly, I've introduced a direct dependency from mojo/shell to net. We're considering doing that in another CL, and I now think having that dependency will make things easier, at least in the near term. R=darin@chromium.org, aa@chromium.org Review URL: https://codereview.chromium.org/45383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/shell/DEPS')
-rw-r--r--mojo/shell/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/mojo/shell/DEPS b/mojo/shell/DEPS
new file mode 100644
index 0000000..8fa9d48
--- /dev/null
+++ b/mojo/shell/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+net",
+]