forked from twitter-archive/commons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
BUILD
14 lines (12 loc) · 748 Bytes
/
BUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Define the repository layout
source_root('src/antlr', page, java_antlr_library, python_antlr_library)
source_root('src/java', annotation_processor, jvm_binary, java_library, page)
source_root('src/protobuf', java_protobuf_library, page)
source_root('src/python', page, python_binary, python_library)
source_root('src/resources', page, resources)
source_root('src/scala', jvm_binary, page, scala_library)
source_root('src/thrift', java_thrift_library, page, python_thrift_library)
source_root('tests/java', java_library, junit_tests, page)
source_root('tests/python', page, python_library, python_tests, python_test_suite)
source_root('tests/resources', page, resources)
source_root('tests/scala', page, junit_tests, scala_library, scala_specs)