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")
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",
17 if (chromecast_branding == "public") {
18 sources += [ "platform_client_auth_simple.cc" ]
23 "//chromecast/base:cast_version",
24 "//content/public/common",