OLD | NEW |
1 import gclient_utils | 1 import gclient_utils |
2 import os | 2 import os |
3 | 3 |
4 path = gclient_utils.FindGclientRoot(os.getcwd()) | 4 path = gclient_utils.FindGclientRoot(os.getcwd()) |
5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP
S.chromium')) # Include proper Chromium DEPS. | 5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP
S.chromium')) # Include proper Chromium DEPS. |
6 | 6 |
7 # Now we need to override some settings and add some new ones. | 7 # Now we need to override some settings and add some new ones. |
8 | 8 |
9 vars.update({ | 9 vars.update({ |
10 "chromium_url": "http://src.chromium.org/svn", | 10 "chromium_url": "http://src.chromium.org/svn", |
(...skipping 13 matching lines...) Expand all Loading... |
24 "http_multi_server_tag" : "@1.3.2", | 24 "http_multi_server_tag" : "@1.3.2", |
25 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", | 25 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", |
26 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 26 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
27 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", | 27 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", |
28 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", | 28 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", |
29 "matcher_tag": "@0.12.0", | 29 "matcher_tag": "@0.12.0", |
30 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 30 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
31 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 31 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
32 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 32 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
33 "observatory_pub_packages_rev": "@45565", | 33 "observatory_pub_packages_rev": "@45565", |
| 34 "package_config_tag": "@0.0.3+1", |
34 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", | 35 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", |
35 "plugin_tag": "@0.1.0", | 36 "plugin_tag": "@0.1.0", |
36 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", | 37 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", |
37 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", | 38 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", |
38 "pub_semver_tag": "@1.2.0", | 39 "pub_semver_tag": "@1.2.0", |
39 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 40 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
40 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", | 41 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
41 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", | 42 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", |
42 "stack_trace_tag": "@1.2.1", | 43 "stack_trace_tag": "@1.2.1", |
43 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 44 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 "src/dart/third_party/pkg/args": | 127 "src/dart/third_party/pkg/args": |
127 "https://github.com/dart-lang/args.git" + Var("args_tag"), | 128 "https://github.com/dart-lang/args.git" + Var("args_tag"), |
128 "src/dart/third_party/pkg/http_parser": | 129 "src/dart/third_party/pkg/http_parser": |
129 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"), | 130 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"), |
130 "src/dart/third_party/pkg/matcher": | 131 "src/dart/third_party/pkg/matcher": |
131 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), | 132 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), |
132 "src/dart/third_party/pkg/metatest": | 133 "src/dart/third_party/pkg/metatest": |
133 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"), | 134 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"), |
134 "src/dart/third_party/pkg/path": | 135 "src/dart/third_party/pkg/path": |
135 "https://github.com/dart-lang/path.git" + Var("path_rev"), | 136 "https://github.com/dart-lang/path.git" + Var("path_rev"), |
| 137 "src/dart/third_party/pkg/package_config": |
| 138 "https://github.com/dart-lang/package_config.git" + |
| 139 Var("package_config_tag"), |
136 "src/dart/third_party/pkg/source_span": | 140 "src/dart/third_party/pkg/source_span": |
137 "https://github.com/dart-lang/source_span.git" + Var("source_span_rev"), | 141 "https://github.com/dart-lang/source_span.git" + Var("source_span_rev"), |
138 "src/dart/third_party/pkg/stack_trace": | 142 "src/dart/third_party/pkg/stack_trace": |
139 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_tag"), | 143 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_tag"), |
140 "src/dart/third_party/pkg/string_scanner": | 144 "src/dart/third_party/pkg/string_scanner": |
141 "https://github.com/dart-lang/string_scanner.git" + | 145 "https://github.com/dart-lang/string_scanner.git" + |
142 Var("string_scanner_rev"), | 146 Var("string_scanner_rev"), |
143 "src/dart/third_party/pkg/test": | 147 "src/dart/third_party/pkg/test": |
144 "https://github.com/dart-lang/test.git" + Var("test_tag"), | 148 "https://github.com/dart-lang/test.git" + Var("test_tag"), |
145 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194
9) | 149 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194
9) |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 "download_from_google_storage", | 213 "download_from_google_storage", |
210 "--no_auth", | 214 "--no_auth", |
211 "--no_resume", | 215 "--no_resume", |
212 "--bucket", | 216 "--bucket", |
213 "dart-dependencies", | 217 "dart-dependencies", |
214 "-d", | 218 "-d", |
215 "-r", | 219 "-r", |
216 "src/dart/tools/testing/bin", | 220 "src/dart/tools/testing/bin", |
217 ], | 221 ], |
218 }) | 222 }) |
OLD | NEW |