From e138b30689e49229cbeb0cba8ecd4116e3ee91d5 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Mon, 13 Apr 2015 13:49:08 +0200 Subject: Remove eAndroid hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support for the B2Qt/eAndroid platform is discontinued with Qt 5.5 so we can remove all remnants of the android platform. Change-Id: I93f15fcd4a345203e15010ddf1e8de3e8d28ab56 Reviewed-by: Michael BrĂ¼ning --- src/core/qtwebengine.gypi | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/core/qtwebengine.gypi') diff --git a/src/core/qtwebengine.gypi b/src/core/qtwebengine.gypi index 79eb6d45b..0975cf3d7 100644 --- a/src/core/qtwebengine.gypi +++ b/src/core/qtwebengine.gypi @@ -54,18 +54,8 @@ '<(chromium_src_dir)/base/allocator/allocator.gyp:allocator', ], }], - # embedded_android and embedded_linux need some additional options. - ['qt_os=="embedded_linux" or qt_os=="embedded_android"', { - 'conditions': [ - ['qt_os=="embedded_android"', { - 'dependencies': [ - '<(chromium_src_dir)/ui/ozone/ozone.gyp:ozone_base', - '<(chromium_src_dir)/third_party/ashmem/ashmem.gyp:ashmem', - '<(chromium_src_dir)/third_party/freetype/freetype.gyp:ft2', - '<(chromium_src_dir)/third_party/android_tools/ndk/android_tools_ndk.gyp:cpu_features', - ], - }], - ], + # embedded_linux need some additional options. + ['qt_os=="embedded_linux"', { 'configurations': { 'Debug_Base': { # Reduce the binary size. -- cgit v1.2.3