Commit 53a19030 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 dom/
        https://bugs.webkit.org/show_bug.cgi?id=56409

        * gyp/WebCore.gyp:


git-svn-id: svn://svn.chromium.org/blink/trunk@81202 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent aa8280cf
2011-03-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
WebCore GYP build should build dom/
https://bugs.webkit.org/show_bug.cgi?id=56409
* gyp/WebCore.gyp:
2011-03-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
......
......@@ -50,6 +50,7 @@
# FIXME: include bridge/
['include', 'css/'],
['exclude', 'css/CSSParser\\.cpp$'], # Requires tokenizer.cpp
['include', 'dom/'],
['exclude', 'bindings/[^/]+/'],
['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