Changeset 81218 in webkit


Ignore:
Timestamp:
Mar 15, 2011 10:46:27 PM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

WebCore GYP build should build inspector/ loader/ mathml/ notifications/ and page/
https://bugs.webkit.org/show_bug.cgi?id=56412

Yay for smooth sailing.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r81216 r81218  
     12011-03-15  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        WebCore GYP build should build inspector/ loader/ mathml/ notifications/ and page/
     6        https://bugs.webkit.org/show_bug.cgi?id=56412
     7
     8        Yay for smooth sailing.
     9
     10        * gyp/WebCore.gyp:
     11
    1122011-03-15  Dimitri Glazkov  <dglazkov@chromium.org>
    213
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r81203 r81218  
    5656        ['include', 'history/'],
    5757        ['include', 'html/'],
     58        ['include', 'inspector/'],
     59        ['include', 'loader/'],
     60        ['include', 'mathml/'],
     61        ['include', 'notifications/'],
     62        ['include', 'page/'],
    5863
    5964        ['exclude', 'bindings/[^/]+/'],
Note: See TracChangeset for help on using the changeset viewer.