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

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

Issue 2115613003: Update observatory_pub_packages_rev in Dartium's DEPS. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 27 matching lines...) Expand all
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 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 43 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
44 "matcher_tag": "@0.12.0", 44 "matcher_tag": "@0.12.0",
45 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 45 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
46 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 46 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
47 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 47 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
48 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", 48 "observatory_pub_packages_rev": "@e5e1e543bea10d4bed95b22ad3e7aa2b20a23584",
49 "package_config_rev": "@0.1.3", 49 "package_config_rev": "@0.1.3",
50 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 50 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
51 "plugin_tag": "@0.1.0", 51 "plugin_tag": "@0.1.0",
52 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 52 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
53 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", 53 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
54 "pub_semver_tag": "@1.2.0", 54 "pub_semver_tag": "@1.2.0",
55 "quiver_tag": "@0.21.4", 55 "quiver_tag": "@0.21.4",
56 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", 56 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc",
57 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 57 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
58 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 58 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "--no_resume", 220 "--no_resume",
221 "--bucket", 221 "--bucket",
222 "dart-dependencies", 222 "dart-dependencies",
223 "--recursive", 223 "--recursive",
224 "--auto_platform", 224 "--auto_platform",
225 "--extract", 225 "--extract",
226 "--directory", 226 "--directory",
227 "src/dart/tools/sdks", 227 "src/dart/tools/sdks",
228 ], 228 ],
229 }) 229 })
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