Changeset 57703 in webkit


Ignore:
Timestamp:
Apr 15, 2010 6:16:34 PM (14 years ago)
Author:
tony@chromium.org
Message:

2010-04-15 Tony Chang <tony@chromium.org>

Reviewed by Dimitri Glazkov.

[chromium] Add TestShellGtk.cpp so we can link on Linux
https://bugs.webkit.org/show_bug.cgi?id=37561

  • DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp: Add new file and

add platform file exceptions.

  • DumpRenderTree/chromium/TestShellGtk.cpp: Added. (AlarmHandler): (TestShell::waitTestFinished):
Location:
trunk/WebKitTools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r57702 r57703  
     12010-04-15  Tony Chang  <tony@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [chromium] Add TestShellGtk.cpp so we can link on Linux
     6        https://bugs.webkit.org/show_bug.cgi?id=37561
     7
     8        * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp: Add new file and
     9            add platform file exceptions.
     10        * DumpRenderTree/chromium/TestShellGtk.cpp: Added.
     11        (AlarmHandler):
     12        (TestShell::waitTestFinished):
     13
    1142010-04-15  Tony Chang  <tony@chromium.org>
    215
  • trunk/WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

    r57702 r57703  
    113113                '../chromium/TestShell.cpp',
    114114                '../chromium/TestShell.h',
     115                '../chromium/TestShellGtk.cpp',
    115116                '../chromium/TestShellMac.mm',
    116117                '../chromium/TestShellWin.cpp',
Note: See TracChangeset for help on using the changeset viewer.