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

Unified Diff: chrome/browser/BUILD.gn

Issue 2975593002: [vr] Deny permission requests in VR mode
Patch Set: . Created 3 years, 5 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/browser/android/download/download_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 88edcb168c49044eb5438ffd47e6a5a4659f62f4..2a23e9e56e8a57ced5554112b4fcdb147d85de08 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1401,6 +1401,8 @@ split_static_library("browser") {
"usb/web_usb_histograms.h",
"usb/web_usb_permission_provider.cc",
"usb/web_usb_permission_provider.h",
+ "vr/vr_tab_helper.cc",
+ "vr/vr_tab_helper.h",
"web_data_service_factory.cc",
"web_data_service_factory.h",
"webshare/share_target_pref_helper.cc",
@@ -3546,10 +3548,6 @@ 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_android" ]
configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
}
« no previous file with comments | « no previous file | chrome/browser/android/download/download_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698