1# Copyright 2016 The Chromium Embedded Framework Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5declare_args() { 6 enable_cef = true 7 8 # Enables base target customizations necessary for distribution of the 9 # cef_sandbox static library. This value will be set via gn_args.py for the 10 # official sandbox build configurations only. DO NOT SET THIS VALUE MANUALLY 11 # FOR OTHER CHROMIUM/CEF BUILD CONFIGURATIONS AS ITS USE MAY HAVE SIGNIFICANT 12 # PERFORMANCE AND/OR SECURITY IMPLICATIONS. 13 is_cef_sandbox_build = false 14} 15