Title: [123326] trunk/Source/WebCore
Revision
123326
Author
[email protected]
Date
2012-07-23 03:54:17 -0700 (Mon, 23 Jul 2012)

Log Message

[Chromium] Build fix for the Windows builder following r123311
https://bugs.webkit.org/show_bug.cgi?id=91979

Unreviewed build fix.

Changeset r123311 moved the TextCodecWinCE.{cpp,h} files to the Windows
directory. Update Chromium's references to these files to fix the build.

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (123325 => 123326)


--- trunk/Source/WebCore/ChangeLog	2012-07-23 10:36:19 UTC (rev 123325)
+++ trunk/Source/WebCore/ChangeLog	2012-07-23 10:54:17 UTC (rev 123326)
@@ -1,3 +1,15 @@
+2012-07-23  Peter Beverloo  <[email protected]>
+
+        [Chromium] Build fix for the Windows builder following r123311
+        https://bugs.webkit.org/show_bug.cgi?id=91979
+
+        Unreviewed build fix.
+
+        Changeset r123311 moved the TextCodecWinCE.{cpp,h} files to the Windows
+        directory. Update Chromium's references to these files to fix the build.
+
+        * WebCore.gypi:
+
 2012-07-23  Patrick Gansterer  <[email protected]>
 
         [WIN] Remove ICU dependencies from UniscribeController

Modified: trunk/Source/WebCore/WebCore.gypi (123325 => 123326)


--- trunk/Source/WebCore/WebCore.gypi	2012-07-23 10:36:19 UTC (rev 123325)
+++ trunk/Source/WebCore/WebCore.gypi	2012-07-23 10:54:17 UTC (rev 123326)
@@ -4457,9 +4457,9 @@
             'platform/text/transcoder/FontTranscoder.cpp',
             'platform/text/transcoder/FontTranscoder.h',
             'platform/text/win/TextBreakIteratorInternalICUWin.cpp',
+            'platform/text/win/TextCodecWin.cpp',
+            'platform/text/win/TextCodecWin.h',
             'platform/text/wince/TextBreakIteratorWinCE.cpp',
-            'platform/text/wince/TextCodecWinCE.cpp',
-            'platform/text/wince/TextCodecWinCE.h',
             'platform/win/BString.cpp',
             'platform/win/BString.h',
             'platform/win/BitmapInfo.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to