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

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

Issue 10836101: Update gyp, keep VS 2008 default for Windows builds. (Closed) Base URL: http://dart.googlecode.com/svn/branches/
Patch Set: Created 8 years, 4 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": "@937", 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 } 10 }
11 11
12 deps = { 12 deps = {
13 "dart": 13 "dart":
14 "/branches/bleeding_edge/dart", 14 "/branches/bleeding_edge/dart",
15 15
16 # Stuff needed for GYP to run. 16 # Stuff needed for GYP to run.
(...skipping 27 matching lines...) Expand all
44 }, 44 },
45 { 45 {
46 "pattern": ".", 46 "pattern": ".",
47 "action": ["python", "dart/tools/generate_projects.py", "compiler"], 47 "action": ["python", "dart/tools/generate_projects.py", "compiler"],
48 }, 48 },
49 { 49 {
50 "pattern": ".", 50 "pattern": ".",
51 "action": ["python", "dart/tools/generate_projects.py", "language"], 51 "action": ["python", "dart/tools/generate_projects.py", "language"],
52 }, 52 },
53 { 53 {
54 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
ahe 2012/08/06 19:00:15 What purpose does this comment serve?
54 "pattern": ".", 55 "pattern": ".",
55 "action": ["python", "dart/third_party/gyp/gyp", "--depth=dart", 56 "action": ["python", "dart/tools/gyp_dart.py"],
ahe 2012/08/06 19:00:15 I would like to have a TODO to get rid of this whe
56 "-Idart/tools/gyp/all.gypi", "dart/dart.gyp"], 57 }
57 },
58 ] 58 ]
OLDNEW
« bleeding_edge/dart/tools/gyp_dart.py ('K') | « bleeding_edge/dart/tools/gyp_dart.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698