From 7f1f0f9f88dce6c9444c1692957af14adcc520f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 25 Mar 2016 18:25:16 +0100 Subject: remove proprietary Google Play dependencies Signed-off-by: Wolfgang Wiedmeyer --- remoting/remoting_android.gypi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'remoting/remoting_android.gypi') diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi index eb0a13d..9aa1362 100644 --- a/remoting/remoting_android.gypi +++ b/remoting/remoting_android.gypi @@ -9,9 +9,6 @@ # These hooks allow official builds to modify the remoting_apk target: # Official build of remoting_apk pulls in extra code. 'remoting_apk_extra_dependencies%': [], - # A different ProGuard config for Google Play Services is needed since the one used by - # Chromium and Google Chrome strips out code that we need. - 'remoting_android_google_play_services_javalib%': '../third_party/android_tools/android_tools.gyp:google_play_services_javalib', # Allows official builds to define the ApplicationContext class differently, and provide # different implementations of parts of the product. 'remoting_apk_java_in_dir%': 'android/apk', @@ -125,7 +122,6 @@ '../third_party/android_tools/android_tools.gyp:android_support_v7_mediarouter_javalib', '../third_party/android_tools/android_tools.gyp:android_support_v13_javalib', '../third_party/cardboard-java/cardboard.gyp:cardboard_jar', - '<(remoting_android_google_play_services_javalib)', ], 'includes': [ '../build/java.gypi' ], 'conditions' : [ -- cgit v1.1