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

Side by Side Diff: DEPS

Issue 1803003: Initial version of hermetic CygWin script. (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 10 years, 8 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 vars = { 1 vars = {
2 "chromium_trunk": "http://src.chromium.org/svn/trunk", 2 "chromium_trunk": "http://src.chromium.org/svn/trunk",
3 3
4 "native_client_trunk": "http://nativeclient.googlecode.com/svn/trunk", 4 "native_client_trunk": "http://nativeclient.googlecode.com/svn/trunk",
5 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk", 5 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk",
6 "breakpad_rev": "452", 6 "breakpad_rev": "452",
7 "chrome_rev": "44518", 7 "chrome_rev": "44518",
8 "nacl_breakpad_gyp_rev": "1806", 8 "nacl_breakpad_gyp_rev": "1806",
9 "gyp_rev": "805", 9 "gyp_rev": "805",
10 "gtest_rev": "267", 10 "gtest_rev": "267",
11 "tools_rev": "1903", 11 "tools_rev": "2150",
12 "python_rev": "22967", 12 "python_rev": "22967",
13 "wix_rev": "153", 13 "wix_rev": "153",
14 } 14 }
15 15
16 deps = { 16 deps = {
17 "tools/gyp": 17 "tools/gyp":
18 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"), 18 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"),
19 "build": 19 "build":
20 Var("chromium_trunk") + "/src/build@" + Var("chrome_rev"), 20 Var("chromium_trunk") + "/src/build@" + Var("chrome_rev"),
21 "site_scons": 21 "site_scons":
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "win": { 75 "win": {
76 "third_party/python_24": 76 "third_party/python_24":
77 (Var("chromium_trunk") + "/deps/third_party/python_24@" + 77 (Var("chromium_trunk") + "/deps/third_party/python_24@" +
78 Var("python_rev")), 78 Var("python_rev")),
79 "third_party/wix_2_0_4221": 79 "third_party/wix_2_0_4221":
80 (Var("o3d_trunk") + "/googleclient/third_party/wix_2_0_4221@" + 80 (Var("o3d_trunk") + "/googleclient/third_party/wix_2_0_4221@" +
81 Var("wix_rev")), 81 Var("wix_rev")),
82 "third_party/mingw-w64/mingw/bin": 82 "third_party/mingw-w64/mingw/bin":
83 (Var("native_client_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + 83 (Var("native_client_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
84 Var("tools_rev")), 84 Var("tools_rev")),
85 "third_party/NSIS":
86 (Var("native_client_trunk") + "/src/third_party/NSIS@" +
87 Var("tools_rev")),
85 }, 88 },
86 } 89 }
87 90
88 hooks = [ 91 hooks = [
89 { 92 {
90 "pattern": ".", 93 "pattern": ".",
91 "action": ["python", "native_client/build/gyp_nacl", 94 "action": ["python", "native_client/build/gyp_nacl",
92 "native_client/build/all.gyp"], 95 "native_client/build/all.gyp"],
93 }, 96 },
94 ] 97 ]
95 98
OLDNEW
« no previous file with comments | « no previous file | tools/hermetic_cygwin/MkLink/MkLink.c » ('j') | tools/hermetic_cygwin/MkLink/MkLink.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698