media/webrtc/trunk/supplement/supplement.gypi

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 # This file will be picked up by gyp to initialize some global settings.
     2 {
     3   'variables': {
     4 # make sure we can override this with --include
     5     'build_with_chromium%': 1,
     6     'clang_use_chrome_plugins%': 0,
     7     'enable_protobuf%': 1,
     8     'enabled_libjingle_device_manager%': 1,
     9     'include_internal_audio_device%': 1,
    10     'include_internal_video_capture%': 1,
    11     'include_internal_video_render%': 1,
    12     'include_pulse_audio%': 1,
    13     'use_openssl%': 1,
    14   },
    15   'target_defaults': {
    16     'conditions': [
    17       ['OS=="linux" and clang==1', {
    18         'cflags': [
    19           # Suppress the warning caused by
    20           # LateBindingSymbolTable::TableInfo from
    21           # latebindingsymboltable.cc.def.
    22           '-Wno-address-of-array-temporary',
    23         ],
    24         'cflags_mozilla': [
    25           '-Wno-address-of-array-temporary',
    26         ],
    27       }],
    28     ],
    29   }, # target_defaults
    30 }

mercurial