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

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

Issue 1504813002: Update collection to version 1.2.0 (f6135e6350c63eb3f4dd12953b8d4363faff16fc) (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 15 matching lines...) Expand all
26 # external/github.com/dart-lang/NAME 26 # external/github.com/dart-lang/NAME
27 # It is ok to add a dependency directly on dart-lang (dart-lang only) 27 # It is ok to add a dependency directly on dart-lang (dart-lang only)
28 # github repo until the mirror has been created, but please do file a bug 28 # github repo until the mirror has been created, but please do file a bug
29 # against infra to make that happen. 29 # against infra to make that happen.
30 "github_mirror": 30 "github_mirror":
31 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", 31 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
32 32
33 "args_tag": "@0.13.0", 33 "args_tag": "@0.13.0",
34 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 34 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
35 "charcode_tag": "@1.1.0", 35 "charcode_tag": "@1.1.0",
36 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 36 "collection_rev": "@f6135e6350c63eb3f4dd12953b8d4363faff16fc",
37 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 37 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
38 "csslib_tag" : "@0.12.0", 38 "csslib_tag" : "@0.12.0",
39 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", 39 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
40 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 40 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
41 "html_tag" : "@0.12.1+1", 41 "html_tag" : "@0.12.1+1",
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",
(...skipping 211 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