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

Unified Diff: remoting/remoting_enable.gni

Issue 2784063002: Config changes to support target_os="fuchsia" (Closed)
Patch Set: simplify Created 3 years, 7 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_enable.gni
diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni
index a0319767e0394e521c6b6c1332f169f55aefa46a..ceb5331027e85d8037e2d2abfc629338bcb65e91 100644
--- a/remoting/remoting_enable.gni
+++ b/remoting/remoting_enable.gni
@@ -6,5 +6,5 @@ import("//build/config/ui.gni")
import("//media/media_options.gni")
declare_args() {
- enable_remoting = !is_chromecast && enable_webrtc
+ enable_remoting = !is_chromecast && !is_fuchsia && enable_webrtc
}

Powered by Google App Engine
This is Rietveld 408576698