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

Unified Diff: chrome/android/BUILD.gn

Issue 2252103002: Introduce ChromeVR to Chrome on Android (behind a build flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment as suggested by Daniel Created 4 years, 4 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 | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index e88bf3492d82c3e9f8a0afa28a1b562bf4a61359..3cdc0e18be94aa6f6c80c217779183ae147e57b2 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -248,6 +248,16 @@ android_library("chrome_java") {
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
]
}
+
+ # VrActivity currently depends on ChromeTabbedActivity which is part of
+ # android_java_ui.
+ if (enable_vr_shell && android_java_ui) {
+ java_files += chrome_vr_java_sources
+ deps += [
+ "//third_party/gvr-android-sdk:gvr_base_java",
+ "//third_party/gvr-android-sdk:gvr_common_java",
+ ]
+ }
}
# GYP: //chrome/chrome_browser.gypi:activity_type_ids_java
« no previous file with comments | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698