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

Side by Side Diff: dartium.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 | « all.deps/DEPS ('k') | standalone.deps/DEPS » ('j') | 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, 'dartium.deps', 'DEPS.chromium')) # Include proper C hromium DEPS. 5 execfile(os.path.join(path, 'dartium.deps', 'DEPS.chromium')) # Include proper C hromium 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",
(...skipping 13 matching lines...) Expand all
24 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 24 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
25 "http_multi_server_tag" : "@1.3.2", 25 "http_multi_server_tag" : "@1.3.2",
26 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 26 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
27 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 27 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
28 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 28 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
29 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 29 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
30 "matcher_tag": "@0.11.4+4", 30 "matcher_tag": "@0.11.4+4",
31 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 31 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
32 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 32 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
33 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 33 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
34 "observatory_pub_packages_rev": "@43830", 34 "observatory_pub_packages_rev": "@45565",
35 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 35 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
36 "plugin_tag": "@0.1.0", 36 "plugin_tag": "@0.1.0",
37 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 37 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
38 "pub_semver_rev": "@182d55d7207e3af5e76e96834fa7cf63c55ce09a", 38 "pub_semver_rev": "@182d55d7207e3af5e76e96834fa7cf63c55ce09a",
39 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 39 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
40 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 40 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
41 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 41 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
42 "stack_trace_tag": "@1.2.1", 42 "stack_trace_tag": "@1.2.1",
43 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 43 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
44 "unittest_tag": "@0.11.5+4", 44 "unittest_tag": "@0.11.5+4",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 hooks.append({ 192 hooks.append({
193 # Peg the blink version number in LASTCHANGE.blink to be the upstream 193 # Peg the blink version number in LASTCHANGE.blink to be the upstream
194 # webkit_revision number so that chrome remote devtools pulls assets from 194 # webkit_revision number so that chrome remote devtools pulls assets from
195 # the right place. 195 # the right place.
196 "name": "lastchange", 196 "name": "lastchange",
197 "pattern": ".", 197 "pattern": ".",
198 "action": ["python", "-c", 198 "action": ["python", "-c",
199 "f=open('src/build/util/LASTCHANGE.blink','w'); f.write('LASTCHANGE=" + 199 "f=open('src/build/util/LASTCHANGE.blink','w'); f.write('LASTCHANGE=" +
200 Var('webkit_revision') + "\\n')" ], 200 Var('webkit_revision') + "\\n')" ],
201 }) 201 })
OLDNEW
« no previous file with comments | « all.deps/DEPS ('k') | standalone.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698