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

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

Issue 2807293002: VR: Rename ContentRectangle to UiElement (Closed)
Patch Set: Rebase onto Michael's landed GVR types CL. Created 3 years, 8 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/ui_element.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 d73399c46c52fcf070e979dba37e6e99cd6ece9b..7ce68d2da4a3b955419b848f757549d2d47af477 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -28,8 +28,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"mailbox_to_surface_bridge.h",
"non_presenting_gvr_delegate.cc",
"non_presenting_gvr_delegate.h",
- "ui_elements.cc",
- "ui_elements.h",
+ "ui_element.cc",
+ "ui_element.h",
"ui_interface.cc",
"ui_interface.h",
"ui_scene.cc",
@@ -110,7 +110,7 @@ if (enable_vr) {
"gltf_parser_unittest.cc",
"test/paths.cc",
"test/paths.h",
- "ui_elements_unittest.cc",
+ "ui_element_unittest.cc",
"ui_scene_unittest.cc",
]
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698