[Webkit-unassigned] [Bug 68000] New: WebCore.gypi references moved file FonGtk.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 06:46:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68000

           Summary: WebCore.gypi references moved file FonGtk.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: erikwright at chromium.org


While updating a Chromium working directory I encountered the following errors:

---------
S:\src\chromium\src>gclient sync
...
________ running 'svn update S:\src\chromium\src\third_party\WebKit\Source --rev
ision 94949 --force --ignore-externals' in 'S:\src\chromium'
At revision 94949.
...
Enabled Psyco JIT.
Updating projects from gyp files...
Error: Missing input file src\chrome\browser\policy\configuration_policy_store_interface.h
Error: Missing input file src\third_party\WebKit\Source\WebCore\WebCore.gyp\..\platform\graphics\gtk\FontGtk.cpp
Error: Missing input file src\third_party\WebKit\Source\WebCore\WebCore.gyp\..\platform\graphics\gtk\FontGtk.cpp
Error: Missing input file src\third_party\WebKit\Source\WebCore\WebCore.gyp\..\platform\graphics\gtk\FontGtk.cpp
Error: Missing input file src\third_party\WebKit\Source\WebCore\WebCore.gyp\..\platform\graphics\gtk\FontGtk.cpp

S:\src\chromium\src>gclient sync
---------

In revision 94874 the file was renamed:

---------
r94874 | commit-queue at webkit.org | 2011-09-09 17:40:04 -0400 (Fri, 09 Sep 2011) | 13 lines
Changed paths:
   M /trunk/Source/WebCore/ChangeLog
   M /trunk/Source/WebCore/GNUmakefile.list.am
   D /trunk/Source/WebCore/platform/graphics/gtk/FontGtk.cpp
   A /trunk/Source/WebCore/platform/graphics/pango/FontPango.cpp (from /trunk/Source/WebCore/platform/graphics/gtk/FontGtk.cpp:94873)

Rename FontGtk.cpp to FontPango.cpp
---------

But as of now /trunk/Source/WebCore/WebCore.gypi still references the file.

It's simple to remove the stale reference but not as clear whether the new file should be added.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list