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

Side by Side Diff: mandoline/services/core_services/BUILD.gn

Issue 1286773002: mandoline: Sandbox mojo:browser and mojo:omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reapply original patch without any modifications. Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « mandoline/app/core_services_initialization.cc ('k') | mandoline/services/core_services/main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 deps = [ 45 deps = [
46 "//base", 46 "//base",
47 "//components/clipboard:lib", 47 "//components/clipboard:lib",
48 "//components/filesystem:lib", 48 "//components/filesystem:lib",
49 "//components/view_manager/surfaces:lib", 49 "//components/view_manager/surfaces:lib",
50 "//mandoline/ui/browser:lib", 50 "//mandoline/ui/browser:lib",
51 "//mojo/application/public/cpp", 51 "//mojo/application/public/cpp",
52 "//mojo/common:tracing_impl", 52 "//mojo/common:tracing_impl",
53 "//mojo/message_pump", 53 "//mojo/message_pump",
54 "//mojo/services/tracing:lib", 54 "//mojo/services/tracing:lib",
55 "//third_party/icu",
55 "//third_party/mojo/src/mojo/public/cpp/bindings", 56 "//third_party/mojo/src/mojo/public/cpp/bindings",
56 "//url", 57 "//url",
57 ] 58 ]
58 59
59 if (!is_android) { 60 if (!is_android) {
60 sources += [ "application_delegate_factory_notandroid.cc" ] 61 sources += [ "application_delegate_factory_notandroid.cc" ]
61 deps += [ 62 deps += [
62 "//components/resource_provider:lib", 63 "//components/resource_provider:lib",
63 "//components/view_manager:lib", 64 "//components/view_manager:lib",
64 "//mojo/services/network:lib", 65 "//mojo/services/network:lib",
65 ] 66 ]
66 } 67 }
67 68
68 if (is_linux) { 69 if (is_linux) {
69 deps += [ "//components/font_service:lib" ] 70 deps += [ "//components/font_service:lib" ]
70 } else { 71 } else {
71 sources += [ "application_delegate_factory_default.cc" ] 72 sources += [ "application_delegate_factory_default.cc" ]
72 } 73 }
73 74
74 if (use_aura) { 75 if (use_aura) {
75 deps += [ 76 deps += [
76 "//components/view_manager/public/cpp", 77 "//components/view_manager/public/cpp",
77 "//mandoline/ui/omnibox:lib", 78 "//mandoline/ui/omnibox:lib",
78 ] 79 ]
79 sources += [ "application_delegate_factory_aura.cc" ] 80 sources += [ "application_delegate_factory_aura.cc" ]
80 } 81 }
81 } 82 }
OLDNEW
« no previous file with comments | « mandoline/app/core_services_initialization.cc ('k') | mandoline/services/core_services/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698