Changeset 92303 in webkit


Ignore:
Timestamp:
Aug 3, 2011 12:38:19 PM (13 years ago)
Author:
kevino@webkit.org
Message:

[wx] Unreviewed build fix after gesture recognizer changes.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r92277 r92303  
     12011-08-03  Kevin Ollivier  <kevino@theolliviers.com>
     2
     3        [wx] Unreviewed build fix after gesture recognizer changes.
     4
     5        * wscript:
     6
    172011-08-02  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
    28
  • trunk/wscript

    r88131 r92303  
    331331        excludes.append('FontPlatformData.cpp')
    332332       
     333        # we don't use gestures currently
     334        excludes.append('PlatformGestureRecognizer.cpp')
     335       
    333336        if sys.platform.startswith('darwin'):
    334337            webcore.includes += ' Source/WebKit/mac/WebCoreSupport WebCore/platform/mac'
Note: See TracChangeset for help on using the changeset viewer.