mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-09 07:32:04 +00:00
10 lines
140 B
Python
10 lines
140 B
Python
# This is a dummy gyp file to satisfy libjingle.gyp.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'net',
|
|
'type': 'none',
|
|
},
|
|
],
|
|
}
|