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

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

Issue 1276163002: Revert of Sandbox html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/DEPS » ('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("//mojo/public/mojo_application.gni") 9 import("//mojo/public/mojo_application.gni")
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ] 52 ]
53 53
54 if (!is_android) { 54 if (!is_android) {
55 deps += [ 55 deps += [
56 "//components/resource_provider:lib", 56 "//components/resource_provider:lib",
57 "//components/view_manager:lib", 57 "//components/view_manager:lib",
58 "//mojo/services/network:lib", 58 "//mojo/services/network:lib",
59 ] 59 ]
60 } 60 }
61 61
62 if (is_linux && !is_android) {
63 deps += [ "//components/font_service:lib" ]
64 }
65
66 if (use_aura) { 62 if (use_aura) {
67 deps += [ 63 deps += [
68 "//components/view_manager/public/cpp", 64 "//components/view_manager/public/cpp",
69 "//mandoline/ui/omnibox:lib", 65 "//mandoline/ui/omnibox:lib",
70 ] 66 ]
71 } 67 }
72 } 68 }
OLDNEW
« no previous file with comments | « mandoline/app/core_services_initialization.cc ('k') | mandoline/services/core_services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698