blob: 39af650229a8827dc17c7161be6acfd3ad453988 [file] [log] [blame]
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +01001package(default_visibility = ["//visibility:public"])
Damien Martin-Guillerez28a27f12015-03-18 14:27:04 +00002
3# Used by Bazel. If a test program depends on this target, it is
4# assumed to be sharding-compliant.
5exports_files(["test_sharding_compliant"])
Damien Martin-Guillerez5cbd5a42015-03-24 21:55:19 +00006
7filegroup(
8 name = "srcs",
9 srcs = glob(["**"]) + [
10 "//tools/jdk:srcs",
Damien Martin-Guillerez5cbd5a42015-03-24 21:55:19 +000011 "//tools/genrule:srcs",
12 "//tools/cpp:srcs",
13 "//tools/objc:srcs",
14 "//tools/test:srcs",
Damien Martin-Guillereza8628bf2015-04-17 15:31:02 +000015 "//tools/python:srcs",
Damien Martin-Guillerez5cbd5a42015-03-24 21:55:19 +000016 ],
17)