Chromium Code Reviews| 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") |
| } |