mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5bc178dcdd
The upstream is at: http://code.google.com/p/angleproject/ This update allows to pass all conformance tests on Windows with ANGLE renderer; also fixes 2 crashes (see dependent bugs).
16 lines
363 B
Python
16 lines
363 B
Python
deps = {
|
|
"trunk/third_party/gyp":
|
|
"http://gyp.googlecode.com/svn/trunk@1080",
|
|
|
|
"trunk/third_party/googletest":
|
|
"http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0
|
|
}
|
|
|
|
hooks = [
|
|
{
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
"pattern": ".",
|
|
"action": ["python", "trunk/build/gyp_angle"],
|
|
},
|
|
]
|