Skip to content

Commit

Permalink
Add Mac GN binary to runhooks @ GN revision 235425
Browse files Browse the repository at this point in the history
TBR=maruel

Review URL: https://codereview.chromium.org/67773005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235454 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
brettw@chromium.org committed Nov 15, 2013
1 parent 1422c22 commit 8ddfc8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,16 @@ hooks = [
"src/tools/gn/bin/win",
],
},
{
"name": "gn_mac",
"pattern": "\\.sha1$",
"action": [ "download_from_google_storage",
"--platform=darwin",
"--directory",
"--bucket", "chromium-gn",
"src/tools/gn/bin/mac",
],
},
{
"name": "gn_linux",
"pattern": "\\.sha1$",
Expand Down
1 change: 1 addition & 0 deletions tools/gn/bin/mac/gn.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc7ed178cf60315d3fbed8e14b1c9d29aae8f07d

0 comments on commit 8ddfc8d

Please sign in to comment.