Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 # | 4 # |
| 5 # .package file containing links to all packages in /pkg, and checked out | 5 # .package file containing links to all packages in /pkg, and checked out |
| 6 # by DEPS into /third_party/pkg and /third_party/pkg_tested. | 6 # by DEPS into /third_party/pkg and /third_party/pkg_tested. |
| 7 # Please update this file if you add a package to DEPS or /pkg | 7 # Please update this file if you add a package to DEPS or /pkg |
| 8 # | 8 # |
| 9 analysis_server:pkg/analysis_server/lib | 9 analysis_server:pkg/analysis_server/lib |
| 10 analyzer:pkg/analyzer/lib | 10 analyzer:pkg/analyzer/lib |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 69 package_config:third_party/pkg_tested/package_config/lib | 69 package_config:third_party/pkg_tested/package_config/lib |
| 70 package_resolver:third_party/pkg_tested/package_resolver/lib | 70 package_resolver:third_party/pkg_tested/package_resolver/lib |
| 71 path:third_party/pkg/path/lib | 71 path:third_party/pkg/path/lib |
| 72 petitparser:third_party/pkg/petitparser/lib | 72 petitparser:third_party/pkg/petitparser/lib |
| 73 plugin:third_party/pkg/plugin/lib | 73 plugin:third_party/pkg/plugin/lib |
| 74 pool:third_party/pkg/pool/lib | 74 pool:third_party/pkg/pool/lib |
| 75 protobuf:third_party/pkg/protobuf/lib | 75 protobuf:third_party/pkg/protobuf/lib |
| 76 pub:third_party/pkg/pub/lib | 76 pub:third_party/pkg/pub/lib |
| 77 pub_semver:third_party/pkg/pub_semver/lib | 77 pub_semver:third_party/pkg/pub_semver/lib |
| 78 quiver:third_party/pkg/quiver/lib | 78 quiver:third_party/pkg/quiver/lib |
| 79 quiver_hashcode:third_party/pkg/quiver_hashcode/lib | |
|
Bill Hesse
2017/06/16 07:47:42
This line is no longer needed.
| |
| 79 resource:third_party/pkg/resource/lib | 80 resource:third_party/pkg/resource/lib |
| 80 scheduled_test:third_party/pkg/scheduled_test/lib | 81 scheduled_test:third_party/pkg/scheduled_test/lib |
| 81 sdk_library_metadata:sdk/lib/_internal/sdk_library_metadata/lib | 82 sdk_library_metadata:sdk/lib/_internal/sdk_library_metadata/lib |
| 82 shelf:third_party/pkg/shelf/lib | 83 shelf:third_party/pkg/shelf/lib |
| 83 shelf_packages_handler:third_party/pkg/shelf_packages_handler/lib | 84 shelf_packages_handler:third_party/pkg/shelf_packages_handler/lib |
| 84 shelf_static:third_party/pkg/shelf_static/lib | 85 shelf_static:third_party/pkg/shelf_static/lib |
| 85 shelf_web_socket:third_party/pkg/shelf_web_socket/lib | 86 shelf_web_socket:third_party/pkg/shelf_web_socket/lib |
| 86 smoke:third_party/pkg/smoke/lib | 87 smoke:third_party/pkg/smoke/lib |
| 87 source_map_stack_trace:third_party/pkg/source_map_stack_trace/lib | 88 source_map_stack_trace:third_party/pkg/source_map_stack_trace/lib |
| 88 source_maps:third_party/pkg/source_maps/lib | 89 source_maps:third_party/pkg/source_maps/lib |
| 89 source_span:third_party/pkg/source_span/lib | 90 source_span:third_party/pkg/source_span/lib |
| 90 stack_trace:third_party/pkg/stack_trace/lib | 91 stack_trace:third_party/pkg/stack_trace/lib |
| 91 stream_channel:third_party/pkg/stream_channel/lib | 92 stream_channel:third_party/pkg/stream_channel/lib |
| 92 string_scanner:third_party/pkg/string_scanner/lib | 93 string_scanner:third_party/pkg/string_scanner/lib |
| 93 test:third_party/pkg/test/lib | 94 test:third_party/pkg/test/lib |
| 94 test_dart:tools/testing/dart | 95 test_dart:tools/testing/dart |
| 95 testing:pkg/testing/lib | 96 testing:pkg/testing/lib |
| 96 test_reflective_loader:third_party/pkg/test_reflective_loader/lib | 97 test_reflective_loader:third_party/pkg/test_reflective_loader/lib |
| 98 tuple:third_party/pkg/tuple/lib | |
| 97 typed_data:third_party/pkg/typed_data/lib | 99 typed_data:third_party/pkg/typed_data/lib |
| 98 typed_mock:pkg/typed_mock/lib | 100 typed_mock:pkg/typed_mock/lib |
| 99 unittest:third_party/pkg/unittest/lib | 101 unittest:third_party/pkg/unittest/lib |
| 100 usage:third_party/pkg/usage/lib | 102 usage:third_party/pkg/usage/lib |
| 101 utf:third_party/pkg/utf/lib | 103 utf:third_party/pkg/utf/lib |
| 102 watcher:third_party/pkg/watcher/lib | 104 watcher:third_party/pkg/watcher/lib |
| 103 web_components:third_party/pkg/web_components/lib | 105 web_components:third_party/pkg/web_components/lib |
| 104 web_socket_channel:third_party/pkg/web_socket_channel/lib | 106 web_socket_channel:third_party/pkg/web_socket_channel/lib |
| 105 when:third_party/pkg/when/lib | 107 when:third_party/pkg/when/lib |
| 106 which:third_party/pkg/which/lib | 108 which:third_party/pkg/which/lib |
| 107 yaml:third_party/pkg/yaml/lib | 109 yaml:third_party/pkg/yaml/lib |
| OLD | NEW |