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

Side by Side Diff: DEPS

Issue 449493004: Roll android/third_party/jpeg DEPS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 use_relative_paths = True 1 use_relative_paths = True
2 2
3 # Dependencies on outside packages. 3 # Dependencies on outside packages.
4 # 4 #
5 deps = { 5 deps = {
6 "common": "https://skia.googlesource.com/common.git@f63e1cfff23615157e28942af5 f5e8298351cb10", 6 "common": "https://skia.googlesource.com/common.git@f63e1cfff23615157e28942af5 f5e8298351cb10",
7 7
8 # DEPS using https://chromium.googlesource.com are pulled from chromium @ r205 199 8 # DEPS using https://chromium.googlesource.com are pulled from chromium @ r205 199
9 # (see https://chromium.googlesource.com/chromium/chromium/+/c59bfa8ef877f45bf a859669053859857af1d279) 9 # (see https://chromium.googlesource.com/chromium/chromium/+/c59bfa8ef877f45bf a859669053859857af1d279)
10 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angl e.git@23a8a433529d9db23882c702a29d5e594841563d", 10 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angl e.git@23a8a433529d9db23882c702a29d5e594841563d",
(...skipping 11 matching lines...) Expand all
22 recursedeps = [ 22 recursedeps = [
23 "common", 23 "common",
24 ] 24 ]
25 25
26 deps_os = { 26 deps_os = {
27 "android": { 27 "android": {
28 "platform_tools/android/third_party/externals/expat" : "https://android.goog lesource.com/platform/external/expat.git@android-4.2.2_r1.2", 28 "platform_tools/android/third_party/externals/expat" : "https://android.goog lesource.com/platform/external/expat.git@android-4.2.2_r1.2",
29 "platform_tools/android/third_party/externals/gif" : "https://android.google source.com/platform/external/giflib.git@android-4.2.2_r1.2", 29 "platform_tools/android/third_party/externals/gif" : "https://android.google source.com/platform/external/giflib.git@android-4.2.2_r1.2",
30 "platform_tools/android/third_party/externals/png" : "https://android.google source.com/platform/external/libpng.git@android-4.2.2_r1.2", 30 "platform_tools/android/third_party/externals/png" : "https://android.google source.com/platform/external/libpng.git@android-4.2.2_r1.2",
31 "platform_tools/android/third_party/externals/jpeg" : 31 "platform_tools/android/third_party/externals/jpeg" :
32 "https://android.googlesource.com/platform/external/jpeg.git@746f1f0853ddb d14ab5da6af35cc1fa560453d1e", 32 "https://android.googlesource.com/platform/external/jpeg.git@ef1b83013e781 4622a9d11579878d342e84580b7",
33 }, 33 },
34 "chromeos": { 34 "chromeos": {
35 "platform_tools/chromeos/third_party/externals/gif" : "https://android.googl esource.com/platform/external/giflib.git@android-4.2.2_r1.2", 35 "platform_tools/chromeos/third_party/externals/gif" : "https://android.googl esource.com/platform/external/giflib.git@android-4.2.2_r1.2",
36 "platform_tools/chromeos/toolchain/src/third_party/chromite": "https://chrom ium.googlesource.com/chromiumos/chromite.git@d6a4c7e0ee4d53ddc5238dbddfc0417796a 70e54", 36 "platform_tools/chromeos/toolchain/src/third_party/chromite": "https://chrom ium.googlesource.com/chromiumos/chromite.git@d6a4c7e0ee4d53ddc5238dbddfc0417796a 70e54",
37 "platform_tools/chromeos/toolchain/src/third_party/pyelftools": "https://chr omium.googlesource.com/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf 47265008091483b0d614e", 37 "platform_tools/chromeos/toolchain/src/third_party/pyelftools": "https://chr omium.googlesource.com/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf 47265008091483b0d614e",
38 }, 38 },
39 39
40 # barelinux is a DEPS target that has no shared libraries to link 40 # barelinux is a DEPS target that has no shared libraries to link
41 # to, similar to android or chromeos. 41 # to, similar to android or chromeos.
42 "barelinux": { 42 "barelinux": {
43 "third_party/externals/giflib" : 43 "third_party/externals/giflib" :
44 "https://android.googlesource.com/platform/external/giflib.git@android-4.2 .2_r1.2", 44 "https://android.googlesource.com/platform/external/giflib.git@android-4.2 .2_r1.2",
45 "third_party/externals/libpng" : 45 "third_party/externals/libpng" :
46 "https://android.googlesource.com/platform/external/libpng.git@android-4. 2.2_r1.2", 46 "https://android.googlesource.com/platform/external/libpng.git@android-4. 2.2_r1.2",
47 "third_party/externals/zlib" : 47 "third_party/externals/zlib" :
48 "https://android.googlesource.com/platform/external/zlib.git@android-4.2. 2_r1.2", 48 "https://android.googlesource.com/platform/external/zlib.git@android-4.2. 2_r1.2",
49 } 49 }
50 } 50 }
51 51
52 #hooks = [ 52 #hooks = [
53 # { 53 # {
54 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. 54 # # A change to a .gyp, .gypi, or to GYP itself should run the generator.
55 # "pattern": ".", 55 # "pattern": ".",
56 # "action": ["python", "trunk/gyp_skia"], 56 # "action": ["python", "trunk/gyp_skia"],
57 # }, 57 # },
58 #] 58 #]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698