| 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 analysis_server_client:pkg/analysis_server_client/lib |
| 10 analyzer:pkg/analyzer/lib | 11 analyzer:pkg/analyzer/lib |
| 11 analyzer_cli:pkg/analyzer_cli/lib | 12 analyzer_cli:pkg/analyzer_cli/lib |
| 12 analyzer_plugin:pkg/analyzer_plugin/lib | 13 analyzer_plugin:pkg/analyzer_plugin/lib |
| 13 args:third_party/pkg/args/lib | 14 args:third_party/pkg/args/lib |
| 14 async:third_party/pkg/async/lib | 15 async:third_party/pkg/async/lib |
| 15 async_helper:pkg/async_helper/lib | 16 async_helper:pkg/async_helper/lib |
| 16 barback:third_party/pkg/barback/lib | 17 barback:third_party/pkg/barback/lib |
| 17 bazel_worker:third_party/pkg/bazel_worker/lib | 18 bazel_worker:third_party/pkg/bazel_worker/lib |
| 18 boolean_selector:third_party/pkg/boolean_selector/lib | 19 boolean_selector:third_party/pkg/boolean_selector/lib |
| 19 browser:pkg/browser/lib | 20 browser:pkg/browser/lib |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 typed_data:third_party/pkg/typed_data/lib | 97 typed_data:third_party/pkg/typed_data/lib |
| 97 typed_mock:pkg/typed_mock/lib | 98 typed_mock:pkg/typed_mock/lib |
| 98 unittest:third_party/pkg/unittest/lib | 99 unittest:third_party/pkg/unittest/lib |
| 99 usage:third_party/pkg/usage/lib | 100 usage:third_party/pkg/usage/lib |
| 100 utf:third_party/pkg/utf/lib | 101 utf:third_party/pkg/utf/lib |
| 101 watcher:third_party/pkg/watcher/lib | 102 watcher:third_party/pkg/watcher/lib |
| 102 # Note: this is pointing to the observatory_pub_packages version of pkg/observe | 103 # Note: this is pointing to the observatory_pub_packages version of pkg/observe |
| 103 web_components:third_party/observatory_pub_packages/packages/web_components/lib | 104 web_components:third_party/observatory_pub_packages/packages/web_components/lib |
| 104 web_socket_channel:third_party/pkg/web_socket_channel/lib | 105 web_socket_channel:third_party/pkg/web_socket_channel/lib |
| 105 yaml:third_party/pkg/yaml/lib | 106 yaml:third_party/pkg/yaml/lib |
| OLD | NEW |