Index: DEPS |
diff --git a/DEPS b/DEPS |
index 8c280f41faa685628761b7308291cdbe3d5f1d70..9f14d68e84097f5feaadbc4e2726d0c9a1aaf6f1 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -36,6 +36,14 @@ deps_os = { |
"platform_tools/chromeos/toolchain/src/third_party/chromite": "https://chromium.googlesource.com/chromiumos/chromite.git@d6a4c7e0ee4d53ddc5238dbddfc0417796a70e54", |
"platform_tools/chromeos/toolchain/src/third_party/pyelftools": "https://chromium.googlesource.com/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf47265008091483b0d614e", |
}, |
+ |
+ # barelinux is a DEPS target that has no shared libraries to link |
+ # to, similar to android or chromeos. |
+ "barelinux": { |
+ "third_party/externals/giflib" : "https://android.googlesource.com/platform/external/giflib.git@android-4.2.2_r1.2", |
+ "third_party/externals/libpng" : "https://android.googlesource.com/platform/external/libpng.git@android-4.2.2_r1.2", |
+ "third_party/externals/zlib" : "https://github.com/madler/zlib.git@5089329", # zlib.git@v1.2.8 |
djsollen
2014/02/06 18:22:41
is there a googlesource.com repo that has this?
hal.canary
2014/02/06 21:01:54
Done.
|
+ } |
} |
#hooks = [ |