Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: remoting/remoting_android.gypi

Issue 1806963002: Reduce APK size by disabling WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/jni/chromoting_jni_instance.cc ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_android.gypi
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
index eb0a13d9c8de2b681a7eb91fa5645ea5f1f79d21..96c1ce5c97355254ea6fc0e58917ae10748dbc9b 100644
--- a/remoting/remoting_android.gypi
+++ b/remoting/remoting_android.gypi
@@ -59,6 +59,13 @@
'client/jni/remoting_jni_registrar.cc',
'client/jni/remoting_jni_registrar.h',
],
+ 'conditions': [
+ ['buildtype!="Official"', {
+ 'defines': [
+ 'ENABLE_WEBRTC_REMOTING_CLIENT'
+ ]
+ }]
+ ],
}, # end of target 'remoting_client_jni'
{
'target_name': 'remoting_android_resources',
« no previous file with comments | « remoting/client/jni/chromoting_jni_instance.cc ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698