| Index: mandoline/services/core_services/BUILD.gn
|
| diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
|
| index c175c30aaeba8b482e5fdb06c8f9bfe8c0ad8ab0..ce24d128459a53025bd85529dae9407fea68ee46 100644
|
| --- a/mandoline/services/core_services/BUILD.gn
|
| +++ b/mandoline/services/core_services/BUILD.gn
|
| @@ -71,4 +71,11 @@ source_set("sources") {
|
| "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
|
| "//third_party/mojo_services/src/content_handler/public/interfaces",
|
| ]
|
| +
|
| + if (!is_android) {
|
| + deps += [
|
| + "//mandoline/ui/omnibox:lib",
|
| + "//mojo/services/network:lib",
|
| + ]
|
| + }
|
| }
|
|
|