Changeset 124457 in webkit


Ignore:
Timestamp:
Aug 2, 2012 8:09:11 AM (12 years ago)
Author:
peter@chromium.org
Message:

[Chromium] Toggle the type of ant compile for webkit_unit_tests and TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=92858

Reviewed by Adam Barth.

Now that the sdk_build variable is available, we can remove these two differences
as well. This goes together with Adam's bug 90920.

After this patch, the whole Tools/ directory will be unforked :-).

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

    r124452 r124457  
     12012-08-02  Peter Beverloo  <peter@chromium.org>
     2
     3        [Chromium] Toggle the type of ant compile for webkit_unit_tests and TestWebKitAPI
     4        https://bugs.webkit.org/show_bug.cgi?id=92858
     5
     6        Reviewed by Adam Barth.
     7
     8        Now that the sdk_build variable is available, we can remove these two differences
     9        as well. This goes together with Adam's bug 90920.
     10
     11        After this patch, the whole Tools/ directory will be unforked :-).
     12
     13        * WebKitUnitTests.gyp:
     14
    1152012-08-02  Alexei Filippov  <alexeif@chromium.org>
    216
  • trunk/Source/WebKit/chromium/WebKitUnitTests.gyp

    r123253 r124457  
    174174                        '--ant-args',
    175175                        '-DPRODUCT_DIR=<(ant_build_out)',
    176                         '--ant-compile',
     176                        '--sdk-build=<(sdk_build)',
    177177                        '--app_abi',
    178178                        '<(android_app_abi)',
  • trunk/Tools/ChangeLog

    r124447 r124457  
     12012-08-02  Peter Beverloo  <peter@chromium.org>
     2
     3        [Chromium] Toggle the type of ant compile for webkit_unit_tests and TestWebKitAPI
     4        https://bugs.webkit.org/show_bug.cgi?id=92858
     5
     6        Reviewed by Adam Barth.
     7
     8        Now that the sdk_build variable is available, we can remove these two differences
     9        as well. This goes together with Adam's bug 90920.
     10
     11        After this patch, the whole Tools/ directory will be unforked :-).
     12
     13        * TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
     14
    1152012-08-02  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
    216
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp

    r122606 r124457  
    134134                        '--ant-args',
    135135                        '-DPRODUCT_DIR=<(ant_build_out)',
    136                         '--ant-compile',
     136                        '--sdk-build=<(sdk_build)',
    137137                        '--app_abi',
    138138                        '<(android_app_abi)',
Note: See TracChangeset for help on using the changeset viewer.