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

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

Issue 1465843003: Split Mandoline-specific components out of mojo:core_services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 0f2fe0602c9f0399ff83d3d19c476d2dd84624f1..db14fa26946879b136d6821baa4e8a95b9a9f6f6 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -76,13 +76,4 @@ source_set("sources") {
} else {
sources += [ "application_delegate_factory_default.cc" ]
}
-
- if (use_aura) {
- deps += [
- "//components/mus/public/cpp",
- "//mandoline/ui/desktop_ui:lib",
- "//mandoline/ui/omnibox:lib",
- ]
- sources += [ "application_delegate_factory_aura.cc" ]
- }
}
« no previous file with comments | « mandoline/app/register_local_aliases.cc ('k') | mandoline/services/core_services/application_delegate_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698