# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This is a version of size_optimized_cast_receiver_args.gn that is intended for
# internal builds and requires src-internal.
#
# To use it do one of the following:
# * Add the following to your `gn args`:
#   import("build/config/fuchsia/size_optimized_cast_receiver_args_internal.gn")
# * Add the following to `gn_args` in a bot recipe:
#   'args_file': '//build/config/fuchsia/size_optimized_cast_receiver_args_internal.gn'

import("//build/config/fuchsia/size_optimized_cast_receiver_args.gn")

enable_widevine = true
use_internal_isolated_origins = true
use_official_google_api_keys = false

# ThinLTO is enabled to reduce the binary size.
use_thin_lto = true
