Commit aa8280cf 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 css/
        https://bugs.webkit.org/show_bug.cgi?id=56408

        CSSParser.cpp #includes tokenizer.cpp, which we haven't included in the
        build yet.  I've punted on that problem for now, but we'll come back to
        it.

        * gyp/WebCore.gyp:


git-svn-id: svn://svn.chromium.org/blink/trunk@81201 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a64944a0
2011-03-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
WebCore GYP build should build css/
https://bugs.webkit.org/show_bug.cgi?id=56408
CSSParser.cpp #includes tokenizer.cpp, which we haven't included in the
build yet. I've punted on that problem for now, but we'll come back to
it.
* gyp/WebCore.gyp:
2011-03-15 Adam Barth <abarth@webkit.org>
Reviewed by Dimitri Glazkov.
......
......@@ -47,6 +47,9 @@
# Artificially reduce the scope during bring-up.
['exclude', '.*\\.(c|cpp|mm)$'],
['include', 'accessibility/'],
# FIXME: include bridge/
['include', 'css/'],
['exclude', 'css/CSSParser\\.cpp$'], # Requires tokenizer.cpp
['exclude', 'bindings/[^/]+/'],
['include', 'bindings/generic/'],
......@@ -56,9 +59,11 @@
['exclude', 'bindings/js/ScriptControllerMac\\.mm$'],
# FIXME: Figure out how to store these patterns in a variable.
['exclude', '(android|brew|cairo|ca|cg|chromium|curl|efl|freetype|fftw|gstreamer|gtk|haiku|linux|mac|mkl|opengl|openvg|opentype|pango|posix|qt|soup|symbian|texmap|iphone|win|wince|wx)/'],
['exclude', '(android|brew|cairo|ca|chromium|curl|efl|freetype|fftw|gstreamer|gtk|haiku|linux|mac|mkl|opengl|openvg|opentype|pango|posix|qt|soup|symbian|texmap|iphone|win|wince|wx)/'],
['exclude', '(Android|Brew|Cairo|CF|CG|Curl|Chromium|Efl|Haiku|Gtk|JSC|Linux|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
['exclude', 'platform/graphics/cg/FontPlatformData\\.h$'],
['exclude', 'AllInOne\\.cpp$'],
],
'mac_framework_headers': [
......
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