dcdd57faf0
This CL is the first step in a series needed to move the android directory into trunk. After the copy we will update GYP and DEPS to point to the new location and only then remove the original directory. git-svn-id: http://skia.googlecode.com/svn/trunk@8891 2bbb7eff-a529-9590-31e7-b0007b416f81
18 lines
632 B
Python
18 lines
632 B
Python
use_relative_paths = True
|
|
|
|
# Dependencies on external packages.
|
|
deps = {
|
|
"third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git",
|
|
"third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git",
|
|
"third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git",
|
|
"third_party/externals/jpeg" : "https://android.googlesource.com/platform/external/jpeg.git",
|
|
}
|
|
|
|
#hooks = [
|
|
# {
|
|
# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
# "pattern": ".",
|
|
# "action": ["python", "trunk/gyp_skia"],
|
|
# },
|
|
#]
|