Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index 6a904af7d7045a9fea9154cd0d0ed2308cc4f855..f254dbbe22219f5fe49d1f90818ac8d52f0ef697 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -29,7 +29,9 @@ TEST_PROTO_LIST = \ |
| duplicate_names_import \ |
| package1 \ |
| package2 \ |
| - package3 |
| + package3 \ |
| + toplevel_import \ |
| + toplevel |
| TEST_PROTO_DIR=$(OUTPUT_DIR)/protos |
| TEST_PROTO_LIBS=$(foreach proto, $(TEST_PROTO_LIST), $(TEST_PROTO_DIR)/$(proto).pb.dart) |
| TEST_PROTO_SRC_DIR=test/protos |