mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 16:26:10 +03:00
14 lines
485 B
Plaintext
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
|
|
}
|