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

Unified Diff: build/config/features.gni

Issue 2396663002: Reland gvr upgrade (Closed)
Patch Set: Created 4 years, 2 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 | « DEPS ('k') | chrome/browser/android/vr_shell/ui_elements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 05a2551021ff668d5f86904b392b6ba320ffea91..d1e61ee269dfc4be2c3c2f14a4268a8defad7954 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -117,7 +117,7 @@ declare_args() {
# Enable WebVR support by default on Android
# Still requires command line flag to access API
- enable_webvr = is_android && is_component_build &&
+ enable_webvr = is_android && is_component_build && is_debug &&
brettw 2016/10/14 20:01:20 In addition to the lack of review, please update t
bshe 2016/10/14 21:12:39 will do in a new CL.
(current_cpu == "x86" || current_cpu == "x64" ||
current_cpu == "arm" || current_cpu == "arm64")
}
« no previous file with comments | « DEPS ('k') | chrome/browser/android/vr_shell/ui_elements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698