naiveproxy/services/content/public/features.gni
2018-08-14 22:19:20 +00:00

14 lines
485 B
Plaintext

# 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
}