blob: eab14ee9393c0554545d8b21fc2b21f52686e167 [file] [log] [blame]
# Copyright 2018 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("//build/buildflag_header.gni")
import("//build/config/chromecast_build.gni")
import("//build/config/ui.gni")
declare_args() {
# Determines whether or not Aura-based view embedding should be supported by
# the Content Service.
enable_aura_content_view_embedding = use_aura && !is_fuchsia && !is_chromecast
}