blob: 2aebd60768a0e5e9f67dba8c8332d43453d20c71 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//chromecast/chromecast.gni")
import("//media/media_options.gni")
# These targets shall only be referenced on Android builds.
assert(is_android)
cast_shared_library("libcast_shell_android") {
sources = [
"//chromecast/app/android/cast_jni_loader.cc",
]
deps = [
"//base",
"//chromecast:cast_shell_lib",
"//chromecast:chromecast_buildflags",
"//chromecast/app",
"//chromecast/app:cast_crash_client",
"//chromecast/base",
"//chromecast/base:cast_sys_info",
"//chromecast/base:jni_headers",
"//chromecast/base/metrics",
"//chromecast/browser",
"//content/public/app:both",
"//content/public/browser",
"//skia",
]
if (is_cast_using_cma_backend) {
deps += [ "//chromecast/media/cma/backend/android:cast_media_android" ]
}
}