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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2865463003: Tracks GVR version crossed with headset type using UMA. (Closed)
Patch Set: Nit: only create native-Java enum if enable_vr is set Created 3 years, 7 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: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index bc0176139a60b80cb89718aa823fc73d29a57672..ba42c39103a9cc3e0c2b8b0b40aff08c29ceafc7 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -68,6 +68,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_gl_util.h",
"vr_input_manager.cc",
"vr_input_manager.h",
+ "vr_metrics_util.cc",
+ "vr_metrics_util.h",
"vr_shell.cc",
"vr_shell.h",
"vr_shell_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698