Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: mandoline/services/core_services/BUILD.gn

Issue 1133893003: Omnibox app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698