| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 json_rpc_2:third_party/pkg/json_rpc_2/lib | 51 json_rpc_2:third_party/pkg/json_rpc_2/lib |
| 52 kernel:pkg/kernel/lib | 52 kernel:pkg/kernel/lib |
| 53 linter:third_party/pkg/linter/lib | 53 linter:third_party/pkg/linter/lib |
| 54 logging:third_party/pkg/logging/lib | 54 logging:third_party/pkg/logging/lib |
| 55 lookup_map:pkg/lookup_map/lib | 55 lookup_map:pkg/lookup_map/lib |
| 56 markdown:third_party/pkg/markdown/lib | 56 markdown:third_party/pkg/markdown/lib |
| 57 matcher:third_party/pkg/matcher/lib | 57 matcher:third_party/pkg/matcher/lib |
| 58 meta:pkg/meta/lib | 58 meta:pkg/meta/lib |
| 59 microlytics:pkg/microlytics/lib | 59 microlytics:pkg/microlytics/lib |
| 60 mime:third_party/pkg/mime/lib | 60 mime:third_party/pkg/mime/lib |
| 61 mockito:third_party/pkg/mockito/lib |
| 61 mustache4dart:third_party/pkg/mustache4dart/lib | 62 mustache4dart:third_party/pkg/mustache4dart/lib |
| 62 oauth2:third_party/pkg/oauth2/lib | 63 oauth2:third_party/pkg/oauth2/lib |
| 63 observatory:runtime/observatory/lib | 64 observatory:runtime/observatory/lib |
| 64 # Note: this is pointing to the observatory_pub_packages version of pkg/observe | 65 # Note: this is pointing to the observatory_pub_packages version of pkg/observe |
| 65 observe:third_party/observatory_pub_packages/packages/observe/lib | 66 observe:third_party/observatory_pub_packages/packages/observe/lib |
| 66 package_config:third_party/pkg_tested/package_config/lib | 67 package_config:third_party/pkg_tested/package_config/lib |
| 67 package_resolver:third_party/pkg_tested/package_resolver/lib | 68 package_resolver:third_party/pkg_tested/package_resolver/lib |
| 68 path:third_party/pkg/path/lib | 69 path:third_party/pkg/path/lib |
| 69 petitparser:third_party/pkg/petitparser/lib | 70 petitparser:third_party/pkg/petitparser/lib |
| 70 plugin:third_party/pkg/plugin/lib | 71 plugin:third_party/pkg/plugin/lib |
| (...skipping 27 matching lines...) Expand all Loading... |
| 98 typed_data:third_party/pkg/typed_data/lib | 99 typed_data:third_party/pkg/typed_data/lib |
| 99 typed_mock:pkg/typed_mock/lib | 100 typed_mock:pkg/typed_mock/lib |
| 100 unittest:third_party/pkg/unittest/lib | 101 unittest:third_party/pkg/unittest/lib |
| 101 usage:third_party/pkg/usage/lib | 102 usage:third_party/pkg/usage/lib |
| 102 utf:third_party/pkg/utf/lib | 103 utf:third_party/pkg/utf/lib |
| 103 watcher:third_party/pkg/watcher/lib | 104 watcher:third_party/pkg/watcher/lib |
| 104 # Note: this is pointing to the observatory_pub_packages version of pkg/observe | 105 # Note: this is pointing to the observatory_pub_packages version of pkg/observe |
| 105 web_components:third_party/observatory_pub_packages/packages/web_components/lib | 106 web_components:third_party/observatory_pub_packages/packages/web_components/lib |
| 106 web_socket_channel:third_party/pkg/web_socket_channel/lib | 107 web_socket_channel:third_party/pkg/web_socket_channel/lib |
| 107 yaml:third_party/pkg/yaml/lib | 108 yaml:third_party/pkg/yaml/lib |
| OLD | NEW |