mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
9 lines
140 B
Python
9 lines
140 B
Python
# This is a dummy gyp file to satisfy libjingle.gyp.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'net',
|
|
'type': 'none',
|
|
},
|
|
],
|
|
}
|