# Copyright 2016 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.

source_set("package") {
  sources = [
    "mash_packaged_service.cc",
    "mash_packaged_service.h",
  ]

  deps = [
    "//ash/autoclick/mus:lib",
    "//ash/mus:lib",
    "//ash/touch_hud/mus:lib",
    "//mash/catalog_viewer:lib",
    "//mash/public/interfaces",
    "//mash/quick_launch:lib",
    "//mash/session:lib",
    "//mash/task_viewer:lib",
    "//services/service_manager/public/cpp",
    "//services/service_manager/public/interfaces",
    "//services/ui:lib",
    "//services/ui/ime/test_ime_driver:lib",
  ]

  if (is_linux && !is_android) {
    deps += [ "//components/font_service:lib" ]
  }
}
