Changeset 122304 in webkit


Ignore:
Timestamp:
Jul 11, 2012 12:02:09 AM (12 years ago)
Author:
hayato@chromium.org
Message:

Unreviewed gardening.

Android builder started to fail after r122292.
My best guess is that '--ant-compile' does not take an argument.

  • WebKitUnitTests.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

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

    r122303 r122304  
     12012-07-10  Hayato Ito  <hayato@chromium.org>
     2
     3        Unreviewed gardening.
     4
     5        Android builder started to fail after r122292.
     6        My best guess is that '--ant-compile' does not take an argument.
     7
     8        * WebKitUnitTests.gyp:
     9
    1102012-07-10  Yoshifumi Inoue  <yosin@chromium.org>
    211
  • trunk/Source/WebKit/chromium/WebKitUnitTests.gyp

    r122292 r122304  
    171171                        '--ant-args',
    172172                        '-DPRODUCT_DIR=<(ant_build_out)',
    173                         '--ant-compile=<(sdk_build)'
     173                        '--ant-compile'
    174174                    ],
    175175                }],
Note: See TracChangeset for help on using the changeset viewer.