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

Unified Diff: chrome/browser/BUILD.gn

Issue 2874623004: [vr] Introduce VrTabHelper (Closed)
Patch 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 9092afd6fba4d816c792b766028c1583b0d52bf7..1e651a22faafc92c465cbcf3ba497179814676c5 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3651,6 +3651,10 @@ split_static_library("browser") {
if (enable_vr) {
if (is_android) {
+ sources += [
+ "android/vr_shell/vr_tab_helper.cc",
+ "android/vr_shell/vr_tab_helper.h",
+ ]
deps += [ "android/vr_shell:vr_common" ]
configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
}
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | chrome/browser/android/vr_shell/vr_tab_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698