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

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

Issue 2291483002: Add package:kernel to dartium DEPS. (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 | « no previous file | 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 22 matching lines...) Expand all
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": "@9509d282a62fe025f8d6242bb233b02e0a7fee04",
43 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 44 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
44 "matcher_tag": "@0.12.0", 45 "matcher_tag": "@0.12.0",
45 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 46 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
46 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 47 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
47 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 48 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
48 "observatory_pub_packages_rev": "@e5e1e543bea10d4bed95b22ad3e7aa2b20a23584", 49 "observatory_pub_packages_rev": "@e5e1e543bea10d4bed95b22ad3e7aa2b20a23584",
49 "package_config_rev": "@0.1.3", 50 "package_config_rev": "@0.1.3",
50 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 51 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
51 "plugin_tag": "@0.1.0", 52 "plugin_tag": "@0.1.0",
52 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 53 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"), 103 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"),
103 "src/dart/third_party/pkg/http": 104 "src/dart/third_party/pkg/http":
104 (Var("github_mirror") % "http") + Var("http_rev"), 105 (Var("github_mirror") % "http") + Var("http_rev"),
105 "src/dart/third_party/pkg/http_multi_server": 106 "src/dart/third_party/pkg/http_multi_server":
106 (Var("github_mirror") % "http_multi_server") + 107 (Var("github_mirror") % "http_multi_server") +
107 Var("http_multi_server_tag"), 108 Var("http_multi_server_tag"),
108 "src/dart/third_party/pkg/http_parser": 109 "src/dart/third_party/pkg/http_parser":
109 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"), 110 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"),
110 "src/dart/third_party/pkg/http_throttle": 111 "src/dart/third_party/pkg/http_throttle":
111 (Var("github_mirror") % "http_throttle") + Var("http_throttle_rev"), 112 (Var("github_mirror") % "http_throttle") + Var("http_throttle_rev"),
113 "src/dart/third_party/pkg/kernel":
114 (Var("github_mirror") % "kernel") + Var("kernel_rev"),
112 "src/dart/third_party/pkg/logging": 115 "src/dart/third_party/pkg/logging":
113 (Var("github_mirror") % "logging") + Var("logging_rev"), 116 (Var("github_mirror") % "logging") + Var("logging_rev"),
114 "src/dart/third_party/pkg/matcher": 117 "src/dart/third_party/pkg/matcher":
115 (Var("github_mirror") % "matcher") + Var("matcher_tag"), 118 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
116 "src/dart/third_party/pkg/metatest": 119 "src/dart/third_party/pkg/metatest":
117 (Var("github_mirror") % "metatest") + Var("metatest_rev"), 120 (Var("github_mirror") % "metatest") + Var("metatest_rev"),
118 "src/dart/third_party/pkg/mime": 121 "src/dart/third_party/pkg/mime":
119 (Var("github_mirror") % "mime") + Var("mime_rev"), 122 (Var("github_mirror") % "mime") + Var("mime_rev"),
120 "src/dart/third_party/pkg/oauth2": 123 "src/dart/third_party/pkg/oauth2":
121 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), 124 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"),
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "--no_resume", 223 "--no_resume",
221 "--bucket", 224 "--bucket",
222 "dart-dependencies", 225 "dart-dependencies",
223 "--recursive", 226 "--recursive",
224 "--auto_platform", 227 "--auto_platform",
225 "--extract", 228 "--extract",
226 "--directory", 229 "--directory",
227 "src/dart/tools/sdks", 230 "src/dart/tools/sdks",
228 ], 231 ],
229 }) 232 })
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698