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