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

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

Issue 2865463003: Tracks GVR version crossed with headset type using UMA. (Closed)
Patch Set: Fixed comments Created 3 years, 6 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 | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/vr_shell/vr_core_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f09c5014f908141bb7f89f3bb36eb14e466f9ddd..f15e39c82dad19912038cc966e7d1f8a6f1c0932 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -118,12 +118,16 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_controller.h",
"vr_controller_model.cc",
"vr_controller_model.h",
+ "vr_core_info.cc",
+ "vr_core_info.h",
"vr_gl_thread.cc",
"vr_gl_thread.h",
"vr_gl_util.cc",
"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",
@@ -172,6 +176,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
generate_jni("vr_shell_jni_headers") {
sources = [
+ "//chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrCoreInfo.java",
"//chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellDelegate.java",
"//chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellImpl.java",
]
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/vr_shell/vr_core_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698