Commit 96626920 authored by msw's avatar msw Committed by Commit bot

Add the network service as a data dependency of html_viewer for Android.

The corresponding desktop CL: https://codereview.chromium.org/1090753002

BUG=NONE
TEST=Building html_viewer from scratch also builds the network service.
R=sky@chromium.org

Review URL: https://codereview.chromium.org/1097503002

Cr-Commit-Position: refs/heads/master@{#325501}
parent 4b55a94a
...@@ -166,6 +166,8 @@ if (is_android) { ...@@ -166,6 +166,8 @@ if (is_android) {
"//base", "//base",
"//ui/gfx:gfx_jni_headers", "//ui/gfx:gfx_jni_headers",
] ]
data_deps = [ "//mojo/services/network:network" ]
} }
generate_jni("html_viewer_jni_headers") { generate_jni("html_viewer_jni_headers") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment