2012-08-31 02:17:53 +02:00
|
|
|
# Below are normally provided by Chromium's base.gyp and required for
|
|
|
|
# libjingle.gyp.
|
2012-05-08 23:19:08 +02:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'base',
|
|
|
|
'type': 'none',
|
2012-08-31 02:17:53 +02:00
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'..',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'conditions': [
|
|
|
|
['OS == "linux"', {
|
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
|
|
|
# We need rt for clock_gettime() used in libjingle.
|
|
|
|
'-lrt',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
],
|
2012-05-08 23:19:08 +02:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|