Title: [98992] trunk/Tools
Revision
98992
Author
[email protected]
Date
2011-11-01 12:28:52 -0700 (Tue, 01 Nov 2011)

Log Message

chromium-gpu port should default to chromium-gpu-mac, not chromium-gpu-cg-mac
https://bugs.webkit.org/show_bug.cgi?id=71286

Patch by Elliot Poger <[email protected]> on 2011-11-01
Reviewed by Stephen White.

* Scripts/webkitpy/layout_tests/port/chromium_gpu.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (98991 => 98992)


--- trunk/Tools/ChangeLog	2011-11-01 19:24:44 UTC (rev 98991)
+++ trunk/Tools/ChangeLog	2011-11-01 19:28:52 UTC (rev 98992)
@@ -1,3 +1,12 @@
+2011-11-01  Elliot Poger  <[email protected]>
+
+        chromium-gpu port should default to chromium-gpu-mac, not chromium-gpu-cg-mac
+        https://bugs.webkit.org/show_bug.cgi?id=71286
+
+        Reviewed by Stephen White.
+
+        * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
+
 2011-11-01  Simon Hausmann  <[email protected]>
 
         [Qt][WK2] Fix build of WebKitTestRunner with ELF symbol visibility

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py (98991 => 98992)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py	2011-11-01 19:24:44 UTC (rev 98991)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py	2011-11-01 19:28:52 UTC (rev 98992)
@@ -44,7 +44,7 @@
         elif platform.startswith('linux'):
             port_name = 'chromium-gpu-linux'
         elif platform == 'darwin':
-            port_name = 'chromium-gpu-cg-mac'
+            port_name = 'chromium-gpu-mac'
         else:
             raise NotImplementedError('unsupported platform: %s' % platform)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to