Changeset 122301 in webkit


Ignore:
Timestamp:
Jul 10, 2012 11:19:09 PM (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

    r122292 r122301  
     12012-07-10  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-07-10  Adam Barth  <abarth@webkit.org>
    215
  • trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

    r121086 r122301  
    452452                        '--ant-args',
    453453                        '-DPRODUCT_DIR=<(ant_build_out)',
    454                         '--ant-compile',
     454                        '--ant-compile=<(sdk_build)',
    455455                        '--app_abi',
    456456                        '<(android_app_abi)',
Note: See TracChangeset for help on using the changeset viewer.