aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD
diff options
context:
space:
mode:
authorGravatar mstaib <mstaib@google.com>2017-08-22 01:59:46 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-22 09:15:29 +0200
commit49b5bbc665b0cef3bcc9686cb2148e5a2d4ee7c6 (patch)
tree345a195a167f4fd3d5885ad4cec9c9fb57e6c275 /tools/BUILD
parente2eea44b6938bff56eafbd2a8d7beb751a925582 (diff)
Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.
This migrates the config_feature_flag implementation over and removes the old flag (which was not used except to test it). Fare thee well, old flag. RELNOTES: None. PiperOrigin-RevId: 165995681
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 9f89403ecc..61e9abc1a2 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -28,6 +28,7 @@ filegroup(
"//tools/osx/crosstool:srcs",
"//tools/test:srcs",
"//tools/python:srcs",
+ "//tools/whitelists:srcs",
"//tools/zip:srcs",
],
)
@@ -56,6 +57,7 @@ filegroup(
"//tools/test:srcs",
"//tools/osx/crosstool:srcs",
"//tools/osx:srcs",
+ "//tools/whitelists:srcs",
"//tools/zip:srcs",
],
)