mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
13 lines
485 B
Text
13 lines
485 B
Text
# 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
|
|
}
|