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

Unified Diff: remoting/remoting_client.gypi

Issue 1806963002: Reduce APK size by disabling WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add condition for GYP 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
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index 5883914ca114dbb45b843f546b3bb04cea62c53e..0033c04e60fb3d2b8ca3a1bdf442ca704270757f 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -22,6 +22,13 @@
'<@(remoting_client_sources)',
'<@(remoting_client_standalone_sources)',
],
+ 'conditions': [
+ ['buildtype!="Official"', {
Sergey Ulanov 2016/03/16 23:15:08 Also please add this for the remoting_client_jni i
Yuwei 2016/03/16 23:31:55 Acknowledged.
Yuwei 2016/03/16 23:58:18 Done.
+ 'defines': [
+ 'ENABLE_WEBRTC_REMOTING_CLIENT'
+ ]
+ }]
+ ],
}, # end of target 'remoting_client'
{
« remoting/client/chromoting_client.cc ('K') | « remoting/client/jni/chromoting_jni_instance.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698