blob: aa1f1451b1144db91b3f9e32dcdf9cdd26957ea0 [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/gles2:lib",
"//services/fake_surfaces",
"//services/http_server",
"//services/http_server/public",
"//services/js",
"//services/native_viewport",
"//services/surfaces",
"//services/test_service:bindings",
"//services/tracing",
"//services/view_manager",
"//services/window_manager",
]
}