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 17 matching lines...) Expand all Loading... |
28 crypto:third_party/pkg/crypto/lib | 28 crypto:third_party/pkg/crypto/lib |
29 csslib:third_party/pkg/csslib/lib | 29 csslib:third_party/pkg/csslib/lib |
30 dart2js_incremental:pkg/dart2js_incremental/lib | 30 dart2js_incremental:pkg/dart2js_incremental/lib |
31 dart2js_info:third_party/pkg/dart2js_info/lib | 31 dart2js_info:third_party/pkg/dart2js_info/lib |
32 dart_messages:pkg/dart_messages/lib | 32 dart_messages:pkg/dart_messages/lib |
33 dart_style:third_party/pkg_tested/dart_style/lib | 33 dart_style:third_party/pkg_tested/dart_style/lib |
34 dartdoc:third_party/pkg/dartdoc/lib | 34 dartdoc:third_party/pkg/dartdoc/lib |
35 dev_compiler:pkg/dev_compiler/lib | 35 dev_compiler:pkg/dev_compiler/lib |
36 expect:pkg/expect/lib | 36 expect:pkg/expect/lib |
37 fixnum:third_party/pkg/fixnum/lib | 37 fixnum:third_party/pkg/fixnum/lib |
| 38 front_end:pkg/front_end/lib |
38 func:third_party/pkg/func/lib | 39 func:third_party/pkg/func/lib |
39 glob:third_party/pkg/glob/lib | 40 glob:third_party/pkg/glob/lib |
40 html:third_party/pkg/html/lib | 41 html:third_party/pkg/html/lib |
41 http:third_party/pkg/http/lib | 42 http:third_party/pkg/http/lib |
42 http_multi_server:third_party/pkg/http_multi_server/lib | 43 http_multi_server:third_party/pkg/http_multi_server/lib |
43 http_parser:third_party/pkg/http_parser/lib | 44 http_parser:third_party/pkg/http_parser/lib |
44 http_throttle:third_party/pkg/http_throttle/lib | 45 http_throttle:third_party/pkg/http_throttle/lib |
45 initialize:third_party/pkg/initialize/lib | 46 initialize:third_party/pkg/initialize/lib |
46 intl:third_party/pkg/intl/lib | 47 intl:third_party/pkg/intl/lib |
47 isolate:third_party/pkg/isolate/lib | 48 isolate:third_party/pkg/isolate/lib |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 typed_mock:pkg/typed_mock/lib | 95 typed_mock:pkg/typed_mock/lib |
95 unittest:third_party/pkg/unittest/lib | 96 unittest:third_party/pkg/unittest/lib |
96 usage:third_party/pkg/usage/lib | 97 usage:third_party/pkg/usage/lib |
97 utf:third_party/pkg/utf/lib | 98 utf:third_party/pkg/utf/lib |
98 watcher:third_party/pkg/watcher/lib | 99 watcher:third_party/pkg/watcher/lib |
99 web_components:third_party/pkg/web_components/lib | 100 web_components:third_party/pkg/web_components/lib |
100 web_socket_channel:third_party/pkg/web_socket_channel/lib | 101 web_socket_channel:third_party/pkg/web_socket_channel/lib |
101 when:third_party/pkg/when/lib | 102 when:third_party/pkg/when/lib |
102 which:third_party/pkg/which/lib | 103 which:third_party/pkg/which/lib |
103 yaml:third_party/pkg/yaml/lib | 104 yaml:third_party/pkg/yaml/lib |
OLD | NEW |