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

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

Issue 1524333003: Bump observatory pub packages DEPS (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 42 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
43 "http_multi_server_tag" : "@1.3.2", 43 "http_multi_server_tag" : "@1.3.2",
44 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 44 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
45 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 45 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
46 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 46 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
47 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 47 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
48 "matcher_tag": "@0.12.0", 48 "matcher_tag": "@0.12.0",
49 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 49 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
50 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 50 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
51 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 51 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
52 "observatory_pub_packages_rev": "@0e74202dd671265f12a3c80d223717b393f4feb9", 52 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a",
53 "package_config_rev": "@0.1.3", 53 "package_config_rev": "@0.1.3",
54 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 54 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
55 "plugin_tag": "@0.1.0", 55 "plugin_tag": "@0.1.0",
56 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 56 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
57 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", 57 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
58 "pub_semver_tag": "@1.2.0", 58 "pub_semver_tag": "@1.2.0",
59 "quiver_tag": "@0.21.4", 59 "quiver_tag": "@0.21.4",
60 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 60 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
61 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 61 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
62 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 62 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--no_resume", 258 "--no_resume",
259 "--bucket", 259 "--bucket",
260 "dart-dependencies", 260 "dart-dependencies",
261 "--recursive", 261 "--recursive",
262 "--auto_platform", 262 "--auto_platform",
263 "--extract", 263 "--extract",
264 "--directory", 264 "--directory",
265 "src/dart/tools/sdks", 265 "src/dart/tools/sdks",
266 ], 266 ],
267 }) 267 })
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