Index: mandoline/services/core_services/BUILD.gn |
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn |
index 6c367683ee4825a0897f9d2351a670ce6b9f13f4..75a214cfabe0b2401b878e836ea731b94930d005 100644 |
--- a/mandoline/services/core_services/BUILD.gn |
+++ b/mandoline/services/core_services/BUILD.gn |
@@ -33,6 +33,9 @@ mojo_native_application("core_services") { |
# TODO(erg): The android network service has some weirdness to let it link |
# with java stuff. Someone who understand how that works should look at this. |
if (!is_android) { |
- deps += [ "//mojo/services/network:lib" ] |
+ deps += [ |
+ "//mojo/services/network:lib", |
+ "//mandoline/ui/omnibox:lib", |
sky
2015/05/12 21:49:54
nit: sort.
|
+ ] |
} |
} |