Changeset 106481 in webkit


Ignore:
Timestamp:
Feb 1, 2012 11:52:06 AM (12 years ago)
Author:
dpranke@chromium.org
Message:

TestWebKitAPI isn't being built on chromium bots any more
https://bugs.webkit.org/show_bug.cgi?id=77563

Reviewed by Dimitri Glazkov.

I accidentally dropped it in the refactoring in r105449.

Source/WebKit/chromium:

  • All.gyp:

Tools:

  • TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp: Added.
Location:
trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r105398 r106481  
    6666Tools/DumpRenderTree/DumpRenderTree.gyp/*.vcproj*
    6767Tools/DumpRenderTree/DumpRenderTree.gyp/*.xcodeproj*
     68Tools/TestWebKitAPI/TestWebKitAPI.gyp/*.Makefile
     69Tools/TestWebKitAPI/TestWebKitAPI.gyp/*.mk
     70Tools/TestWebKitAPI/TestWebKitAPI.gyp/*.ninja
     71Tools/TestWebKitAPI/TestWebKitAPI.gyp/*.sln
     72Tools/TestWebKitAPI/TestWebKitAPI.gyp/*.vcproj*
     73Tools/TestWebKitAPI/TestWebKitAPI.gyp/*.xcodeproj*
     74
    6875
    6976# Ignore status files that manage Chromium dependencies.
  • trunk/Source/WebKit/chromium/All.gyp

    r105330 r106481  
    3535    'targets': [
    3636        {
    37             # These two targets should be sufficient to cause everything
     37            # These targets should be sufficient to cause everything
    3838            # else to build (incl. webkit); if they aren't, we have our
    3939            # dependencies wrong.
     
    4343                'WebKitUnitTests.gyp:webkit_unit_tests',
    4444                '../../../Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree',
     45                '../../../Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:TestWebKitAPI',
    4546            ],
    4647        }
  • trunk/Source/WebKit/chromium/ChangeLog

    r106475 r106481  
     12012-02-01  Dirk Pranke  <dpranke@chromium.org>
     2
     3        TestWebKitAPI isn't being built on chromium bots any more
     4        https://bugs.webkit.org/show_bug.cgi?id=77563
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        I accidentally dropped it in the refactoring in r105449.
     9
     10        * All.gyp:
     11
    1122012-02-01  Hans Wennborg  <hans@chromium.org>
    213
  • trunk/Tools/ChangeLog

    r106475 r106481  
     12012-02-01  Dirk Pranke  <dpranke@chromium.org>
     2
     3        TestWebKitAPI isn't being built on chromium bots any more
     4        https://bugs.webkit.org/show_bug.cgi?id=77563
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        I accidentally dropped it in the refactoring in r105449.
     9
     10        * TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp: Added.
     11
    1122012-02-01  Hans Wennborg  <hans@chromium.org>
    213
Note: See TracChangeset for help on using the changeset viewer.