Changeset 80500 in webkit


Ignore:
Timestamp:
Mar 7, 2011 2:37:21 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-07 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Add WML files to WebCore.gypi
https://bugs.webkit.org/show_bug.cgi?id=55905

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80499 r80500  
     12011-03-07  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Add WML files to WebCore.gypi
     6        https://bugs.webkit.org/show_bug.cgi?id=55905
     7
     8        * WebCore.gyp/WebCore.gyp:
     9        * WebCore.gypi:
     10
    1112011-03-07  Adrienne Walker  <enne@google.com>
    212
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r80496 r80500  
    11751175        # of their enclosing directories and tags at the ends of their
    11761176        # filenames.
    1177         ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|fftw|gtk|haiku|linux|mac|mkl|opentype|posix|qt|soup|svg|symbian|win|wince|wx)/'],
     1177        ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|fftw|gtk|haiku|linux|mac|mkl|opentype|posix|qt|soup|svg|symbian|win|wince|wml|wx)/'],
    11781178        ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'],
    11791179
     
    13651365        # of their enclosing directories and tags at the ends of their
    13661366        # filenames.
    1367         ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|soup|svg|symbian|win|wince|wx)/'],
     1367        ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|soup|svg|symbian|win|wince|wml|wx)/'],
    13681368        ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'],
    13691369
     
    14301430        # of their enclosing directories and tags at the ends of their
    14311431        # filenames.
    1432         ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|rendering|soup|svg|symbian|win|wince|wx)/'],
     1432        ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|rendering|soup|svg|symbian|win|wince|wml|wx)/'],
    14331433        ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'],
    14341434
  • trunk/Source/WebCore/WebCore.gypi

    r80496 r80500  
    332332            'webaudio/RealtimeAnalyserNode.idl',
    333333            'websockets/WebSocket.idl',
     334            'wml/WMLAElement.cpp',
     335            'wml/WMLAElement.h',
     336            'wml/WMLAccessElement.cpp',
     337            'wml/WMLAccessElement.h',
     338            'wml/WMLAnchorElement.cpp',
     339            'wml/WMLAnchorElement.h',
     340            'wml/WMLBRElement.cpp',
     341            'wml/WMLBRElement.h',
     342            'wml/WMLCardElement.cpp',
     343            'wml/WMLCardElement.h',
     344            'wml/WMLDoElement.cpp',
     345            'wml/WMLDoElement.h',
     346            'wml/WMLDocument.cpp',
     347            'wml/WMLDocument.h',
     348            'wml/WMLElement.cpp',
     349            'wml/WMLElement.h',
     350            'wml/WMLErrorHandling.cpp',
     351            'wml/WMLErrorHandling.h',
     352            'wml/WMLEventHandlingElement.cpp',
     353            'wml/WMLEventHandlingElement.h',
     354            'wml/WMLFieldSetElement.cpp',
     355            'wml/WMLFieldSetElement.h',
     356            'wml/WMLFormControlElement.cpp',
     357            'wml/WMLFormControlElement.h',
     358            'wml/WMLGoElement.cpp',
     359            'wml/WMLGoElement.h',
     360            'wml/WMLImageElement.cpp',
     361            'wml/WMLImageElement.h',
     362            'wml/WMLImageLoader.cpp',
     363            'wml/WMLImageLoader.h',
     364            'wml/WMLInputElement.cpp',
     365            'wml/WMLInputElement.h',
     366            'wml/WMLInsertedLegendElement.cpp',
     367            'wml/WMLInsertedLegendElement.h',
     368            'wml/WMLIntrinsicEvent.cpp',
     369            'wml/WMLIntrinsicEvent.h',
     370            'wml/WMLIntrinsicEventHandler.cpp',
     371            'wml/WMLIntrinsicEventHandler.h',
     372            'wml/WMLMetaElement.cpp',
     373            'wml/WMLMetaElement.h',
     374            'wml/WMLNoopElement.cpp',
     375            'wml/WMLNoopElement.h',
     376            'wml/WMLOnEventElement.cpp',
     377            'wml/WMLOnEventElement.h',
     378            'wml/WMLOptGroupElement.cpp',
     379            'wml/WMLOptGroupElement.h',
     380            'wml/WMLOptionElement.cpp',
     381            'wml/WMLOptionElement.h',
     382            'wml/WMLPElement.cpp',
     383            'wml/WMLPElement.h',
     384            'wml/WMLPageState.cpp',
     385            'wml/WMLPageState.h',
     386            'wml/WMLPostfieldElement.cpp',
     387            'wml/WMLPostfieldElement.h',
     388            'wml/WMLPrevElement.cpp',
     389            'wml/WMLPrevElement.h',
     390            'wml/WMLRefreshElement.cpp',
     391            'wml/WMLRefreshElement.h',
     392            'wml/WMLSelectElement.cpp',
     393            'wml/WMLSelectElement.h',
     394            'wml/WMLSetvarElement.cpp',
     395            'wml/WMLSetvarElement.h',
     396            'wml/WMLTableElement.cpp',
     397            'wml/WMLTableElement.h',
     398            'wml/WMLTaskElement.cpp',
     399            'wml/WMLTaskElement.h',
     400            'wml/WMLTemplateElement.cpp',
     401            'wml/WMLTemplateElement.h',
     402            'wml/WMLTimerElement.cpp',
     403            'wml/WMLTimerElement.h',
     404            'wml/WMLVariables.cpp',
     405            'wml/WMLVariables.h',
    334406            'workers/AbstractWorker.idl',
    335407            'workers/DedicatedWorkerContext.idl',
Note: See TracChangeset for help on using the changeset viewer.