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

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

Issue 2878543002: Refactor VR Shell Input. Locks input to click/scroll targets. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/close_button_texture.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 bc0176139a60b80cb89718aa823fc73d29a57672..2d491cbf9b65e413ef84e5a40e5c27290cf4cc93 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -32,6 +32,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"mailbox_to_surface_bridge.h",
"non_presenting_gvr_delegate.cc",
"non_presenting_gvr_delegate.h",
+ "textures/close_button_texture.cc",
+ "textures/close_button_texture.h",
"textures/insecure_content_permanent_texture.cc",
"textures/insecure_content_permanent_texture.h",
"textures/insecure_content_transient_texture.cc",
@@ -40,6 +42,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"textures/ui_texture.h",
"textures/url_bar_texture.cc",
"textures/url_bar_texture.h",
+ "ui_elements/close_button.cc",
+ "ui_elements/close_button.h",
"ui_elements/permanent_security_warning.cc",
"ui_elements/permanent_security_warning.h",
"ui_elements/textured_element.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/close_button_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698