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

Unified Diff: DEPS

Issue 1520403003: Prototype of RAW decoding in Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address Comments Created 4 years, 11 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 | dm/DM.cpp » ('j') | src/codec/SkRawCodec.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index a76953d31df6aedbdb32e9f3eb451c6afc16f44e..a4fd0baaf7ab9c1a8ea9e13cc5b15b29812693ed 100644
--- a/DEPS
+++ b/DEPS
@@ -22,6 +22,9 @@ deps = {
"third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@070a616b8275277e18ef8ee91e2ca23f7bdc67d5",
"third_party/externals/giflib" : "https://android.googlesource.com/platform/external/giflib.git@ab10e256df4f684260ca239905b1cec727181f6c",
+ "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@master",
+ "third_party/externals/piex" : "https://skia.googlesource.com/third_party/piex/",
scroggo 2016/01/12 21:54:39 Why does this use a mirror? Isn't this also checke
yujieqin 2016/01/13 15:29:41 We are in the process of getting the repository in
scroggo 2016/01/13 18:24:45 It is only a problem if we do not have a mirror th
yujieqin 2016/01/14 10:21:50 We finally got the external/piex in AOSP. :) Updat
scroggo 2016/01/14 15:26:37 Great. I closed b/26459537
+
"third_party/externals/libjpeg-turbo" : "https://skia.googlesource.com/third_party/libjpeg-turbo.git@36422d9e165a33914436068536772cc6ed1e7886",
# libjpeg-turbo depends on yasm to compile .asm files
"third_party/externals/yasm/source/patched-yasm/" : "https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@4671120cd8558ce62ee8672ebf3eb6f5216f909b",
« no previous file with comments | « no previous file | dm/DM.cpp » ('j') | src/codec/SkRawCodec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698