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

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

Issue 10892034: Update V8 to 3.12. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments and more clean-up Created 8 years, 3 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
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 "gyp_rev": "@1451", 6 "gyp_rev": "@1451",
7 "co19_rev": "@290", 7 "co19_rev": "@290",
8 "co19_repo": "http://co19.googlecode.com/svn/trunk/co19/", 8 "co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
9 "chromium_url": "http://src.chromium.org/svn", 9 "chromium_url": "http://src.chromium.org/svn",
10 "v8_version": "3.12",
10 } 11 }
11 12
12 deps = { 13 deps = {
13 "dart": 14 "dart":
14 "/branches/bleeding_edge/dart", 15 "/branches/bleeding_edge/dart",
15 16
16 # Stuff needed for GYP to run. 17 # Stuff needed for GYP to run.
17 "dart/third_party/gyp": 18 "dart/third_party/gyp":
18 "http://gyp.googlecode.com/svn/trunk" + Var("gyp_rev"), 19 "http://gyp.googlecode.com/svn/trunk" + Var("gyp_rev"),
19 20
20 "dart/third_party/v8": 21 "dart/third_party/v8":
21 "http://v8.googlecode.com/svn/branches/3.10", 22 "http://v8.googlecode.com/svn/branches/" + Var("v8_version"),
22 23
23 "dart/tests/co19/src": 24 "dart/tests/co19/src":
24 Var("co19_repo") + "tests/co19/src" + Var("co19_rev"), 25 Var("co19_repo") + "tests/co19/src" + Var("co19_rev"),
25 } 26 }
26 27
27 deps_os = { 28 deps_os = {
28 "win": { 29 "win": {
29 "dart/third_party/cygwin": 30 "dart/third_party/cygwin":
30 Var("chromium_url") + "/trunk/deps/third_party/cygwin@66844", 31 Var("chromium_url") + "/trunk/deps/third_party/cygwin@66844",
31 }, 32 },
(...skipping 12 matching lines...) Expand all
44 }, 45 },
45 { 46 {
46 "pattern": ".", 47 "pattern": ".",
47 "action": ["python", "dart/tools/generate_projects.py", "compiler"], 48 "action": ["python", "dart/tools/generate_projects.py", "compiler"],
48 }, 49 },
49 { 50 {
50 "pattern": ".", 51 "pattern": ".",
51 "action": ["python", "dart/tools/gyp_dart.py"], 52 "action": ["python", "dart/tools/gyp_dart.py"],
52 } 53 }
53 ] 54 ]
OLDNEW
« dart/tools/gyp/configurations_xcode.gypi ('K') | « dart/tools/gyp/configurations_xcode.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698