Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / chromecast / common / BUILD.gn
blob9c2ed7b610021700b317b2c100d13477c8bc866a
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     "pref_names.cc",
16     "pref_names.h",
17   ]
19   if (chromecast_branding == "public") {
20     sources += [ "platform_client_auth_simple.cc" ]
21   }
23   deps = [
24     "//base",
25     "//chromecast/base:cast_version",
26     "//content/public/common",
27     "//ui/base",
28     "//ui/gfx",
29   ]