media/webrtc/trunk/base/base.gyp

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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