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

Side by Side 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 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # core_services should be thought of as a bundle of many of the services which 5 # core_services should be thought of as a bundle of many of the services which
6 # we ship with. 6 # we ship with.
7 7
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/toolchain/toolchain.gni") 9 import("//build/toolchain/toolchain.gni")
10 import("//mojo/public/mojo_application.gni") 10 import("//mojo/public/mojo_application.gni")
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "//components/resource_provider:lib", 69 "//components/resource_provider:lib",
70 "//mojo/services/network:lib", 70 "//mojo/services/network:lib",
71 ] 71 ]
72 } 72 }
73 73
74 if (is_linux) { 74 if (is_linux) {
75 deps += [ "//components/font_service:lib" ] 75 deps += [ "//components/font_service:lib" ]
76 } else { 76 } else {
77 sources += [ "application_delegate_factory_default.cc" ] 77 sources += [ "application_delegate_factory_default.cc" ]
78 } 78 }
79
80 if (use_aura) {
81 deps += [
82 "//components/mus/public/cpp",
83 "//mandoline/ui/desktop_ui:lib",
84 "//mandoline/ui/omnibox:lib",
85 ]
86 sources += [ "application_delegate_factory_aura.cc" ]
87 }
88 } 79 }
OLDNEW
« 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