Commit 9b97f84d authored by abarth@webkit.org's avatar abarth@webkit.org

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:


git-svn-id: svn://svn.chromium.org/blink/trunk@81218 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 03950d07
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:
2011-03-15 Dimitri Glazkov <dglazkov@chromium.org> 2011-03-15 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Kent Tamura. Reviewed by Kent Tamura.
......
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
['include', 'fileapi/'], ['include', 'fileapi/'],
['include', 'history/'], ['include', 'history/'],
['include', 'html/'], ['include', 'html/'],
['include', 'inspector/'],
['include', 'loader/'],
['include', 'mathml/'],
['include', 'notifications/'],
['include', 'page/'],
['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