MacOSX: Add zlib dependency

Both Linux and MacOSX builds depend on zlib.
Add it as a common dependency.
This commit is contained in:
Anders Hasselqvist 2016-01-15 23:51:06 +09:00 committed by KongQun Yang
parent b08b23e85e
commit 209b29a20b
1 changed files with 3 additions and 4 deletions

7
DEPS
View File

@ -57,6 +57,9 @@ deps = {
"src/packager/third_party/tcmalloc/chromium":
Var("chromium_git") + "/chromium/src/third_party/tcmalloc/chromium@fa1492f75861094061043a17c0f779c3d35780bf",
"src/packager/third_party/zlib":
Var("chromium_git") + "/chromium/src/third_party/zlib@bcf81d2e5f3a62b698d179c1fadba94604c5dad3",
"src/packager/tools/clang":
Var("chromium_git") + "/chromium/src/tools/clang@0de8f3bb6af64e13876273c601704795d5e00faf",
@ -69,10 +72,6 @@ deps = {
deps_os = {
"unix": { # Linux, actually.
# Required by build/linux/system.gyp.
"src/packager/third_party/zlib":
Var("chromium_git") + "/chromium/src/third_party/zlib@bcf81d2e5f3a62b698d179c1fadba94604c5dad3",
# Linux gold build to build faster.
"src/packager/third_party/gold":
Var("chromium_git") + "/chromium/deps/gold@29ae7431b4688df544ea840b0b66784e5dd298fe",