Lines Matching +full:build +full:- +full:dart
1 # This BUILD file shows how to use protobuf with bazel. Before you can use
2 # proto_library/<lang>_proto_library rules in a BUILD file, you need to
4 # the WORKSPACE file in the same directory with this BUILD file for an
81 # share code between server build and Android build).
86 # $ bazel build :add_person_java_deploy.jar :add_person_java_lite_deploy.jar
87 # $ ls -l bazel-bin/*_deploy.jar
88 # -r-xr-xr-x 1 xiaofeng eng 1230797 Sep 8 12:24 bazel-bin/add_person_java_deploy.jar
89 # -r-xr-xr-x 1 xiaofeng eng 236166 Sep 8 12:24 bazel-bin/add_person_java_lite_deploy.jar
113 "BUILD.bazel",
120 "add_person.dart",
130 "list_people.dart",