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

Unified Diff: build/config/features.gni

Issue 2745943002: Remove enable_webvr from build/config, and move it to the buildflag_header system. (Closed)
Patch Set: rebase Created 3 years, 9 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 | « build/config/BUILD.gn ('k') | chrome/android/BUILD.gn » ('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 564b45a8b823e59e81be03d1239e093f55bdfcbd..dee4632a13d8cde30c53709304723214624e977f 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -70,12 +70,6 @@ declare_args() {
# Whether or not to use external popup menu.
use_external_popup_menu = is_android || is_mac
-
- # Enable WebVR support by default on Android
- # Still requires command line flag to access API
- # TODO(bshe): Enable for other architecture too. Currently we only support arm
- # and arm64.
- enable_webvr = is_android && (current_cpu == "arm" || current_cpu == "arm64")
}
# Additional dependent variables -----------------------------------------------
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698