Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / content / utility / BUILD.gn
blob4c7f49d4d4ac12072020796460a5f40a93896cae
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")
6 import("//media/media_options.gni")
8 source_set("utility") {
9   # Only the public target should depend on this. All other targets (even
10   # internal content ones) should depend on the public one.
11   visibility = [ "//content/public/utility:utility_sources" ]
13   sources =
14       rebase_path(content_utility_gypi_values.utility_sources, ".", "//content")
16   configs += [ "//content:content_implementation" ]
18   deps = [
19     "//base",
20     "//content:export",
21     "//content/public/child:child_sources",
22     "//content/public/common:common_sources",
23     "//content/public/common:mojo_bindings",
24     "//courgette:courgette_lib",
25     "//mojo/application/public/cpp:cpp_for_chromium",
26     "//mojo/application/public/interfaces",
27     "//mojo/common",
28     "//mojo/shell",
29     "//third_party/WebKit/public:blink_headers",
30     "//third_party/mojo/src/mojo/public/cpp/bindings",
31     "//url",
32   ]
34   if (enable_mojo_media == "utility") {
35     deps += [ "//media/mojo/services:application" ]
36   }