media/webrtc/trunk/base/base.gyp

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 # Below are normally provided by Chromium's base.gyp and required for
     2 # libjingle.gyp.
     3 {
     4   'targets': [
     5     {
     6       'target_name': 'base',
     7       'type': 'none',
     8       'direct_dependent_settings': {
     9         'include_dirs': [
    10           '..',
    11         ],
    12       },
    13       'conditions': [
    14         ['OS == "linux"', {
    15           'link_settings': {
    16             'libraries': [
    17               # We need rt for clock_gettime() used in libjingle.
    18               '-lrt',
    19             ],
    20           },
    21         }],
    22       ],
    23     },
    24   ],
    25 }

mercurial