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

Side by Side Diff: .packages

Issue 2629543008: Changes to make compiler_util a standalone package. (Closed)
Patch Set: 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/compiler_util/lib/link.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
11 analyzer_cli:pkg/analyzer_cli/lib 11 analyzer_cli:pkg/analyzer_cli/lib
12 args:third_party/pkg/args/lib 12 args:third_party/pkg/args/lib
13 async:third_party/pkg/async/lib 13 async:third_party/pkg/async/lib
14 async_helper:pkg/async_helper/lib 14 async_helper:pkg/async_helper/lib
15 barback:third_party/pkg/barback/lib 15 barback:third_party/pkg/barback/lib
16 bazel_worker:third_party/pkg/bazel_worker/lib 16 bazel_worker:third_party/pkg/bazel_worker/lib
17 boolean_selector:third_party/pkg/boolean_selector/lib 17 boolean_selector:third_party/pkg/boolean_selector/lib
18 browser:pkg/browser/lib 18 browser:pkg/browser/lib
19 charcode:third_party/pkg/charcode/lib 19 charcode:third_party/pkg/charcode/lib
20 charted:third_party/observatory_pub_packages/packages/charted/lib 20 charted:third_party/observatory_pub_packages/packages/charted/lib
21 cli_util:third_party/pkg/cli_util/lib 21 cli_util:third_party/pkg/cli_util/lib
22 code_transformers:third_party/pkg/code_transformers/lib 22 code_transformers:third_party/pkg/code_transformers/lib
23 collection:third_party/pkg/collection/lib 23 collection:third_party/pkg/collection/lib
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 convert:third_party/pkg/convert/lib 28 convert:third_party/pkg/convert/lib
28 crypto:third_party/pkg/crypto/lib 29 crypto:third_party/pkg/crypto/lib
29 csslib:third_party/pkg/csslib/lib 30 csslib:third_party/pkg/csslib/lib
30 dart2js_incremental:pkg/dart2js_incremental/lib 31 dart2js_incremental:pkg/dart2js_incremental/lib
31 dart2js_info:third_party/pkg/dart2js_info/lib 32 dart2js_info:third_party/pkg/dart2js_info/lib
32 dart_messages:pkg/dart_messages/lib 33 dart_messages:pkg/dart_messages/lib
33 dart_style:third_party/pkg_tested/dart_style/lib 34 dart_style:third_party/pkg_tested/dart_style/lib
34 dartdoc:third_party/pkg/dartdoc/lib 35 dartdoc:third_party/pkg/dartdoc/lib
35 dev_compiler:pkg/dev_compiler/lib 36 dev_compiler:pkg/dev_compiler/lib
36 expect:pkg/expect/lib 37 expect:pkg/expect/lib
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 typed_mock:pkg/typed_mock/lib 96 typed_mock:pkg/typed_mock/lib
96 unittest:third_party/pkg/unittest/lib 97 unittest:third_party/pkg/unittest/lib
97 usage:third_party/pkg/usage/lib 98 usage:third_party/pkg/usage/lib
98 utf:third_party/pkg/utf/lib 99 utf:third_party/pkg/utf/lib
99 watcher:third_party/pkg/watcher/lib 100 watcher:third_party/pkg/watcher/lib
100 web_components:third_party/pkg/web_components/lib 101 web_components:third_party/pkg/web_components/lib
101 web_socket_channel:third_party/pkg/web_socket_channel/lib 102 web_socket_channel:third_party/pkg/web_socket_channel/lib
102 when:third_party/pkg/when/lib 103 when:third_party/pkg/when/lib
103 which:third_party/pkg/which/lib 104 which:third_party/pkg/which/lib
104 yaml:third_party/pkg/yaml/lib 105 yaml:third_party/pkg/yaml/lib
OLDNEW
« no previous file with comments | « no previous file | pkg/compiler_util/lib/link.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698