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

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

Issue 1166093002: Switch over testing pub seperately from the the normal packages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: also roll pub in dartium deps Created 5 years, 6 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
OLDNEW
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 16 matching lines...) Expand all
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 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 34 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
35 "plugin_tag": "@0.1.0", 35 "plugin_tag": "@0.1.0",
36 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 36 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
37 "pub_rev": "@6f2a1b90b8210a85a38aab1af479c047681c29e6", 37 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
38 "pub_semver_tag": "@1.2.0", 38 "pub_semver_tag": "@1.2.0",
39 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 39 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
40 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 40 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
41 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 41 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
42 "stack_trace_tag": "@1.2.1", 42 "stack_trace_tag": "@1.2.1",
43 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 43 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
44 "test_tag": "@0.12.1", 44 "test_tag": "@0.12.1",
45 "unittest_tag": "@0.11.6", 45 "unittest_tag": "@0.11.6",
46 "watcher_tag": "@0.9.5", 46 "watcher_tag": "@0.9.5",
47 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 47 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "src/dart/third_party/pkg/http_throttle": 102 "src/dart/third_party/pkg/http_throttle":
103 "https://github.com/dart-lang/http_throttle.git" + Var("http_throttle_rev" ), 103 "https://github.com/dart-lang/http_throttle.git" + Var("http_throttle_rev" ),
104 "src/dart/third_party/pkg/mime": 104 "src/dart/third_party/pkg/mime":
105 "https://github.com/dart-lang/mime.git" + Var("mime_rev"), 105 "https://github.com/dart-lang/mime.git" + Var("mime_rev"),
106 "src/dart/third_party/pkg/oauth2": 106 "src/dart/third_party/pkg/oauth2":
107 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"), 107 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"),
108 "src/dart/third_party/pkg/plugin": 108 "src/dart/third_party/pkg/plugin":
109 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"), 109 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"),
110 "src/dart/third_party/pkg/pool": 110 "src/dart/third_party/pkg/pool":
111 "https://github.com/dart-lang/pool.git" + Var("pool_rev"), 111 "https://github.com/dart-lang/pool.git" + Var("pool_rev"),
112 "src/dart/third_party/pkg_tested/pub": 112 "src/dart/third_party/pkg/pub":
113 "https://github.com/dart-lang/pub.git" + Var("pub_rev"), 113 "https://github.com/dart-lang/pub.git" + Var("pub_rev"),
114 "src/dart/third_party/pkg/pub_semver": 114 "src/dart/third_party/pkg/pub_semver":
115 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_tag"), 115 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_tag"),
116 "src/dart/third_party/pkg/shelf": 116 "src/dart/third_party/pkg/shelf":
117 "https://github.com/dart-lang/shelf.git" + Var("shelf_rev"), 117 "https://github.com/dart-lang/shelf.git" + Var("shelf_rev"),
118 "src/dart/third_party/pkg/shelf_web_socket": 118 "src/dart/third_party/pkg/shelf_web_socket":
119 "https://github.com/dart-lang/shelf_web_socket.git" + 119 "https://github.com/dart-lang/shelf_web_socket.git" +
120 Var("shelf_web_socket_rev"), 120 Var("shelf_web_socket_rev"),
121 "src/dart/third_party/pkg/watcher": 121 "src/dart/third_party/pkg/watcher":
122 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"), 122 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"),
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "download_from_google_storage", 209 "download_from_google_storage",
210 "--no_auth", 210 "--no_auth",
211 "--no_resume", 211 "--no_resume",
212 "--bucket", 212 "--bucket",
213 "dart-dependencies", 213 "dart-dependencies",
214 "-d", 214 "-d",
215 "-r", 215 "-r",
216 "src/dart/tools/testing/bin", 216 "src/dart/tools/testing/bin",
217 ], 217 ],
218 }) 218 })
OLDNEW
« tools/bots/pub.py ('K') | « tools/create_sdk.py ('k') | tools/run_pub.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698