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

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: Minor Fix 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
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | remoting/remoting_android.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 2a902d6231d053f9739498e41b50609f7db7021f..80f89b8615a9adf1869b82ce6c63ecb672f6497e 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.
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | remoting/remoting_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698