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

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

Issue 26911008: Version 0.7.6.5 (Closed) Base URL: http://dart.googlecode.com/svn/branches/0.7/
Patch Set: Created 7 years, 2 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 | « deps/all.deps/DEPS ('k') | deps/dartium.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, 'clank.deps', 'DEPS.chromium')) # Include proper Chr omium DEPS. 5 execfile(os.path.join(path, 'clank.deps', 'DEPS.chromium')) # Include proper Chr omium 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 "chromium_revision": "195393", 11 "chromium_revision": "195393",
12 "clank_gerrit": "ssh://gerrit-int.chromium.org:29419/clank/", 12 "clank_gerrit": "ssh://gerrit-int.chromium.org:29419/clank/",
13 "clank_rev": "81b9cb030ed9cb96e40e6b81dc74aa1448ebe195", 13 "clank_rev": "81b9cb030ed9cb96e40e6b81dc74aa1448ebe195",
14 # The Dart repository URL is pulled out here so that it can be easily 14 # The Dart repository URL is pulled out here so that it can be easily
15 # updated to "https" for committers. 15 # updated to "https" for committers.
16 "dart_branch": "/branches/bleeding_edge", 16 "dart_branch": "/branches/0.7",
17 "multivm_url": "http://src.chromium.org/multivm/trunk", 17 "multivm_url": "http://src.chromium.org/multivm/trunk",
18 "dartium_webkit_trunk": "http://src.chromium.org/multivm/trunk/webkit", 18 "dartium_webkit_trunk": "http://src.chromium.org/multivm/trunk/webkit",
19 "dartium_webkit_revision": "1230", 19 "dartium_webkit_revision": "1230",
20 "dartium_tools_revision": "1215", 20 "dartium_tools_revision": "1215",
21 }) 21 })
22 22
23 def massage_deps(deps): 23 def massage_deps(deps):
24 for key, value in deps.items(): 24 for key, value in deps.items():
25 if value is None: continue 25 if value is None: continue
26 26
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "pattern": ".", 59 "pattern": ".",
60 "action": ["python", "src/dartium_tools/export_overrides.py"], 60 "action": ["python", "src/dartium_tools/export_overrides.py"],
61 }, 61 },
62 { 62 {
63 "pattern": "dart", 63 "pattern": "dart",
64 "action": ["python", "src/dartium_tools/generate_dart_vm_version.py"], 64 "action": ["python", "src/dartium_tools/generate_dart_vm_version.py"],
65 }] 65 }]
66 66
67 target_os = ['android'] 67 target_os = ['android']
68 68
OLDNEW
« no previous file with comments | « deps/all.deps/DEPS ('k') | deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698