Changeset 124467 in webkit


Ignore:
Timestamp:
Aug 2, 2012 9:30:43 AM (12 years ago)
Author:
abarth@webkit.org
Message:

[Chromium] Merge final nits to DumpRenderTree.gyp for Android
https://bugs.webkit.org/show_bug.cgi?id=90920

Reviewed by Tony Chang.

This patch contains the last few small changes to DumpRenderTree.gyp
from the chromium-android branch. After this change, this file will be
fully merged.

  • DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r124457 r124467  
     12012-08-02  Adam Barth  <abarth@webkit.org>
     2
     3        [Chromium] Merge final nits to DumpRenderTree.gyp for Android
     4        https://bugs.webkit.org/show_bug.cgi?id=90920
     5
     6        Reviewed by Tony Chang.
     7
     8        This patch contains the last few small changes to DumpRenderTree.gyp
     9        from the chromium-android branch. After this change, this file will be
     10        fully merged.
     11
     12        * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
     13
    1142012-08-02  Peter Beverloo  <peter@chromium.org>
    215
  • trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

    r124329 r124467  
    489489                        '--ant-args',
    490490                        '-DPRODUCT_DIR=<(ant_build_out)',
    491                         '--ant-compile',
     491                        '--sdk-build=<(sdk_build)',
    492492                        '--app_abi',
    493493                        '<(android_app_abi)',
Note: See TracChangeset for help on using the changeset viewer.