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

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

Issue 2682083006: DEPS: Updated to latest dart2js_info (Closed)
Patch Set: Created 3 years, 10 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 | « 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 14 matching lines...) Expand all
25 # against infra to make that happen. 25 # against infra to make that happen.
26 "github_mirror": 26 "github_mirror":
27 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", 27 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
28 28
29 "args_tag": "@0.13.0", 29 "args_tag": "@0.13.0",
30 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 30 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
31 "charcode_tag": "@1.1.0", 31 "charcode_tag": "@1.1.0",
32 "collection_tag": "@1.9.1", 32 "collection_tag": "@1.9.1",
33 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 33 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
34 "csslib_tag" : "@0.12.0", 34 "csslib_tag" : "@0.12.0",
35 "dart2js_info_tag" : "@0.5.3", 35 "dart2js_info_tag" : "@0.5.3+1",
36 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 36 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
37 "html_tag" : "@0.12.1+1", 37 "html_tag" : "@0.12.1+1",
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",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "download_from_google_storage", 240 "download_from_google_storage",
241 "--no_auth", 241 "--no_auth",
242 "--no_resume", 242 "--no_resume",
243 "--bucket", 243 "--bucket",
244 "dart-dependencies", 244 "dart-dependencies",
245 "--extract", 245 "--extract",
246 "-s", 246 "-s",
247 "src/dart/third_party/pkg/unittest.tar.gz.sha1", 247 "src/dart/third_party/pkg/unittest.tar.gz.sha1",
248 ], 248 ],
249 }) 249 })
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