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

Side by Side Diff: deps/standalone.deps/DEPS

Issue 957193003: More changes to fix dependencies after github move (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 5 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 | Annotate | Revision Log
« deps/dartium.deps/DEPS ('K') | « deps/dartium.deps/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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # Use this googlecode_url variable only if there is an internal mirror for it. 6 # Use this googlecode_url variable only if there is an internal mirror for it.
7 # If you do not know, use the full path while defining your new deps entry. 7 # If you do not know, use the full path while defining your new deps entry.
8 "googlecode_url": "http://%s.googlecode.com/svn", 8 "googlecode_url": "http://%s.googlecode.com/svn",
9 "dart_branch": "/branches/bleeding_edge", 9 "dart_branch": "/branches/bleeding_edge",
10 10
11 "gyp_rev": "@1752", 11 "gyp_rev": "@1752",
12 "co19_rev": "@801", 12 "co19_rev": "@801",
13 "chromium_git": "https://chromium.googlesource.com", 13 "chromium_git": "https://chromium.googlesource.com",
14 14
15 # Revisions of /third_party/* dependencies. 15 # Revisions of /third_party/* dependencies.
16 "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27", 16 "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27",
17 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 17 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
18 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
18 "fake_async_rev": "@38614", 19 "fake_async_rev": "@38614",
19 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 20 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
20 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 21 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
21 "http_multi_server_rev" : "@84f368d86fd9619def668e49824fe3e71a1e010f", 22 "http_multi_server_rev" : "@84f368d86fd9619def668e49824fe3e71a1e010f",
22 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 23 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
23 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 24 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
24 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 25 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
25 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 26 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
26 "matcher_rev": "@1cad08d3ee7b14e00fee83718236b92e5cf9c9e9", 27 "matcher_rev": "@1cad08d3ee7b14e00fee83718236b92e5cf9c9e9",
27 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 28 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 Var("zlib_rev"), 72 Var("zlib_rev"),
72 73
73 "dart/third_party/net_nss": 74 "dart/third_party/net_nss":
74 Var("chromium_git") + "/chromium/src/net/third_party/nss.git" + 75 Var("chromium_git") + "/chromium/src/net/third_party/nss.git" +
75 Var("net_nss_rev"), 76 Var("net_nss_rev"),
76 77
77 # Observatory stuff 78 # Observatory stuff
78 "dart/third_party/observatory_pub_packages": 79 "dart/third_party/observatory_pub_packages":
79 "/third_party/observatory_pub_packages" + 80 "/third_party/observatory_pub_packages" +
80 Var("observatory_pub_packages_rev"), 81 Var("observatory_pub_packages_rev"),
82 "dart/third_party/pkg/crypto":
83 "https://github.com/dart-lang/crypto.git" + Var("crypto_rev"),
81 84
82 # Needed to run pub 85 # Needed to run pub
83 "dart/third_party/pkg/barback": 86 "dart/third_party/pkg/barback":
84 "https://github.com/dart-lang/barback.git" + Var("barback_rev"), 87 "https://github.com/dart-lang/barback.git" + Var("barback_rev"),
85 "dart/third_party/pkg/glob": 88 "dart/third_party/pkg/glob":
86 "https://github.com/dart-lang/glob.git" + Var("glob_rev"), 89 "https://github.com/dart-lang/glob.git" + Var("glob_rev"),
87 "dart/third_party/pkg/json_rpc_2": 90 "dart/third_party/pkg/json_rpc_2":
88 "https://github.com/dart-lang/json_rpc_2.git" + Var("json_rpc_2_rev"), 91 "https://github.com/dart-lang/json_rpc_2.git" + Var("json_rpc_2_rev"),
89 "dart/third_party/pkg/http": 92 "dart/third_party/pkg/http":
90 "https://github.com/dart-lang/http.git" + Var("http_rev"), 93 "https://github.com/dart-lang/http.git" + Var("http_rev"),
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", 150 "@c89e446b273697fadf3a10ff1007a97c0b7de6df",
148 }, 151 },
149 } 152 }
150 153
151 hooks = [ 154 hooks = [
152 { 155 {
153 "pattern": ".", 156 "pattern": ".",
154 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], 157 "action": ["python", "dart/tools/gyp_dart.py", "runtime"],
155 }, 158 },
156 ] 159 ]
OLDNEW
« deps/dartium.deps/DEPS ('K') | « deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698