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

Side by Side Diff: tools/deps/dartium.deps/DEPS

Issue 2354863002: Add package_resolver to dartium DEPS, update both DEPS files. (Closed)
Patch Set: Created 4 years, 3 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 | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 import gclient_utils 2 import gclient_utils
3 import os 3 import os
4 4
5 path = gclient_utils.FindGclientRoot(os.getcwd()) 5 path = gclient_utils.FindGclientRoot(os.getcwd())
6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
7 7
8 # Now we need to override some settings and add some new ones. 8 # Now we need to override some settings and add some new ones.
9 9
10 vars.update({ 10 vars.update({
(...skipping 11 matching lines...) Expand all
22 # external/github.com/dart-lang/NAME 22 # external/github.com/dart-lang/NAME
23 # It is ok to add a dependency directly on dart-lang (dart-lang only) 23 # It is ok to add a dependency directly on dart-lang (dart-lang only)
24 # github repo until the mirror has been created, but please do file a bug 24 # github repo until the mirror has been created, but please do file a bug
25 # against infra to make that happen. 25 # against infra to make that happen.
26 "github_mirror": 26 "github_mirror":
27 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", 27 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
28 28
29 "args_tag": "@0.13.0", 29 "args_tag": "@0.13.0",
30 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 30 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
31 "charcode_tag": "@1.1.0", 31 "charcode_tag": "@1.1.0",
32 "collection_rev": "@f6135e6350c63eb3f4dd12953b8d4363faff16fc", 32 "collection_tag": "@1.9.1",
33 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 33 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
34 "csslib_tag" : "@0.12.0", 34 "csslib_tag" : "@0.12.0",
35 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", 35 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
36 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 36 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
37 "html_tag" : "@0.12.1+1", 37 "html_tag" : "@0.12.1+1",
38 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 38 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
39 "http_multi_server_tag" : "@1.3.2", 39 "http_multi_server_tag" : "@1.3.2",
40 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 40 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
41 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 41 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
42 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 42 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
43 "kernel_rev": "@9677d68402ea15d0eca6430d64f631bb3e505499", 43 "kernel_rev": "@9677d68402ea15d0eca6430d64f631bb3e505499",
44 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 44 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
45 "matcher_tag": "@0.12.0", 45 "matcher_tag": "@0.12.0",
46 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 46 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
47 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 47 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
48 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 48 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
49 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", 49 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1",
50 "package_config_rev": "@0.1.3", 50 "package_config_rev": "@0.1.3",
51 "package_resolver_tag": "@1.0.2",
51 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 52 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
52 "plugin_tag": "@0.1.0", 53 "plugin_tag": "@0.1.0",
53 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 54 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
54 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", 55 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
55 "pub_semver_tag": "@1.2.0", 56 "pub_semver_tag": "@1.2.0",
56 "quiver_tag": "@0.21.4", 57 "quiver_tag": "@0.21.4",
57 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", 58 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc",
58 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 59 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
59 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 60 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
60 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 61 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
(...skipping 26 matching lines...) Expand all
87 (Var("github_mirror") % "barback") + Var("barback_rev"), 88 (Var("github_mirror") % "barback") + Var("barback_rev"),
88 "src/dart/third_party/pkg/charcode": 89 "src/dart/third_party/pkg/charcode":
89 (Var("github_mirror") % "charcode") + Var("charcode_tag"), 90 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
90 "src/dart/third_party/pkg/crypto": 91 "src/dart/third_party/pkg/crypto":
91 (Var("github_mirror") % "crypto") + Var("crypto_rev"), 92 (Var("github_mirror") % "crypto") + Var("crypto_rev"),
92 "src/dart/third_party/pkg/csslib": 93 "src/dart/third_party/pkg/csslib":
93 (Var("github_mirror") % "csslib") + Var("csslib_tag"), 94 (Var("github_mirror") % "csslib") + Var("csslib_tag"),
94 "src/dart/third_party/pkg/dart2js_info": 95 "src/dart/third_party/pkg/dart2js_info":
95 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), 96 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"),
96 "src/dart/third_party/pkg/collection": 97 "src/dart/third_party/pkg/collection":
97 (Var("github_mirror") % "collection") + Var("collection_rev"), 98 (Var("github_mirror") % "collection") + Var("collection_tag"),
98 "src/dart/third_party/pkg/glob": 99 "src/dart/third_party/pkg/glob":
99 (Var("github_mirror") % "glob") + Var("glob_rev"), 100 (Var("github_mirror") % "glob") + Var("glob_rev"),
100 "src/dart/third_party/pkg/html": 101 "src/dart/third_party/pkg/html":
101 (Var("github_mirror") % "html") + Var("html_tag"), 102 (Var("github_mirror") % "html") + Var("html_tag"),
102 "src/dart/third_party/pkg/json_rpc_2": 103 "src/dart/third_party/pkg/json_rpc_2":
103 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"), 104 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"),
104 "src/dart/third_party/pkg/http": 105 "src/dart/third_party/pkg/http":
105 (Var("github_mirror") % "http") + Var("http_rev"), 106 (Var("github_mirror") % "http") + Var("http_rev"),
106 "src/dart/third_party/pkg/http_multi_server": 107 "src/dart/third_party/pkg/http_multi_server":
107 (Var("github_mirror") % "http_multi_server") + 108 (Var("github_mirror") % "http_multi_server") +
(...skipping 10 matching lines...) Expand all
118 (Var("github_mirror") % "matcher") + Var("matcher_tag"), 119 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
119 "src/dart/third_party/pkg/metatest": 120 "src/dart/third_party/pkg/metatest":
120 (Var("github_mirror") % "metatest") + Var("metatest_rev"), 121 (Var("github_mirror") % "metatest") + Var("metatest_rev"),
121 "src/dart/third_party/pkg/mime": 122 "src/dart/third_party/pkg/mime":
122 (Var("github_mirror") % "mime") + Var("mime_rev"), 123 (Var("github_mirror") % "mime") + Var("mime_rev"),
123 "src/dart/third_party/pkg/oauth2": 124 "src/dart/third_party/pkg/oauth2":
124 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), 125 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"),
125 "src/dart/third_party/observatory_pub_packages": 126 "src/dart/third_party/observatory_pub_packages":
126 (Var("github_mirror") % "observatory_pub_packages") + 127 (Var("github_mirror") % "observatory_pub_packages") +
127 Var("observatory_pub_packages_rev"), 128 Var("observatory_pub_packages_rev"),
128 "src/dart/third_party/pkg/package_config": 129 "src/dart/third_party/pkg_tested/package_config":
129 (Var("github_mirror") % "package_config") + Var("package_config_rev"), 130 (Var("github_mirror") % "package_config") + Var("package_config_rev"),
131 "src/dart/third_party/pkg_tested/package_resolver":
132 "https://github.com/dart-lang/package_resolver.git" +
133 Var("package_resolver_tag"),
130 "src/dart/third_party/pkg/path": 134 "src/dart/third_party/pkg/path":
131 (Var("github_mirror") % "path") + Var("path_rev"), 135 (Var("github_mirror") % "path") + Var("path_rev"),
132 "src/dart/third_party/pkg/plugin": 136 "src/dart/third_party/pkg/plugin":
133 (Var("github_mirror") % "plugin") + Var("plugin_tag"), 137 (Var("github_mirror") % "plugin") + Var("plugin_tag"),
134 "src/dart/third_party/pkg/pool": 138 "src/dart/third_party/pkg/pool":
135 (Var("github_mirror") % "pool") + Var("pool_rev"), 139 (Var("github_mirror") % "pool") + Var("pool_rev"),
136 "src/dart/third_party/pkg/pub": 140 "src/dart/third_party/pkg/pub":
137 (Var("github_mirror") % "pub") + Var("pub_rev"), 141 (Var("github_mirror") % "pub") + Var("pub_rev"),
138 "src/dart/third_party/pkg/pub_semver": 142 "src/dart/third_party/pkg/pub_semver":
139 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), 143 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "--no_resume", 227 "--no_resume",
224 "--bucket", 228 "--bucket",
225 "dart-dependencies", 229 "dart-dependencies",
226 "--recursive", 230 "--recursive",
227 "--auto_platform", 231 "--auto_platform",
228 "--extract", 232 "--extract",
229 "--directory", 233 "--directory",
230 "src/dart/tools/sdks", 234 "src/dart/tools/sdks",
231 ], 235 ],
232 }) 236 })
237 hooks.append({
238 "name": "unittest",
239 # Unittest is an early version, 0.11.6, of the package "test"
240 # Do not use it in any new tests.
241 "pattern": ".",
242 "action": [
243 "download_from_google_storage",
244 "--no_auth",
245 "--no_resume",
246 "--bucket",
247 "dart-dependencies",
248 "--extract",
249 "-s",
250 "src/dart/third_party/pkg/unittest.tar.gz.sha1",
251 ],
252 })
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698