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

source_set("utility") {
  sources = [
    "content_utility_client.cc",
    "content_utility_client.h",
    "utility_thread.cc",
    "utility_thread.h",
  ]

  configs += [ "//content:content_implementation" ]

  deps = [
    "//base",
    "//content:export",
    "//ipc",
  ]
}