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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | gyp/common_variables.gypi » ('J')
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, as needed for developers/bots that use 3 # Dependencies on outside packages, as needed for developers/bots that use
4 # "gclient" instead of raw SVN access. 4 # "gclient" instead of raw SVN access.
5 # 5 #
6 # For now, this must be maintained in parallel with "SVN externals" 6 # For now, this must be maintained in parallel with "SVN externals"
7 # dependencies for developers who use raw SVN instead of "gclient". 7 # dependencies for developers who use raw SVN instead of "gclient".
8 # See third_party/externals/README 8 # See third_party/externals/README
9 # 9 #
10 deps = { 10 deps = {
(...skipping 18 matching lines...) Expand all
29 "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/expat" : "https://android.goog lesource.com/platform/external/expat.git@android-4.2.2_r1.2",
30 "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/gif" : "https://android.google source.com/platform/external/giflib.git@android-4.2.2_r1.2",
31 "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/png" : "https://android.google source.com/platform/external/libpng.git@android-4.2.2_r1.2",
32 "platform_tools/android/third_party/externals/jpeg" : "https://android.googl esource.com/platform/external/jpeg.git@android-4.2.2_r1.2", 32 "platform_tools/android/third_party/externals/jpeg" : "https://android.googl esource.com/platform/external/jpeg.git@android-4.2.2_r1.2",
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
40 # barelinux is a DEPS target that has no shared libraries to link
41 # to, similar to android or chromeos.
42 "barelinux": {
43 "third_party/externals/giflib" :
44 "https://android.googlesource.com/platform/external/giflib.git@android-4.2 .2_r1.2",
45 "third_party/externals/libpng" :
46 "https://android.googlesource.com/platform/external/libpng.git@android-4. 2.2_r1.2",
47 "third_party/externals/zlib" :
48 "https://android.googlesource.com/platform/external/zlib.git@android-4.2. 2_r1.2",
49 }
39 } 50 }
40 51
41 #hooks = [ 52 #hooks = [
42 # { 53 # {
43 # # 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.
44 # "pattern": ".", 55 # "pattern": ".",
45 # "action": ["python", "trunk/gyp_skia"], 56 # "action": ["python", "trunk/gyp_skia"],
46 # }, 57 # },
47 #] 58 #]
OLDNEW
« 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