Changeset 89152 in webkit


Ignore:
Timestamp:
Jun 17, 2011 11:52:56 AM (13 years ago)
Author:
crogers@google.com
Message:

2011-06-17 Chris Rogers <crogers@google.com>

Reviewed by Tony Chang.

Enable Web Audio for chromium windows build
https://bugs.webkit.org/show_bug.cgi?id=62895

  • features.gypi:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r89143 r89152  
     12011-06-17  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Tony Chang.
     4
     5        Enable Web Audio for chromium windows build
     6        https://bugs.webkit.org/show_bug.cgi?id=62895
     7
     8        * features.gypi:
     9
    1102011-06-17  Eric Uhrhane  <ericu@chromium.org>
    211
  • trunk/Source/WebKit/chromium/features.gypi

    r88548 r89152  
    8585      'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
    8686      'ENABLE_VIDEO=1',
     87      'ENABLE_WEB_AUDIO=1',
    8788      'ENABLE_WEB_SOCKETS=1',
    8889      'ENABLE_WEB_TIMING=1',
     
    133134        'enable_touch_icon_loading': 1,
    134135      }],
    135       # TODO(crogers): For the moment Windows is only enabled for
    136       # Google-branded build, since the FFmpeg DLLs need to be re-built
    137       # for chromium.
    138       ['OS=="mac" or OS=="linux" or (OS=="win" and branding=="Chrome")', {
    139         'feature_defines': [
    140           'ENABLE_WEB_AUDIO=1',
    141         ],
    142       }],
    143136      # Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg.
    144137      ['OS!="mac"', {
Note: See TracChangeset for help on using the changeset viewer.