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

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

Issue 1149983005: Add pub to dartium's DEPS file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
« 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 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_semver_tag": "@1.2.0", 38 "pub_semver_tag": "@1.2.0",
38 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 39 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
39 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 40 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
40 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 41 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
41 "stack_trace_tag": "@1.2.1", 42 "stack_trace_tag": "@1.2.1",
42 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 43 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
43 "test_tag": "@0.12.1", 44 "test_tag": "@0.12.1",
44 "unittest_tag": "@0.11.6", 45 "unittest_tag": "@0.11.6",
45 "watcher_tag": "@0.9.5", 46 "watcher_tag": "@0.9.5",
46 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 47 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "src/dart/third_party/pkg/http_throttle": 102 "src/dart/third_party/pkg/http_throttle":
102 "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" ),
103 "src/dart/third_party/pkg/mime": 104 "src/dart/third_party/pkg/mime":
104 "https://github.com/dart-lang/mime.git" + Var("mime_rev"), 105 "https://github.com/dart-lang/mime.git" + Var("mime_rev"),
105 "src/dart/third_party/pkg/oauth2": 106 "src/dart/third_party/pkg/oauth2":
106 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"), 107 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"),
107 "src/dart/third_party/pkg/plugin": 108 "src/dart/third_party/pkg/plugin":
108 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"), 109 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"),
109 "src/dart/third_party/pkg/pool": 110 "src/dart/third_party/pkg/pool":
110 "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":
113 "https://github.com/dart-lang/pub.git" + Var("pub_rev"),
111 "src/dart/third_party/pkg/pub_semver": 114 "src/dart/third_party/pkg/pub_semver":
112 "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"),
113 "src/dart/third_party/pkg/shelf": 116 "src/dart/third_party/pkg/shelf":
114 "https://github.com/dart-lang/shelf.git" + Var("shelf_rev"), 117 "https://github.com/dart-lang/shelf.git" + Var("shelf_rev"),
115 "src/dart/third_party/pkg/shelf_web_socket": 118 "src/dart/third_party/pkg/shelf_web_socket":
116 "https://github.com/dart-lang/shelf_web_socket.git" + 119 "https://github.com/dart-lang/shelf_web_socket.git" +
117 Var("shelf_web_socket_rev"), 120 Var("shelf_web_socket_rev"),
118 "src/dart/third_party/pkg/watcher": 121 "src/dart/third_party/pkg/watcher":
119 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"), 122 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"),
120 "src/dart/third_party/pkg/yaml": 123 "src/dart/third_party/pkg/yaml":
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "download_from_google_storage", 209 "download_from_google_storage",
207 "--no_auth", 210 "--no_auth",
208 "--no_resume", 211 "--no_resume",
209 "--bucket", 212 "--bucket",
210 "dart-dependencies", 213 "dart-dependencies",
211 "-d", 214 "-d",
212 "-r", 215 "-r",
213 "src/dart/tools/testing/bin", 216 "src/dart/tools/testing/bin",
214 ], 217 ],
215 }) 218 })
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