blob: 5767b98f458330896e8df64d07194ce5694c22ce [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("//content/utility/utility.gni")
source_set("utility") {
# Only the public target should depend on this. All other targets (even
# internal content ones) should depend on the public one.
visibility = [ "//content/public/utility:utility_sources" ]
sources =
rebase_path(content_utility_gypi_values.utility_sources, ".", "//content")
configs += [ "//content:content_implementation" ]
deps = [
"//base",
"//content:export",
"//content/public/child:child_sources",
"//content/public/common:common_sources",
"//courgette:courgette_lib",
"//mojo/application/public/interfaces",
"//third_party/WebKit/public:blink_headers",
]
}