# 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 = [ "//mojo/services/network/public/interfaces", "//third_party/mojo_services/src/clipboard/public/interfaces", "//third_party/mojo_services/src/content_handler/public/interfaces", "//third_party/mojo_services/src/geometry/public/interfaces", "//third_party/mojo_services/src/input_events/public/interfaces", "//third_party/mojo_services/src/native_viewport/public/interfaces", "//third_party/mojo_services/src/navigation/public/interfaces", "//third_party/mojo_services/src/surfaces/public/interfaces", "//third_party/mojo_services/src/view_manager/public/interfaces", ] if (!is_component_build) { deps += [ "//mojo/services/html_viewer", "//mojo/services/network", ] # TODO(GYP): Make this work. if (is_mac) { deps -= [ "//mojo/services/html_viewer" ] } } }