Delete unused downloads page asset.
[chromium-blink-merge.git] / chromecast / common / BUILD.gn
blobd16b2c81fc8537a3921307a8b6334ebb2d1ec92a
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 import("//chromecast/chromecast.gni")
7 source_set("common") {
8   sources = [
9     "cast_content_client.cc",
10     "cast_content_client.h",
11     "cast_resource_delegate.cc",
12     "cast_resource_delegate.h",
13     "global_descriptors.h",
14     "platform_client_auth.h",
15   ]
17   if (chromecast_branding == "public") {
18     sources += [ "platform_client_auth_simple.cc" ]
19   }
21   deps = [
22     "//base",
23     "//chromecast/base:cast_version",
24     "//content/public/common",
25     "//ui/base",
26     "//ui/gfx",
27   ]