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

Unified Diff: DEPS

Issue 152513007: Build Skia for a bare-bones embedded Linux system. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: again Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | gyp/common_variables.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 8c280f41faa685628761b7308291cdbe3d5f1d70..1fa3662fca927cc0ff4bc17ff27194dfe8b90c1f 100644
--- a/DEPS
+++ b/DEPS
@@ -36,6 +36,17 @@ 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://android.googlesource.com/platform/external/zlib.git@android-4.2.2_r1.2",
+ }
}
#hooks = [
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | gyp/common_variables.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698