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

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

Issue 1287733002: Revert of Gets //mandoline passing gn check (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/desktop/main.cc ('k') | mandoline/services/updater/BUILD.gn » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//base", 44 "//base",
45 "//components/clipboard:lib", 45 "//components/clipboard:lib",
46 "//components/filesystem:lib", 46 "//components/filesystem:lib",
47 "//components/view_manager/surfaces:lib", 47 "//components/view_manager/surfaces:lib",
48 "//mandoline/ui/browser:lib", 48 "//mandoline/ui/browser:lib",
49 "//mojo/application/public/cpp", 49 "//mojo/application/public/cpp",
50 "//mojo/common:tracing_impl", 50 "//mojo/common:tracing_impl",
51 "//mojo/message_pump", 51 "//mojo/message_pump",
52 "//mojo/services/tracing:lib", 52 "//mojo/services/tracing:lib",
53 "//third_party/mojo/src/mojo/public/cpp/bindings", 53 "//third_party/mojo/src/mojo/public/cpp/bindings",
54 "//url",
55 ] 54 ]
56 55
57 if (!is_android) { 56 if (!is_android) {
58 deps += [ 57 deps += [
59 "//components/resource_provider:lib", 58 "//components/resource_provider:lib",
60 "//components/view_manager:lib", 59 "//components/view_manager:lib",
61 "//mojo/services/network:lib", 60 "//mojo/services/network:lib",
62 ] 61 ]
63 } 62 }
64 63
65 if (is_linux && !is_android) { 64 if (is_linux && !is_android) {
66 deps += [ "//components/font_service:lib" ] 65 deps += [ "//components/font_service:lib" ]
67 } 66 }
68 67
69 if (use_aura) { 68 if (use_aura) {
70 deps += [ 69 deps += [
71 "//components/view_manager/public/cpp", 70 "//components/view_manager/public/cpp",
72 "//mandoline/ui/omnibox:lib", 71 "//mandoline/ui/omnibox:lib",
73 ] 72 ]
74 } 73 }
75 } 74 }
OLDNEW
« no previous file with comments | « mandoline/app/desktop/main.cc ('k') | mandoline/services/updater/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698