Changeset 97570 in webkit


Ignore:
Timestamp:
Oct 15, 2011, 9:19:55 PM (14 years ago)
Author:
abarth@webkit.org
Message:

Remove unused ENABLE(SKIA_GPU)
https://bugs.webkit.org/show_bug.cgi?id=70192

Reviewed by Daniel Bates.

There do not appear to be any references to this macro.

  • features.gypi:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r97563 r97570  
     12011-10-15  Adam Barth  <abarth@webkit.org>
     2
     3        Remove unused ENABLE(SKIA_GPU)
     4        https://bugs.webkit.org/show_bug.cgi?id=70192
     5
     6        Reviewed by Daniel Bates.
     7
     8        There do not appear to be any references to this macro.
     9
     10        * features.gypi:
     11
    1122011-10-15  Vincent Scheib  <scheib@chromium.org>
    213
  • trunk/Source/WebKit/chromium/features.gypi

    r97471 r97570  
    8080      'ENABLE_SANDBOX=1',
    8181      'ENABLE_SHARED_WORKERS=1',
    82       'ENABLE_SKIA_GPU=<(use_skia_gpu)',
    8382      'ENABLE_SKIA_TEXT=<(enable_skia_text)',
    8483      'ENABLE_SMOOTH_SCROLLING=1',
     
    115114      'enable_svg%': 1,
    116115      'enable_touch_events%': 1,
    117       'use_skia_gpu%': 0,
    118116      'use_skia%': 0,
    119117      'enable_touch_icon_loading%' : 0,
Note: See TracChangeset for help on using the changeset viewer.