OLD | NEW |
---|---|
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("//third_party/mojo/src/mojo/public/mojo_application.gni") | 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
62 "//components/clipboard:lib", | 62 "//components/clipboard:lib", |
63 "//components/surfaces:lib", | 63 "//components/surfaces:lib", |
64 "//components/resource_provider:lib", | 64 "//components/resource_provider:lib", |
65 "//components/view_manager:view_manager_lib", | 65 "//components/view_manager:view_manager_lib", |
66 "//mandoline/ui/browser:kiosk_wm_lib", | 66 "//mandoline/ui/browser:kiosk_wm_lib", |
67 "//mojo/application", | 67 "//mojo/application", |
68 "//mojo/application/public/interfaces", | 68 "//mojo/application/public/interfaces", |
69 "//mojo/common", | 69 "//mojo/common", |
70 "//mojo/common:tracing_impl", | 70 "//mojo/common:tracing_impl", |
71 "//mojo/environment:chromium", | 71 "//mojo/environment:chromium", |
72 "//mojo/services/network:lib", | 72 "//mojo/services/network:lib", |
Elliot Glaysher
2015/05/15 19:24:26
The network service is already unconditionally dep
| |
73 "//mojo/services/tracing:lib", | 73 "//mojo/services/tracing:lib", |
74 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", | 74 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", |
75 "//third_party/mojo_services/src/content_handler/public/interfaces", | 75 "//third_party/mojo_services/src/content_handler/public/interfaces", |
76 ] | 76 ] |
77 | 77 |
78 if (!is_android) { | 78 if (!is_android) { |
79 deps += [ | 79 deps += [ "//mandoline/ui/omnibox:lib" ] |
80 "//mandoline/ui/omnibox:lib", | |
81 "//mojo/services/network:lib", | |
82 ] | |
83 } | 80 } |
84 } | 81 } |
OLD | NEW |