| OLD | NEW |
| (Empty) |
| 1 use_relative_paths = True | |
| 2 | |
| 3 # Dependencies on external packages. | |
| 4 deps = { | |
| 5 "third_party/externals/expat" : "https://android.googlesource.com/platform/ext
ernal/expat.git", | |
| 6 "third_party/externals/gif" : "https://android.googlesource.com/platform/exter
nal/giflib.git", | |
| 7 "third_party/externals/png" : "https://android.googlesource.com/platform/exter
nal/libpng.git", | |
| 8 "third_party/externals/jpeg" : "https://android.googlesource.com/platform/exte
rnal/jpeg.git", | |
| 9 } | |
| 10 | |
| 11 #hooks = [ | |
| 12 # { | |
| 13 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. | |
| 14 # "pattern": ".", | |
| 15 # "action": ["python", "trunk/gyp_skia"], | |
| 16 # }, | |
| 17 #] | |
| OLD | NEW |