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

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

Issue 1177433003: Add charcode to Dartium deps (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 import gclient_utils 1 import gclient_utils
2 import os 2 import os
3 3
4 path = gclient_utils.FindGclientRoot(os.getcwd()) 4 path = gclient_utils.FindGclientRoot(os.getcwd())
5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
6 6
7 # Now we need to override some settings and add some new ones. 7 # Now we need to override some settings and add some new ones.
8 8
9 vars.update({ 9 vars.update({
10 "chromium_url": "http://src.chromium.org/svn", 10 "chromium_url": "http://src.chromium.org/svn",
11 "dartium_base": "http://src.chromium.org", 11 "dartium_base": "http://src.chromium.org",
12 "dartium_chromium_branch": "master", 12 "dartium_chromium_branch": "master",
13 "dartium_chromium_commit": "62a7524d4f71c9e0858d24b0aa1bbff3a2d09bff", 13 "dartium_chromium_commit": "62a7524d4f71c9e0858d24b0aa1bbff3a2d09bff",
14 "chromium_base_revision": "297060", 14 "chromium_base_revision": "297060",
15 "dartium_webkit_branch": "/blink/branches/dart/dartium", 15 "dartium_webkit_branch": "/blink/branches/dart/dartium",
16 "dartium_webkit_revision": "196634", 16 "dartium_webkit_revision": "196634",
17 17
18 "args_tag": "@0.13.0", 18 "args_tag": "@0.13.0",
19 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 19 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
20 "charcode_tag": "@1.1.0",
20 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 21 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
21 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 22 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
22 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 23 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
23 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 24 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
24 "http_multi_server_tag" : "@1.3.2", 25 "http_multi_server_tag" : "@1.3.2",
25 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 26 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
26 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 27 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
27 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 28 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
28 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 29 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
29 "matcher_tag": "@0.12.0", 30 "matcher_tag": "@0.12.0",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "src/dart/third_party/pkg/shelf_web_socket": 120 "src/dart/third_party/pkg/shelf_web_socket":
120 "https://github.com/dart-lang/shelf_web_socket.git" + 121 "https://github.com/dart-lang/shelf_web_socket.git" +
121 Var("shelf_web_socket_rev"), 122 Var("shelf_web_socket_rev"),
122 "src/dart/third_party/pkg/watcher": 123 "src/dart/third_party/pkg/watcher":
123 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"), 124 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"),
124 "src/dart/third_party/pkg/yaml": 125 "src/dart/third_party/pkg/yaml":
125 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"), 126 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"),
126 127
127 "src/dart/third_party/pkg/args": 128 "src/dart/third_party/pkg/args":
128 "https://github.com/dart-lang/args.git" + Var("args_tag"), 129 "https://github.com/dart-lang/args.git" + Var("args_tag"),
130 "src/dart/third_party/pkg/charcode":
131 "https://github.com/dart-lang/charcode.git" + Var("charcode_tag"),
129 "src/dart/third_party/pkg/http_parser": 132 "src/dart/third_party/pkg/http_parser":
130 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"), 133 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"),
131 "src/dart/third_party/pkg/matcher": 134 "src/dart/third_party/pkg/matcher":
132 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), 135 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"),
133 "src/dart/third_party/pkg/metatest": 136 "src/dart/third_party/pkg/metatest":
134 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"), 137 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"),
135 "src/dart/third_party/pkg/path": 138 "src/dart/third_party/pkg/path":
136 "https://github.com/dart-lang/path.git" + Var("path_rev"), 139 "https://github.com/dart-lang/path.git" + Var("path_rev"),
137 "src/dart/third_party/pkg/package_config": 140 "src/dart/third_party/pkg/package_config":
138 "https://github.com/dart-lang/package_config.git" + 141 "https://github.com/dart-lang/package_config.git" +
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "download_from_google_storage", 216 "download_from_google_storage",
214 "--no_auth", 217 "--no_auth",
215 "--no_resume", 218 "--no_resume",
216 "--bucket", 219 "--bucket",
217 "dart-dependencies", 220 "dart-dependencies",
218 "-d", 221 "-d",
219 "-r", 222 "-r",
220 "src/dart/tools/testing/bin", 223 "src/dart/tools/testing/bin",
221 ], 224 ],
222 }) 225 })
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