Merge pull request #844 from abarth/missing_dep

Add missing dependency
This commit is contained in:
Adam Barth 2015-08-25 20:49:37 -07:00
commit b4d8a1cd3a

View File

@ -270,6 +270,7 @@ if (is_android) {
deps = common_deps + [
":common",
"//mojo/common",
"//sky/services/ns_net",
"//sky/services/testing:interfaces",
]