blob: 86a29bc3bdd6265e7ace07a5cc1554c7001b87d3 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ui.gni")
group("services") {
deps = [
"//services/clipboard",
"//services/http_server",
"//services/http_server/public",
"//services/js",
"//services/surfaces",
"//services/tracing",
]
if (use_aura) {
deps += [
"//services/view_manager",
"//services/window_manager",
]
}
}