diff options
Diffstat (limited to 'Source/WebKit/chromium/WebKitUnitTests.gyp')
| -rw-r--r-- | Source/WebKit/chromium/WebKitUnitTests.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/WebKitUnitTests.gyp b/Source/WebKit/chromium/WebKitUnitTests.gyp index 18adac9f0..83b32cf6e 100644 --- a/Source/WebKit/chromium/WebKitUnitTests.gyp +++ b/Source/WebKit/chromium/WebKitUnitTests.gyp @@ -126,6 +126,7 @@ 'type': 'shared_library', 'dependencies': [ '<(chromium_src_dir)/testing/android/native_test.gyp:native_test_native_code', + 'io_stream_forwarder_android', ], }], ], @@ -208,6 +209,20 @@ '<(android_app_abi)', ], }], + }, + # FIXME: When the Android test runner framework in Chromium has stabilized enough, + # we should switch to using that and will no longer need the stream forwarding. + # https://bugs.webkit.org/show_bug.cgi?id=96764 + { + 'target_name': 'io_stream_forwarder_android', + 'type': 'static_library', + 'sources': [ + 'tests/ForwardIOStreamsAndroid.cpp', + 'tests/ForwardIOStreamsAndroid.h', + ], + 'dependencies': [ + '../../WebCore/WebCore.gyp/WebCore.gyp:webcore', + ], }], }], ], |
