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

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 2405e3f2a95e831071f20649f8f87f0f6673bf40..6b1d8fb3165bc698da398de1d22cf798d4ca6cab 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3660,6 +3660,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" ]
}

Powered by Google App Engine
This is Rietveld 408576698