Skip to content
  • tony@chromium.org's avatar
    merge DashboardSupportCSSPropertyNames.in into CSSPropertyNames.in · a769aebd
    tony@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=78036
    
    Reviewed by Darin Adler.
    
    Source/JavaScriptCore:
    
    * Configurations/FeatureDefines.xcconfig: Add ENABLE_DASHBOARD_SUPPORT to FEATURE_DEFINES.
    
    Source/WebCore:
    
    In r89362, we started running the preprocessor through CSSPropertyNames.in.
    Now we can move DashboardSupportCSSPropertyNames.in into CSSPropertyNames.in
    and wrap it in an #if.
    
    No new tests, build refactoring.
    
    * Configurations/FeatureDefines.xcconfig: Add ENABLE_DASHBOARD_SUPPORT to FEATURE_DEFINES.
    * DerivedSources.make: Remove DashboardSupportCSSPropertyNames.in.
    * DerivedSources.pri: Remove DashboardSupportCSSPropertyNames.in.
    * WebCore.xcodeproj/project.pbxproj: Remove DashboardSupportCSSPropertyNames.in.
    * css/CSSPropertyNames.in: Wrap -webkit-dashboard-region in an #if.
    * css/DashboardSupportCSSPropertyNames.in: Removed.
    
    Source/WebKit/mac:
    
    * Configurations/FeatureDefines.xcconfig: Add ENABLE_DASHBOARD_SUPPORT to FEATURE_DEFINES.
    
    Source/WebKit2:
    
    * Configurations/FeatureDefines.xcconfig: Add ENABLE_DASHBOARD_SUPPORT to FEATURE_DEFINES.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107026 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a769aebd