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

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

Issue 1400233004: Bump observatory_pub_packages revision for Dartium too (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 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": "@a731d3b1caf27b45aecdce9378b87a510240264d", 52 "observatory_pub_packages_rev": "@5c199c5954146747f75ed127871207718dc87786",
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 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 59 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
60 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 60 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
61 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 61 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
62 "stack_trace_tag": "@1.2.1", 62 "stack_trace_tag": "@1.2.1",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "--no_resume", 253 "--no_resume",
254 "--bucket", 254 "--bucket",
255 "dart-dependencies", 255 "dart-dependencies",
256 "--recursive", 256 "--recursive",
257 "--auto_platform", 257 "--auto_platform",
258 "--extract", 258 "--extract",
259 "--directory", 259 "--directory",
260 "src/dart/tools/sdks", 260 "src/dart/tools/sdks",
261 ], 261 ],
262 }) 262 })
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