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

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

Issue 1141593004: core_services: Use network_service in core_services on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ifdefs 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
« no previous file with comments | « no previous file | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/services/core_services/BUILD.gn
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
index 4bc6c9ece8858c4daca2d0a5359f0c58ed16e5f9..eecacaff4af6982c2463396a027b7ac9f516c672 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -76,9 +76,6 @@ source_set("sources") {
]
if (!is_android) {
- deps += [
- "//mandoline/ui/omnibox:lib",
- "//mojo/services/network:lib",
- ]
+ deps += [ "//mandoline/ui/omnibox:lib" ]
}
}
« no previous file with comments | « no previous file | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698