Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Side by Side Diff: .packages

Issue 2627093007: Update scanner so tests pass. (Closed)
Patch Set: Rebased on CL 2629543008. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/dart_scanner/bin/scanner.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 13 matching lines...) Expand all
24 compiler:pkg/compiler/lib 24 compiler:pkg/compiler/lib
25 # Compiler is imported as compiler_unsupported so it can work outside the SDK. 25 # Compiler is imported as compiler_unsupported so it can work outside the SDK.
26 compiler_unsupported:pkg/compiler/lib 26 compiler_unsupported:pkg/compiler/lib
27 compiler_util:pkg/compiler_util/lib 27 compiler_util:pkg/compiler_util/lib
28 convert:third_party/pkg/convert/lib 28 convert:third_party/pkg/convert/lib
29 crypto:third_party/pkg/crypto/lib 29 crypto:third_party/pkg/crypto/lib
30 csslib:third_party/pkg/csslib/lib 30 csslib:third_party/pkg/csslib/lib
31 dart2js_incremental:pkg/dart2js_incremental/lib 31 dart2js_incremental:pkg/dart2js_incremental/lib
32 dart2js_info:third_party/pkg/dart2js_info/lib 32 dart2js_info:third_party/pkg/dart2js_info/lib
33 dart_messages:pkg/dart_messages/lib 33 dart_messages:pkg/dart_messages/lib
34 dart_parser:pkg/dart_parser/lib
35 dart_scanner:pkg/dart_scanner/lib
34 dart_style:third_party/pkg_tested/dart_style/lib 36 dart_style:third_party/pkg_tested/dart_style/lib
35 dartdoc:third_party/pkg/dartdoc/lib 37 dartdoc:third_party/pkg/dartdoc/lib
36 dev_compiler:pkg/dev_compiler/lib 38 dev_compiler:pkg/dev_compiler/lib
37 expect:pkg/expect/lib 39 expect:pkg/expect/lib
38 fixnum:third_party/pkg/fixnum/lib 40 fixnum:third_party/pkg/fixnum/lib
39 front_end:pkg/front_end/lib 41 front_end:pkg/front_end/lib
40 func:third_party/pkg/func/lib 42 func:third_party/pkg/func/lib
41 glob:third_party/pkg/glob/lib 43 glob:third_party/pkg/glob/lib
42 html:third_party/pkg/html/lib 44 html:third_party/pkg/html/lib
43 http:third_party/pkg/http/lib 45 http:third_party/pkg/http/lib
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 shelf_static:third_party/pkg/shelf_static/lib 85 shelf_static:third_party/pkg/shelf_static/lib
84 shelf_web_socket:third_party/pkg/shelf_web_socket/lib 86 shelf_web_socket:third_party/pkg/shelf_web_socket/lib
85 smoke:third_party/pkg/smoke/lib 87 smoke:third_party/pkg/smoke/lib
86 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
87 source_maps:third_party/pkg/source_maps/lib 89 source_maps:third_party/pkg/source_maps/lib
88 source_span:third_party/pkg/source_span/lib 90 source_span:third_party/pkg/source_span/lib
89 stack_trace:third_party/pkg/stack_trace/lib 91 stack_trace:third_party/pkg/stack_trace/lib
90 stream_channel:third_party/pkg/stream_channel/lib 92 stream_channel:third_party/pkg/stream_channel/lib
91 string_scanner:third_party/pkg/string_scanner/lib 93 string_scanner:third_party/pkg/string_scanner/lib
92 test:third_party/pkg/test/lib 94 test:third_party/pkg/test/lib
93 testing:third_party/testing/lib 95 testing:pkg/testing/lib
94 test_reflective_loader:third_party/pkg/test_reflective_loader/lib 96 test_reflective_loader:third_party/pkg/test_reflective_loader/lib
95 typed_data:third_party/pkg/typed_data/lib 97 typed_data:third_party/pkg/typed_data/lib
96 typed_mock:pkg/typed_mock/lib 98 typed_mock:pkg/typed_mock/lib
97 unittest:third_party/pkg/unittest/lib 99 unittest:third_party/pkg/unittest/lib
98 usage:third_party/pkg/usage/lib 100 usage:third_party/pkg/usage/lib
99 utf:third_party/pkg/utf/lib 101 utf:third_party/pkg/utf/lib
100 watcher:third_party/pkg/watcher/lib 102 watcher:third_party/pkg/watcher/lib
101 web_components:third_party/pkg/web_components/lib 103 web_components:third_party/pkg/web_components/lib
102 web_socket_channel:third_party/pkg/web_socket_channel/lib 104 web_socket_channel:third_party/pkg/web_socket_channel/lib
103 when:third_party/pkg/when/lib 105 when:third_party/pkg/when/lib
104 which:third_party/pkg/which/lib 106 which:third_party/pkg/which/lib
105 yaml:third_party/pkg/yaml/lib 107 yaml:third_party/pkg/yaml/lib
OLDNEW
« no previous file with comments | « no previous file | pkg/dart_scanner/bin/scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698