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

Side by Side Diff: DEPS

Issue 9443044: Beginnings of some msvs_... emulation (windows ninja) (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: add missing test files and some _->- Created 8 years, 9 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 | « no previous file | pylib/gyp/generator/ninja.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # DEPS file for gclient use in buildbot execution of gyp tests. 1 # DEPS file for gclient use in buildbot execution of gyp tests.
2 # 2 #
3 # (You don't need to use gclient for normal GYP development work.) 3 # (You don't need to use gclient for normal GYP development work.)
4 4
5 vars = { 5 vars = {
6 "chrome_trunk": "http://src.chromium.org/svn/trunk", 6 "chrome_trunk": "http://src.chromium.org/svn/trunk",
7 "googlecode_url": "http://%s.googlecode.com/svn",
7 } 8 }
8 9
9 deps = { 10 deps = {
10 "scons": 11 "scons":
11 Var("chrome_trunk") + "/src/third_party/scons@44099", 12 Var("chrome_trunk") + "/src/third_party/scons@44099",
12 } 13 }
13 14
14 deps_os = { 15 deps_os = {
15 "win": { 16 "win": {
16 "third_party/cygwin": 17 "third_party/cygwin":
17 Var("chrome_trunk") + "/deps/third_party/cygwin@66844", 18 Var("chrome_trunk") + "/deps/third_party/cygwin@66844",
18 19
19 "third_party/python_26": 20 "third_party/python_26":
20 Var("chrome_trunk") + "/tools/third_party/python_26@89111", 21 Var("chrome_trunk") + "/tools/third_party/python_26@89111",
22
23 "src/third_party/pefile":
24 (Var("googlecode_url") % "pefile") + "/trunk@63",
21 }, 25 },
22 } 26 }
OLDNEW
« no previous file with comments | « no previous file | pylib/gyp/generator/ninja.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698