Commit cb5815e4 authored by abarth@webkit.org's avatar abarth@webkit.org

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:


git-svn-id: svn://svn.chromium.org/blink/trunk@81203 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 53a19030
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:
2011-03-15 Adam Barth <abarth@webkit.org> 2011-03-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel. Reviewed by Eric Seidel.
......
...@@ -51,6 +51,10 @@ ...@@ -51,6 +51,10 @@
['include', 'css/'], ['include', 'css/'],
['exclude', 'css/CSSParser\\.cpp$'], # Requires tokenizer.cpp ['exclude', 'css/CSSParser\\.cpp$'], # Requires tokenizer.cpp
['include', 'dom/'], ['include', 'dom/'],
['include', 'editing/'],
['include', 'fileapi/'],
['include', 'history/'],
['include', 'html/'],
['exclude', 'bindings/[^/]+/'], ['exclude', 'bindings/[^/]+/'],
['include', 'bindings/generic/'], ['include', 'bindings/generic/'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment