Title: [93229] trunk/Source/WebCore
Revision
93229
Author
[email protected]
Date
2011-08-17 11:44:42 -0700 (Wed, 17 Aug 2011)

Log Message

Fix chromium mac compile.  MediaPlayerPrivateAVFoundationObjC.* moved
and the WebCore.gypi file wasn't updated.

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93228 => 93229)


--- trunk/Source/WebCore/ChangeLog	2011-08-17 18:39:18 UTC (rev 93228)
+++ trunk/Source/WebCore/ChangeLog	2011-08-17 18:44:42 UTC (rev 93229)
@@ -1,3 +1,10 @@
+2011-08-17  Tony Chang  <[email protected]>
+
+        Fix chromium mac compile.  MediaPlayerPrivateAVFoundationObjC.* moved
+        and the WebCore.gypi file wasn't updated.
+
+        * WebCore.gypi:
+
 2011-08-17  Abhishek Arya  <[email protected]>
 
         Crash in Document::recalcStyleSelector

Modified: trunk/Source/WebCore/WebCore.gypi (93228 => 93229)


--- trunk/Source/WebCore/WebCore.gypi	2011-08-17 18:39:18 UTC (rev 93228)
+++ trunk/Source/WebCore/WebCore.gypi	2011-08-17 18:44:42 UTC (rev 93229)
@@ -3391,8 +3391,8 @@
             'platform/graphics/WidthIterator.h',
             'platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp',
             'platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h',
-            'platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationObjC.h',
-            'platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationObjC.mm',
+            'platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h',
+            'platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm',
             'platform/graphics/brew/IconBrew.cpp',
             'platform/graphics/brew/ImageBrew.cpp',
             'platform/graphics/brew/IntPointBrew.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to