Changeset 81201 in webkit


Ignore:
Timestamp:
Mar 15, 2011 5:29:10 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 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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r81200 r81201  
     12011-03-15  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        WebCore GYP build should build css/
     6        https://bugs.webkit.org/show_bug.cgi?id=56408
     7
     8        CSSParser.cpp #includes tokenizer.cpp, which we haven't included in the
     9        build yet.  I've punted on that problem for now, but we'll come back to
     10        it.
     11
     12        * gyp/WebCore.gyp:
     13
    1142011-03-15  Adam Barth  <abarth@webkit.org>
    215
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r81200 r81201  
    4848        ['exclude', '.*\\.(c|cpp|mm)$'],
    4949        ['include', 'accessibility/'],
     50        # FIXME: include bridge/
     51        ['include', 'css/'],
     52        ['exclude', 'css/CSSParser\\.cpp$'], # Requires tokenizer.cpp
    5053
    5154        ['exclude', 'bindings/[^/]+/'],
     
    5760
    5861        # FIXME: Figure out how to store these patterns in a variable.
    59         ['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)/'],
     62        ['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)/'],
    6063        ['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?)$'],
     64
     65        ['exclude', 'platform/graphics/cg/FontPlatformData\\.h$'],
    6166
    6267        ['exclude', 'AllInOne\\.cpp$'],
Note: See TracChangeset for help on using the changeset viewer.