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

Unified Diff: remoting/remoting.gyp

Issue 451973002: Capabilities + Extensions + Cast Host Extension Support for Android client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index f1979164b25d13dce582526ef59690c8e2a6d707..68730472bd87ef375471062923ea6fa7f1722583 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -9,6 +9,9 @@
# Set this to run the jscompile checks after building the webapp.
'run_jscompile%': 0,
+ # Set this to enable cast mode on the android client.
+ 'enable_cast%': 0,
+
'variables': {
'conditions': [
# Enable the multi-process host on Windows by default.

Powered by Google App Engine
This is Rietveld 408576698