-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
487180e
commit 2249169
Showing
979 changed files
with
75,662 additions
and
28,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
build:clang --crosstool_top=//toolchain:clang_suite | ||
build:clang --compiler=clang | ||
|
||
# Use the default Bazel C++ toolchain to build the tools used during the | ||
# build. | ||
build:clang --host_crosstool_top=@bazel_tools//tools/cpp:toolchain | ||
# Use the default Bazel C++ toolchain to build the tools used during the build. | ||
build:clang --host_crosstool_top=@bazel_tools//tools/cpp:toolchain | ||
|
||
# ============================================================================= | ||
# Alias to build configurations below. This makes configuring things from | ||
# the command line easier. | ||
build --flag_alias=fontmgr_factory=//bazel/common_config_settings:fontmgr_factory | ||
build --flag_alias=gpu_backend=//bazel/common_config_settings:gpu_backend | ||
build --flag_alias=include_decoder=//bazel/common_config_settings:include_decoder | ||
build --flag_alias=include_encoder=//bazel/common_config_settings:include_encoder | ||
build --flag_alias=include_fontmgr=//bazel/common_config_settings:include_fontmgr | ||
build --flag_alias=shaper_backend=//bazel/common_config_settings:shaper_backend | ||
build --flag_alias=with_gl_standard=//bazel/common_config_settings:with_gl_standard | ||
|
||
build --flag_alias=with_icu=//bazel/common_config_settings:use_icu | ||
build --flag_alias=with_no_icu=no//bazel/common_config_settings:use_icu | ||
|
||
# CanvasKit flags | ||
build --flag_alias=ck_enable_fonts=//modules/canvaskit:enable_fonts | ||
build --flag_alias=ck_disable_fonts=no//modules/canvaskit:enable_fonts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6.0.0-pre.20211025.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,13 +38,15 @@ Marcin Kazmierczak <[email protected]> | |
Matthew Leibowitz <[email protected]> | ||
Microsoft <*@microsoft.com> | ||
MIPS <*@imgtec.com> | ||
Nils André-Chang <[email protected]> | ||
Ning Liu <[email protected]> | ||
Noah Lavine <[email protected]> | ||
NVIDIA <*@nvidia.com> | ||
Opera Software ASA <*@opera.com> | ||
Pavel Krajcevski <[email protected]> | ||
Petar Kirov <[email protected]> | ||
Raul Tambre <[email protected]> | ||
Safa Sofuoglu <[email protected]> | ||
Samsung <*@samsung.com> | ||
Samsung Open Source Group <*@osg.samsung.com> | ||
Sergey Melnikov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.