Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chromecast / common / BUILD.gn
blob127823b3c0b796dc742ead5f53dc7b218ce74172
1 # Copyright 2015 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 source_set("common") {
6   sources = [
7     "cast_content_client.cc",
8     "cast_content_client.h",
9     "cast_resource_delegate.cc",
10     "cast_resource_delegate.h",
11     "global_descriptors.h",
12     "platform_client_auth.h",
13     "pref_names.cc",
14     "pref_names.h",
15   ]
17   # TODO(kmackay) Add "platform_client_auth._simple.cc" to sources
18   #               if chromecast_branding != "Chrome"
20   deps = [
21     "//base",
22     "//chromecast/base:cast_version",
23     "//content/public/common",
24     "//ui/base",
25     "//ui/gfx",
26   ]