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

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

Issue 760883003: Version 1.8.0 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.8/
Patch Set: Created 6 years 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 | « dart/tools/VERSION ('k') | deps/clank.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 # 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 9
10 "gyp_rev": "@1752", 10 "gyp_rev": "@1752",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 53 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
54 "font_awesome_rev": "@31824", 54 "font_awesome_rev": "@31824",
55 "barback-0.13.0_rev": "@34853", 55 "barback-0.13.0_rev": "@34853",
56 "barback-0.14.0_rev": "@36398", 56 "barback-0.14.0_rev": "@36398",
57 "barback-0.14.1_rev": "@38525", 57 "barback-0.14.1_rev": "@38525",
58 "source_maps-0.9.4_rev": "@38524", 58 "source_maps-0.9.4_rev": "@38524",
59 } 59 }
60 60
61 deps = { 61 deps = {
62 "dart": 62 "dart":
63 "/trunk/dart", 63 "/branches/1.8/dart",
64 64
65 # Stuff needed for GYP to run. 65 # Stuff needed for GYP to run.
66 "dart/third_party/gyp": 66 "dart/third_party/gyp":
67 (Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"), 67 (Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"),
68 68
69 "dart/tests/co19/src": ((Var("googlecode_url") % "co19") + 69 "dart/tests/co19/src": ((Var("googlecode_url") % "co19") +
70 "/trunk/co19/tests/co19/src" + Var("co19_rev")), 70 "/trunk/co19/tests/co19/src" + Var("co19_rev")),
71 71
72 "dart/third_party/nss": 72 "dart/third_party/nss":
73 Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"), 73 Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"),
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 }, 184 },
185 { 185 {
186 "pattern": ".", 186 "pattern": ".",
187 "action": ["python", "dart/editor/build/generate_sources.py"], 187 "action": ["python", "dart/editor/build/generate_sources.py"],
188 }, 188 },
189 { 189 {
190 "pattern": ".", 190 "pattern": ".",
191 "action": ["python", "dart/tools/gyp_dart.py"], 191 "action": ["python", "dart/tools/gyp_dart.py"],
192 }, 192 },
193 ] 193 ]
OLDNEW
« no previous file with comments | « dart/tools/VERSION ('k') | deps/clank.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698