Changeset 81203 in webkit


Ignore:
Timestamp:
Mar 15, 2011 5:34:35 PM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Dimitri Glazkov.

WebCore GYP build should build editing, fileapi, history, and html
https://bugs.webkit.org/show_bug.cgi?id=56411

These all went smoothly.

  • gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r81202 r81203  
     12011-03-15  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        WebCore GYP build should build editing, fileapi, history, and html
     6        https://bugs.webkit.org/show_bug.cgi?id=56411
     7
     8        These all went smoothly.
     9
     10        * gyp/WebCore.gyp:
     11
    1122011-03-15  Adam Barth  <abarth@webkit.org>
    213
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r81202 r81203  
    5252        ['exclude', 'css/CSSParser\\.cpp$'], # Requires tokenizer.cpp
    5353        ['include', 'dom/'],
     54        ['include', 'editing/'],
     55        ['include', 'fileapi/'],
     56        ['include', 'history/'],
     57        ['include', 'html/'],
    5458
    5559        ['exclude', 'bindings/[^/]+/'],
Note: See TracChangeset for help on using the changeset viewer.