[bazel] Put licenses() after legacy_exports
G3 prefers license() first. This was done mechanically with a big find/replace Change-Id: I8c33c7bc10a6bec42e966cad81c259954e841811 Bug: skia:13211 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535898 Reviewed-by: Ben Wagner <bungeman@google.com>
This commit is contained in:
parent
20ec056844
commit
c3a448ec61
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy", "gazelle", "select_multi", "selects")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
package(default_visibility = ["//:__subpackages__"])
|
||||
|
||||
selects.config_setting_group(
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "enforce_iwyu_on_package", "exports_files_legacy", "generated_cc_atom")
|
||||
load("//bazel:cc_binary_with_flags.bzl", "cc_binary_with_flags")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
enforce_iwyu_on_package()
|
||||
|
||||
cc_binary_with_flags(
|
||||
|
@ -2,10 +2,10 @@ load("//bazel:macros.bzl", "enforce_iwyu_on_package", "exports_files_legacy", "g
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
enforce_iwyu_on_package()
|
||||
|
||||
cc_binary(
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkVideoDecoder_hdr",
|
||||
hdrs = ["SkVideoDecoder.h"],
|
||||
|
@ -2,10 +2,10 @@ load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@emsdk//emscripten_toolchain:wasm_rules.bzl", "wasm_cc_binary")
|
||||
load("//bazel:cc_binary_with_flags.bzl", "cc_binary_with_flags")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
LINKOPTS = [
|
||||
"-sALLOW_MEMORY_GROWTH",
|
||||
"-sUSE_PTHREADS=0", # Disable pthreads
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "gm",
|
||||
testonly = True,
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "gmverifier_hdr",
|
||||
hdrs = ["gmverifier.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkAndroidFrameworkUtils_hdr",
|
||||
hdrs = ["SkAndroidFrameworkUtils.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "sk_canvas_hdr",
|
||||
hdrs = ["sk_canvas.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkAndroidCodec_hdr",
|
||||
hdrs = ["SkAndroidCodec.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkUserConfig_hdr",
|
||||
hdrs = ["SkUserConfig.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkAnnotation_hdr",
|
||||
hdrs = ["SkAnnotation.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkPDFDocument_hdr",
|
||||
hdrs = ["SkPDFDocument.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "Sk1DPathEffect_hdr",
|
||||
hdrs = ["Sk1DPathEffect.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkEncoder_hdr",
|
||||
hdrs = ["SkEncoder.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrBackendDrawableInfo_hdr",
|
||||
hdrs = ["GrBackendDrawableInfo.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrD3DBackendContext_hdr",
|
||||
hdrs = ["GrD3DBackendContext.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrDawnTypes_hdr",
|
||||
hdrs = ["GrDawnTypes.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrGLAssembleHelpers_hdr",
|
||||
hdrs = ["GrGLAssembleHelpers.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrGLMakeEGLInterface_hdr",
|
||||
hdrs = ["GrGLMakeEGLInterface.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrGLMakeGLXInterface_hdr",
|
||||
hdrs = ["GrGLMakeGLXInterface.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "BackendTexture_hdr",
|
||||
hdrs = ["BackendTexture.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "MtlBackendContext_hdr",
|
||||
hdrs = ["MtlBackendContext.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrMockTypes_hdr",
|
||||
hdrs = ["GrMockTypes.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrMtlBackendContext_hdr",
|
||||
hdrs = ["GrMtlBackendContext.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrVkBackendContext_hdr",
|
||||
hdrs = ["GrVkBackendContext.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkPathOps_hdr",
|
||||
hdrs = ["SkPathOps.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkCFObject_hdr",
|
||||
hdrs = ["SkCFObject.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkBitmaskEnum_hdr",
|
||||
hdrs = ["SkBitmaskEnum.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrSlug_hdr",
|
||||
hdrs = ["GrSlug.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "GrContext_Base_hdr",
|
||||
hdrs = ["GrContext_Base.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "MtlTypesPriv_hdr",
|
||||
hdrs = ["MtlTypesPriv.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "enforce_iwyu_on_package", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
enforce_iwyu_on_package()
|
||||
|
||||
generated_cc_atom(
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkSVGCanvas_hdr",
|
||||
hdrs = ["SkSVGCanvas.h"],
|
||||
|
4
include/third_party/skcms/BUILD.bazel
vendored
4
include/third_party/skcms/BUILD.bazel
vendored
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
exports_files(
|
||||
["skcms.h"],
|
||||
["//third_party/skcms:__pkg__"],
|
||||
|
4
include/third_party/vulkan/BUILD.bazel
vendored
4
include/third_party/vulkan/BUILD.bazel
vendored
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "skias_vulkan_headers",
|
||||
hdrs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
exports_files(
|
||||
[
|
||||
"vulkan_core.h",
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkAnimCodecPlayer_hdr",
|
||||
hdrs = ["SkAnimCodecPlayer.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkCGUtils_hdr",
|
||||
hdrs = ["SkCGUtils.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
# This rule is a convenient way to build all the task drivers and copy them all into a single
|
||||
# place as a tar folder. Otherwise, we would need to run many separate bazel build commands and
|
||||
# then fish the executables out of a deep folder structure like:
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "bazel_check_includes_lib",
|
||||
srcs = ["bazel_check_includes.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "check_generated_bazel_files_lib",
|
||||
srcs = ["check_generated_bazel_files.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "codesize_lib",
|
||||
srcs = ["codesize.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "compile_wasm_gm_tests_lib",
|
||||
srcs = ["compile_wasm_gm_tests.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "fm_driver_lib",
|
||||
srcs = ["fm_driver.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "g3_canary_lib",
|
||||
srcs = ["g3_canary.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "perf_puppeteer_canvas_lib",
|
||||
srcs = ["perf_puppeteer_canvas.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "perf_puppeteer_render_skps_lib",
|
||||
srcs = ["perf_puppeteer_render_skps.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "perf_puppeteer_skottie_frames_lib",
|
||||
srcs = ["perf_puppeteer_skottie_frames.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "make_lotties_with_assets_lib",
|
||||
srcs = ["make_lotties_with_assets.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "push_apps_from_skia_image_lib",
|
||||
srcs = ["push_apps_from_skia_image.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "push_bazel_apps_from_wasm_image_lib",
|
||||
srcs = ["push_bazel_apps_from_wasm_image.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "recreate_skps_lib",
|
||||
srcs = ["recreate_skps.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "run_gn_to_bp_lib",
|
||||
srcs = ["run_gn_to_bp.go"],
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "run_wasm_gm_tests_lib",
|
||||
srcs = ["run_wasm_gm_tests.go"],
|
||||
|
@ -4,10 +4,10 @@ load("//bazel/common_config_settings:defs.bzl", "bool_flag")
|
||||
load("//bazel:cc_binary_with_flags.bzl", "cc_binary_with_flags")
|
||||
load("//bazel:karma_test.bzl", "karma_test")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
package(default_visibility = ["//:__subpackages__"])
|
||||
|
||||
BASE_LINKOPTS = [
|
||||
|
@ -1,10 +1,10 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
go_library(
|
||||
name = "gold_test_env_lib",
|
||||
srcs = ["gold_test_env.go"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "test_assets",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "particles",
|
||||
hdrs = ["//modules/particles/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkParticleBinding_src",
|
||||
srcs = ["SkParticleBinding.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "skottie",
|
||||
hdrs = ["//modules/skottie/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "FuzzSkottieJSON_src",
|
||||
srcs = ["FuzzSkottieJSON.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "ExternalProperties_src",
|
||||
srcs = ["ExternalProperties.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "Adapter_hdr",
|
||||
hdrs = ["Adapter.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "Animator_hdr",
|
||||
hdrs = ["Animator.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "BlackAndWhiteEffect_src",
|
||||
srcs = ["BlackAndWhiteEffect.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "AudioLayer_src",
|
||||
srcs = ["AudioLayer.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "Ellipse_src",
|
||||
srcs = ["Ellipse.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "RangeSelector_hdr",
|
||||
hdrs = ["RangeSelector.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "AudioLayer_src",
|
||||
srcs = ["AudioLayer.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "skparagraph",
|
||||
hdrs = ["//modules/skparagraph/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "ParagraphBench_src",
|
||||
srcs = ["ParagraphBench.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "simple_gm_src",
|
||||
srcs = ["simple_gm.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SampleParagraph_src",
|
||||
srcs = ["SampleParagraph.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "Decorations_hdr",
|
||||
hdrs = ["Decorations.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkParagraphTest_src",
|
||||
srcs = ["SkParagraphTest.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "TestFontCollection_hdr",
|
||||
hdrs = ["TestFontCollection.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "skresources",
|
||||
hdrs = ["//modules/skresources/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = ["SkResources.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkResources_src",
|
||||
srcs = ["SkResources.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "sksg",
|
||||
hdrs = ["//modules/sksg/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SampleSVGPong_src",
|
||||
srcs = ["SampleSVGPong.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkSGClipEffect_src",
|
||||
srcs = ["SkSGClipEffect.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SGTest_src",
|
||||
srcs = ["SGTest.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "skshaper",
|
||||
hdrs = ["//modules/skshaper/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkShaper_coretext_src",
|
||||
srcs = ["SkShaper_coretext.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "skunicode",
|
||||
hdrs = ["//modules/skunicode/include:hdrs"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
filegroup(
|
||||
name = "hdrs",
|
||||
srcs = [
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkUnicode_icu_builtin_src",
|
||||
srcs = ["SkUnicode_icu_builtin.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkSVGAttributeParser_hdr",
|
||||
hdrs = ["SkSVGAttributeParser.h"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SkSVGAttributeParser_src",
|
||||
srcs = ["SkSVGAttributeParser.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "Filters_src",
|
||||
srcs = ["Filters.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
generated_cc_atom(
|
||||
name = "SvgTool_src",
|
||||
srcs = ["SvgTool.cpp"],
|
||||
|
@ -1,9 +1,9 @@
|
||||
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy", "generated_cc_atom")
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files_legacy()
|
||||
|
||||
cc_library(
|
||||
name = "srcs",
|
||||
visibility = ["//:__subpackages__"],
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user