michael@0: # Below are normally provided by Chromium's base.gyp and required for michael@0: # libjingle.gyp. michael@0: { michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'base', michael@0: 'type': 'none', michael@0: 'direct_dependent_settings': { michael@0: 'include_dirs': [ michael@0: '..', michael@0: ], michael@0: }, michael@0: 'conditions': [ michael@0: ['OS == "linux"', { michael@0: 'link_settings': { michael@0: 'libraries': [ michael@0: # We need rt for clock_gettime() used in libjingle. michael@0: '-lrt', michael@0: ], michael@0: }, michael@0: }], michael@0: ], michael@0: }, michael@0: ], michael@0: }