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

Side by Side Diff: standalone.deps/DEPS

Issue 1129463003: Upgrade observatory_pub_packages in DEPS (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/deps/
Patch Set: Created 5 years, 7 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
« no previous file with comments | « 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
(...skipping 19 matching lines...) Expand all
30 "http_multi_server_tag" : "@1.3.2", 30 "http_multi_server_tag" : "@1.3.2",
31 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 31 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
32 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 32 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
33 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 33 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
34 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 34 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
35 "matcher_tag": "@0.11.4+4", 35 "matcher_tag": "@0.11.4+4",
36 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 36 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
37 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 37 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
38 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 38 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
39 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 39 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
40 "observatory_pub_packages_rev": "@43830", 40 "observatory_pub_packages_rev": "@45565",
41 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 41 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
42 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 42 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
43 "petitparser_rev" : "@37878", 43 "petitparser_rev" : "@37878",
44 "plugin_tag": "@0.1.0", 44 "plugin_tag": "@0.1.0",
45 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 45 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
46 "pub_semver_rev": "@182d55d7207e3af5e76e96834fa7cf63c55ce09a", 46 "pub_semver_rev": "@182d55d7207e3af5e76e96834fa7cf63c55ce09a",
47 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 47 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
48 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 48 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
49 "smoke_rev": "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 49 "smoke_rev": "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
50 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", 50 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", 169 "@c89e446b273697fadf3a10ff1007a97c0b7de6df",
170 }, 170 },
171 } 171 }
172 172
173 hooks = [ 173 hooks = [
174 { 174 {
175 "pattern": ".", 175 "pattern": ".",
176 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], 176 "action": ["python", "dart/tools/gyp_dart.py", "runtime"],
177 }, 177 },
178 ] 178 ]
OLDNEW
« no previous file with comments | « dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698