mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-21 14:40:49 +01:00
Add support for building the CEF binary distribution using Bazel and the default platform toolchain. Tested to work for Windows x64, MacOS ARM64 and x64 (cross-compile from ARM64), and Linux x64. Windows x86 (cross-compile from x64) is known to be broken, see https://github.com/bazelbuild/bazel/issues/22164. Includes minor changes to tests directory structure to meet Bazel build requirements.
8 lines
115 B
Python
8 lines
115 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"pkg_config.bzl",
|
|
"BUILD.tmpl",
|
|
])
|
|
|