Skip to content
  • abecsi@webkit.org's avatar
    Centralize the gperf code generation commands into make-hash-tools.pl · aaed3111
    abecsi@webkit.org authored
    to avoid redundancy across multiple build systems.
    Do this in preparation of refactoring the usage of these generated
    sources to fix the debug linking error on Linux with gcc >= 4.4.0.
    
    WebCore: 
    
    Reviewed by Darin Adler.
    
    webkit.org/b/29244
    
    No functionality change, so no new tests needed.
    
    * DerivedSources.make:
    * GNUmakefile.am:
    * WebCore.gyp/WebCore.gyp:
    * WebCore.gyp/scripts/rule_gperf.py: Removed.
    * WebCore.pri:
    * WebCore.xcodeproj/project.pbxproj:
    * css/CSSParser.cpp:
    (WebCore::cssPropertyID):
    (WebCore::cssValueKeywordID):
    * css/makeprop.pl:
    * css/makevalues.pl:
    * html/DocTypeStrings.gperf:
    * html/HTML5EntityParser.cpp:
    * html/HTMLDocumentParser.cpp:
    * html/HTMLEntityNames.gperf:
    * html/PreloadScanner.cpp:
    * make-hash-tools.pl: Added.
    * platform/ColorData.gperf:
    * platform/graphics/Color.cpp:
    
    WebKit/chromium: 
    
    Patch by Andras Becsi <abecsi@inf.u-szeged.hu> on 2010-06-13
    Reviewed by Darin Adler.
    
    webkit.org/b/29244
    
    * src/WebEntities.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61091 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    aaed3111