1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//content/utility/utility.gni")
7 source_set("utility") {
8 # Only the public target should depend on this. All other targets (even
9 # internal content ones) should depend on the public one.
10 visibility = [ "//content/public/utility:utility_sources" ]
13 rebase_path(content_utility_gypi_values.utility_sources, ".", "//content")
15 configs += [ "//content:content_implementation" ]
20 "//content/public/child:child_sources",
21 "//content/public/common:common_sources",
22 "//courgette:courgette_lib",
23 "//mojo/application/public/interfaces",
24 "//third_party/WebKit/public:blink_headers",