Changeset 95029 in webkit


Ignore:
Timestamp:
Sep 13, 2011 9:23:49 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

platform/graphics/gtk/FontGtk.cpp was renamed to platform/graphics/pango/FontPango.cpp . Reflect this change in WebCore.gypi to fix a Chromium build breakage.
https://bugs.webkit.org/show_bug.cgi?id=68000

Patch by Erik Wright <erikwright@chromium.org> on 2011-09-13
Reviewed by Tony Gentilcore.

No change in functionality, thus no new tests.

  • WebCore.gypi:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r95027 r95029  
     12011-09-13  Erik Wright  <erikwright@chromium.org>
     2
     3        platform/graphics/gtk/FontGtk.cpp was renamed to platform/graphics/pango/FontPango.cpp . Reflect this change in WebCore.gypi to fix a Chromium build breakage.
     4        https://bugs.webkit.org/show_bug.cgi?id=68000
     5
     6        Reviewed by Tony Gentilcore.
     7
     8        No change in functionality, thus no new tests.
     9
     10        * WebCore.gypi:
     11
    1122011-09-10  Mikhail Naganov  <mnaganov@chromium.org>
    213
  • trunk/Source/WebCore/WebCore.gypi

    r94891 r95029  
    36723672            'platform/graphics/gstreamer/WebKitWebSourceGStreamer.h',
    36733673            'platform/graphics/gtk/ColorGtk.cpp',
    3674             'platform/graphics/gtk/FontGtk.cpp',
    36753674            'platform/graphics/gtk/GdkCairoUtilities.cpp',
    36763675            'platform/graphics/gtk/GdkCairoUtilities.h',
     
    37623761            'platform/graphics/pango/FontCachePango.cpp',
    37633762            'platform/graphics/pango/FontCustomPlatformDataPango.cpp',
     3763            'platform/graphics/pango/FontPango.cpp',
    37643764            'platform/graphics/pango/FontPlatformData.h',
    37653765            'platform/graphics/pango/FontPlatformDataPango.cpp',
Note: See TracChangeset for help on using the changeset viewer.