Changeset 122606 in webkit


Ignore:
Timestamp:
Jul 13, 2012 10:57:47 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

enable TestWebKitAPI/webkit_unit_tests apk on x86 android platform by adding abi support
https://bugs.webkit.org/show_bug.cgi?id=91194

Patch by Wei James <james.wei@intel.com> on 2012-07-13
Reviewed by Adam Barth.

Source/WebKit/chromium:

  • WebKitUnitTests.gyp:

Tools:

  • TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r122602 r122606  
     12012-07-13  Wei James  <james.wei@intel.com>
     2
     3        enable TestWebKitAPI/webkit_unit_tests apk on x86 android platform by adding abi support
     4        https://bugs.webkit.org/show_bug.cgi?id=91194
     5
     6        Reviewed by Adam Barth.
     7
     8        * WebKitUnitTests.gyp:
     9
    1102012-07-13  Dana Jansens  <danakj@chromium.org>
    211
  • trunk/Source/WebKit/chromium/WebKitUnitTests.gyp

    r122344 r122606  
    174174                        '--ant-args',
    175175                        '-DPRODUCT_DIR=<(ant_build_out)',
    176                         '--ant-compile'
     176                        '--ant-compile',
     177                        '--app_abi',
     178                        '<(android_app_abi)',
    177179                    ],
    178180                }],
  • trunk/Tools/ChangeLog

    r122605 r122606  
     12012-07-13  Wei James  <james.wei@intel.com>
     2
     3        enable TestWebKitAPI/webkit_unit_tests apk on x86 android platform by adding abi support
     4        https://bugs.webkit.org/show_bug.cgi?id=91194
     5
     6        Reviewed by Adam Barth.
     7
     8        * TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
     9
    1102012-07-13  Simon Pena  <spena@igalia.com>
    211
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp

    r122309 r122606  
    134134                        '--ant-args',
    135135                        '-DPRODUCT_DIR=<(ant_build_out)',
    136                         '--ant-compile'
     136                        '--ant-compile',
     137                        '--app_abi',
     138                        '<(android_app_abi)',
    137139                    ],
    138140                }],
Note: See TracChangeset for help on using the changeset viewer.