Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions bazel/foreign_cc/BUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
licenses(["notice"]) # Apache 2

load("@rules_cc//cc:defs.bzl", "cc_library")
load("//bazel:envoy_build_system.bzl", "envoy_cmake_external", "envoy_package")
load("@rules_foreign_cc//tools/build_defs:configure.bzl", "configure_make")

licenses(["notice"]) # Apache 2

envoy_package()

# autotools packages are unusable on Windows as-is
Expand Down
4 changes: 2 additions & 2 deletions configs/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_package",
"envoy_py_test_binary",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_py_test_binary(
Expand Down
4 changes: 2 additions & 2 deletions examples/BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

filegroup(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/access_log/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/api/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/buffer/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/common/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_basic_cc_library",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_basic_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/common/crypto/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/compression/compressor/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/compression/decompressor/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/config/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/event/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/filesystem/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/formatter/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/grpc/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/http/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/init/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/json/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/local_info/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/network/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/protobuf/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/ratelimit/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/registry/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/router/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/runtime/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/secret/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/server/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
4 changes: 2 additions & 2 deletions include/envoy/singleton/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
)

licenses(["notice"]) # Apache 2

envoy_package()

envoy_cc_library(
Expand Down
Loading