Files
cef/libcef/features/features.gni
Marshall Greenblatt 353b6fb138 build: Remove GN arg is_cef_sandbox_build (see #3824)
This argument is no longer used after removing cef_sandbox patches.
2025-05-19 11:50:33 -04:00

11 lines
323 B
Plaintext

# 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
# Optionally configure the CEF API version. This impacts wrapper-side only.
cef_api_version = ""
}